diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 03:37:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 03:37:11 +0800 |
commit | 3dd2e7f560a95977956493ff405d8f7228715e0e (patch) | |
tree | 386013a5c56cd62a7aea273e575f27f7a64a303f /devel | |
parent | dd265281f0df0d81eed57393e08a57b9ba932580 (diff) | |
download | freebsd-ports-gnome-3dd2e7f560a95977956493ff405d8f7228715e0e.tar.gz freebsd-ports-gnome-3dd2e7f560a95977956493ff405d8f7228715e0e.tar.zst freebsd-ports-gnome-3dd2e7f560a95977956493ff405d8f7228715e0e.zip |
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBacus/Makefile | 10 | ||||
-rw-r--r-- | devel/gnustep-make/Makefile | 8 | ||||
-rw-r--r-- | devel/gnustep/Makefile | 8 | ||||
-rw-r--r-- | devel/mico/Makefile | 8 |
4 files changed, 17 insertions, 17 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 414cd76b5afb..918411ced22a 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 3.0 # -# $Id: Makefile,v 1.21 1999/06/04 13:29:21 ejc Exp $ +# $Id: Makefile,v 1.22 1999/07/12 07:18:36 asami Exp $ # DISTNAME= OB-3.1.3 @@ -20,13 +20,13 @@ LIBSTDC= /usr/lib/libstdc++.a CONFIGURE_ENV= CXX=c++ CXXFLAGS="-O -pipe" .else .if ${PORTOBJFORMAT} == "elf" -LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsdelf${OSREL}/egcs-2.91.62/libstdc++.a +LIBSTDC= ${PREFIX}/lib/gcc-lib/${ARCH}-portbld-freebsd${OSREL}/2.95/libstdc++.a .else -LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/egcs-2.91.62/libstdc++.a +LIBSTDC= ${PREFIX}/lib/gcc-lib/${ARCH}-portbld-freebsdaout${OSREL}/2.95/libstdc++.a .endif -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CONFIGURE_ENV= CXX=eg++ CXXFLAGS="-O -pipe" +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CONFIGURE_ENV= CXX=g++295 CXXFLAGS="-O -pipe" .endif USE_XLIB= yes diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 1d2f4383a9ba..8b11e372d6a3 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -3,7 +3,7 @@ # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1999/07/18 06:27:18 cpiazza Exp $ +# $Id: Makefile,v 1.3 1999/07/18 06:28:44 cpiazza Exp $ # DISTNAME= gstep-core-0.5.5 @@ -22,9 +22,9 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ .if ${OSVERSION} < 300000 BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" .elif ${OSVERSION} < 400000 -BUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs -RUN_DEPENDS= egcc:${PORTSDIR}/lang/egcs -CC= egcc +BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs +RUN_DEPENDS= gcc295:${PORTSDIR}/lang/egcs +CC= gcc295 .endif BROKEN= "Hardcoded freebsd release numbers in PLIST" diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 1d2f4383a9ba..8b11e372d6a3 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -3,7 +3,7 @@ # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1999/07/18 06:27:18 cpiazza Exp $ +# $Id: Makefile,v 1.3 1999/07/18 06:28:44 cpiazza Exp $ # DISTNAME= gstep-core-0.5.5 @@ -22,9 +22,9 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ .if ${OSVERSION} < 300000 BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" .elif ${OSVERSION} < 400000 -BUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs -RUN_DEPENDS= egcc:${PORTSDIR}/lang/egcs -CC= egcc +BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs +RUN_DEPENDS= gcc295:${PORTSDIR}/lang/egcs +CC= gcc295 .endif BROKEN= "Hardcoded freebsd release numbers in PLIST" diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 389a3b1484f9..f4139c302334 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.33 1999/05/29 03:55:55 steve Exp $ +# $Id: Makefile,v 1.34 1999/08/04 18:51:56 scrappy Exp $ # DISTNAME= mico-2.2.7 @@ -15,9 +15,9 @@ MAINTAINER= scrappy@freebsd.org .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -CC= egcc -CXX= eg++ -BUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 +BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs .endif LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ |