diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
commit | 56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51 (patch) | |
tree | a80385bbab2a0dfc3dae2be142f72fecdb86b1cd /x11-toolkits | |
parent | 0e48a001086d52934d57402e4918ad726f0e527a (diff) |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gnustep-xgps/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk--/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk--2/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkmm12/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkmm20/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/plib/Makefile | 6 |
9 files changed, 35 insertions, 35 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 1d2f4383a9ba..8b11e372d6a3 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/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/x11-toolkits/gnustep-xgps/Makefile b/x11-toolkits/gnustep-xgps/Makefile index 1d2f4383a9ba..8b11e372d6a3 100644 --- a/x11-toolkits/gnustep-xgps/Makefile +++ b/x11-toolkits/gnustep-xgps/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/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile index 0d327a125976..3ac745984f9c 100644 --- a/x11-toolkits/gtk--/Makefile +++ b/x11-toolkits/gtk--/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ +# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -23,9 +23,9 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif USE_GMAKE= yes diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index 0d327a125976..3ac745984f9c 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ +# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -23,9 +23,9 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif USE_GMAKE= yes diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile index 0d327a125976..3ac745984f9c 100644 --- a/x11-toolkits/gtkmm12/Makefile +++ b/x11-toolkits/gtkmm12/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ +# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -23,9 +23,9 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif USE_GMAKE= yes diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index 0d327a125976..3ac745984f9c 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ +# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -23,9 +23,9 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif USE_GMAKE= yes diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 0d327a125976..3ac745984f9c 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ +# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -23,9 +23,9 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif USE_GMAKE= yes diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 0d327a125976..3ac745984f9c 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ +# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -23,9 +23,9 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif USE_GMAKE= yes diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index af9089a25375..4e61bcd6d70c 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1999 # Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> # -# $Id: Makefile,v 1.1.1.1 1999/07/03 06:38:36 cpiazza Exp $ +# $Id: Makefile,v 1.2 1999/07/08 06:11:24 cpiazza Exp $ # DISTNAME= plib-1.0.12a @@ -23,8 +23,8 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400003 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CXX= eg++ +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CXX= g++295 .endif GNU_CONFIGURE= yes |