head	1.4;
access;
symbols
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.11.02.01.35.32;	author dougb;	state dead;
branches;
next	1.3;

1.3
date	2005.08.11.07.51.36;	author stefanf;	state Exp;
branches;
next	1.2;

1.2
date	2003.06.03.08.16.58;	author arved;	state Exp;
branches;
next	1.1;

1.1
date	98.06.06.12.10.59;	author rnordier;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove ports@@ ports that have been DEPRECATED for at least 1 month

audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
@
text
@Index: src/installers/80x86/common/instr386.c
===================================================================
RCS file: /usr/home/stefan/ten15/cvsup/tendra/src/installers/80x86/common/instr386.c,v
retrieving revision 1.16
diff -I.svn -u -r1.16 instr386.c
--- src/installers/80x86/common/instr386.c	17 Oct 2004 03:17:01 -0000	1.16
+++ src/installers/80x86/common/instr386.c	18 Oct 2004 21:05:16 -0000
@@@@ -5232,7 +5232,7 @@@@
 		if (sz == 64) {
 			int riu = regsinuse;
 			regsinuse |= REG_EDX;
-			move (shb, bottom, reg2);
+			move (ulongsh, bottom, reg2);	/* can only be a simple constant */
 			regsinuse = riu;
 		}
 		else
@@@@ -5497,7 +5497,7 @@@@
 		if (sz == 64) {
 			int riu = regsinuse;
 			regsinuse |= REG_EDX;
-			move (shb, bottom, reg2);
+			move (ulongsh, bottom, reg2);	/* can only be a simple constant */
 			regsinuse = riu;
 		}
 		else
@


1.3
log
@Update to the 20050810 snapshot.  Includes support for 7.x.

Approved by:	portmgr (krion)
@
text
@@


1.2
log
@- Update to CVS snapshot 20030526, which fixes the build problems on 5.x
- Give maintainership to submitter

"Unfortunately FreeBSD 5.x uses the GNU C extension
__attribute__((__aligned__(x))) in a couple of system headers
(<machine/npx.h>, <machine/signal.h> and <machine/ucontext.h> for i386).  To
avoid a syntax error __aligned(x) is removed by a #define, but programs that
use struct sigcontext, struct savexmm or mcontext_t probably won't work."

PR:		52619
Submitted by:	Stefan Farfeleder <stefan@@fafoe.dyndns.org>
@
text
@d3 6
a8 6
RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/installers/80x86/common/instr386.c,v
retrieving revision 1.4
diff -u -r1.4 instr386.c
--- src/installers/80x86/common/instr386.c	21 Dec 2002 21:31:56 -0000	1.4
+++ src/installers/80x86/common/instr386.c	14 May 2003 17:14:29 -0000
@@@@ -5250,7 +5250,7 @@@@
d11 1
a11 1
 			regsinuse |= 0x2;
d17 1
a17 1
@@@@ -5515,7 +5515,7 @@@@
d20 1
a20 1
 			regsinuse |= 0x2;
@


1.1
log
@Corrections to long long support.
Obtained from: Peter Edwards, DERA
@
text
@d1 25
a25 20
--- src/installers/80x86/common/instr386.c.orig	Sun Mar 15 18:00:20 1998
+++ src/installers/80x86/common/instr386.c	Sat Jun  6 13:43:25 1998
@@@@ -5459,7 +5459,7 @@@@
     if (sz == 64) {
       int riu = regsinuse;
       regsinuse |= 0x2;
-      move (shb, bottom, reg2);
+      move (ulongsh, bottom, reg2);	/* can only be a simple constant */
       regsinuse = riu;
     }
     else
@@@@ -5727,7 +5727,7 @@@@
     if (sz == 64) {
       int riu = regsinuse;
       regsinuse |= 0x2;
-      move (shb, bottom, reg2);
+      move (ulongsh, bottom, reg2);	/* can only be a simple constant */
       regsinuse = riu;
     }
     else
@

