aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-17 19:37:11 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-17 19:37:11 +0000
commit56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51 (patch)
treea80385bbab2a0dfc3dae2be142f72fecdb86b1cd /devel
parent0e48a001086d52934d57402e4918ad726f0e527a (diff)
downloadports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.tar.gz
ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.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>
Notes
Notes: svn path=/head/; revision=20765
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBacus/Makefile10
-rw-r--r--devel/gnustep-make/Makefile8
-rw-r--r--devel/gnustep/Makefile8
-rw-r--r--devel/mico/Makefile8
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 \