diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
commit | 3dd2e7f560a95977956493ff405d8f7228715e0e (patch) | |
tree | 386013a5c56cd62a7aea273e575f27f7a64a303f /x11-toolkits | |
parent | dd265281f0df0d81eed57393e08a57b9ba932580 (diff) | |
download | FreeBSD-ports-3dd2e7f560a95977956493ff405d8f7228715e0e.zip FreeBSD-ports-3dd2e7f560a95977956493ff405d8f7228715e0e.tar.gz |
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 '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 1d2f438..8b11e37 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 1d2f438..8b11e37 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 0d327a1..3ac7459 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 0d327a1..3ac7459 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 0d327a1..3ac7459 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 0d327a1..3ac7459 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 0d327a1..3ac7459 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 0d327a1..3ac7459 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 af9089a2..4e61bcd 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 |