head	1.7;
access;
symbols
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	gcc_2_95_2:1.4
	RELEASE_3_3_0:1.4
	gcc_2_95_1:1.4
	gcc_2_95:1.4
	RELEASE_3_2_0:1.3
	egcs_1_1_2:1.3
	RELEASE_3_1_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2006.12.12.16.06.37;	author vd;	state dead;
branches;
next	1.6;

1.6
date	2000.12.04.22.07.01;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.30.11.39.26;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.08.05.16.06.01;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	99.03.22.01.35.36;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.03.17.00.40.26;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.02.09.18.24.50;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove expired ports:
2006-12-01 print/latex-beamer: is already included in the teTeX distribution
2006-12-01 print/latex-bibtopic: is already included in the teTeX distribution
2006-12-01 print/latex-bibunits: is already included in the teTeX distribution
2006-12-01 print/latex-booktabs: is already included in the teTeX distribution
2006-12-01 print/latex-index: is already included in the teTeX distribution
2006-12-01 print/latex-layouts: is already included in the teTeX distribution
2006-12-01 print/latex-pgf: is already included in the teTeX distribution
2006-12-01 print/latex-subfig: is already included in the teTeX distribution
2006-12-01 print/latex-xcolor: is already included in the teTeX distribution
2006-12-01 print/latex-lineno: is already included in the teTeX distribution
2006-12-01 print/latex-pict2e: is already included in the teTeX distribution
2007-05-31 multimedia/gstreamer-plugins-mpeg2enc80: Obsolete version, use gstreamer 0.10 instead
2006-12-01 lang/gcc30: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release instead."
2006-12-01 lang/egcs: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release of gcc instead"
2006-12-01 graphics/php4-ming: doesn't work with new version of ming library
2006-12-01 graphics/dvipng: is already included in the teTeX distribution
@
text
@--- gcc/configure.in.orig	Sun Mar  7 16:22:22 1999
+++ gcc/configure.in	Sat Mar 20 00:40:58 1999
@@@@ -416,6 +416,15 @@@@
  			thread_file='posix'
  		fi
 		;;
+	alpha*-*-freebsd*)
+		tm_file="${tm_file} freebsd.h alpha/alpha.h alpha/elf.h alpha/freebsd.h alpha/freebsd-elf.h"
+		xm_file="${xm_file} xm-freebsd.h"
+		target_cpu_default="MASK_GAS"
+		tmake_file="t-freebsd alpha/t-crtbe"
+		xmake_file=none
+		fixincludes=fixinc.wrap
+		gas=yes gnu_ld=yes
+		;;
 	alpha*-*-netbsd*)
 		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
 		xm_file="xm-netbsd.h ${xm_file}"
@@@@ -872,21 +881,21 @@@@
 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
 #		use_collect2=yes
 		;;
-	i[[34567]]86-*-freebsdelf*)
-		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
+	i[[34567]]86-*-freebsdaout*)
+		tm_file=i386/freebsd-aout.h
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.wrap
-		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
-		tmake_file=i386/t-freebsd
-		gas=yes
-		gnu_ld=yes
-		stabs=yes
+		tmake_file=t-freebsd
 		;;
 	i[[34567]]86-*-freebsd*)
-		tm_file=i386/freebsd.h
+		tm_file="i386/i386.h i386/att.h linux.h freebsd.h i386/freebsd.h i386/perform.h"
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.wrap
-		tmake_file=i386/t-freebsd
+		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
+		tmake_file=t-freebsd
+		gas=yes
+		gnu_ld=yes
+		stabs=yes
 		;;
 	i[[34567]]86-*-netbsd*)
 		tm_file=i386/netbsd.h
@


1.6
log
@Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way
back when... that is all but a.out support.
@
text
@@


1.5
log
@This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295.

GCC 2.95.2 does not work for some people's code.  GCC 3.0 will be even
worse.  So it looks like we'll have to keep a port for each version of
GCC we've ever used.
@
text
@d8 1
a8 1
+		tm_file="${tm_file} freebsd.h alpha/freebsd.h alpha/freebsd-elf.h"
d38 1
a38 1
+		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd.h i386/perform.h"
@


1.4
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@d1 3
a3 3
--- gcc/configure.in.orig	Mon Jun  7 14:37:24 1999
+++ gcc/configure.in	Mon Jun 14 19:25:53 1999
@@@@ -625,6 +625,15 @@@@
d8 1
a8 1
+		tm_file="${tm_file} freebsd.h alpha/freebsd.h"
d17 4
a20 3
 		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
 		target_cpu_default="MASK_GAS"
@@@@ -1136,20 +1145,20 @@@@
d23 6
a28 5
 changequote(,)dnl
-	i[34567]86-*-freebsdelf*)
++	i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd[12] | i[34567]86-*-freebsdaout*)
 changequote([,])dnl
-		tm_file="i386/i386.h i386/att.h svr4.h i386/freebsd-elf.h i386/perform.h"
d30 1
a30 2
+		tm_file=i386/freebsd.h
 		tmake_file=t-freebsd
d34 1
d36 1
a36 4
 changequote(,)dnl
-	i[34567]86-*-freebsd*)
+	i[34567]86-*-freebsd[3-9].* | i[34567]86-*-freebsd[3-9] | i[34567]86-*-freebsd* | i[34567]86-*-freebsdelf* | i[34567]86-*-freebsd*)
 changequote([,])dnl
d38 4
a41 1
+		tm_file="i386/i386.h i386/att.h svr4.h freebsd.h i386/freebsd.h i386/perform.h"
d43 1
a43 1
 		tmake_file=t-freebsd
d48 2
a49 2
 changequote(,)dnl
 	i[34567]86-*-netbsd*)
@


1.3
log
@* Add support for ``-pthead''
* Add Alpha support

Obtained from:	Alpha bits taken from Hidetoshi Shimokawa's
                <simokawa@@FreeBSD.ORG> work
@
text
@d1 3
a3 3
--- gcc/configure.in.orig	Sun Mar  7 16:22:22 1999
+++ gcc/configure.in	Sat Mar 20 00:40:58 1999
@@@@ -416,6 +416,15 @@@@
d8 1
a8 1
+		tm_file="${tm_file} freebsd.h alpha/freebsd.h alpha/freebsd-elf.h"
d17 3
a19 4
 		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
 		xm_file="xm-netbsd.h ${xm_file}"
@@@@ -872,21 +881,21 @@@@
 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
d22 5
a26 6
-	i[[34567]]86-*-freebsdelf*)
-		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
+	i[[34567]]86-*-freebsdaout*)
+		tm_file=i386/freebsd-aout.h
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.wrap
d28 2
a29 1
-		tmake_file=i386/t-freebsd
a32 1
+		tmake_file=t-freebsd
d34 4
a37 1
 	i[[34567]]86-*-freebsd*)
d39 1
a39 4
+		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd.h i386/perform.h"
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.wrap
-		tmake_file=i386/t-freebsd
d41 1
a41 1
+		tmake_file=t-freebsd
d46 2
a47 2
 	i[[34567]]86-*-netbsd*)
 		tm_file=i386/netbsd.h
@


1.2
log
@Upgrade to 1.1.2 release.
@
text
@d2 1
a2 1
+++ gcc/configure.in	Sat Mar 13 19:23:23 1999
d30 1
a30 1
 		tmake_file=i386/t-freebsd
d34 1
d41 1
d43 1
a43 1
 		tmake_file=i386/t-freebsd
@


1.1
log
@GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and
"i386-unknown-freebsdaout" for an a.out machine.
@
text
@d1 19
a19 3
--- gcc/configure.in.orig	Thu Aug 27 17:19:04 1998
+++ gcc/configure.in	Tue Feb  9 02:22:10 1999
@@@@ -846,20 +846,20 @@@@
d26 1
a26 1
+		tm_file=i386/freebsd.h
d29 1
d40 1
@

