FreeBSD Bugzilla – Attachment 23586 Details for
Bug 40571
Removes ancient USE_NEWGCC from ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 33.39 KB, created by
Tilman Linneweh
on 2002-07-14 22:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tilman Linneweh
Created:
2002-07-14 22:40:02 UTC
Size:
33.39 KB
patch
obsolete
>Index: bsd.kde.mk >=================================================================== >RCS file: /home/ncvs/ports/Mk/bsd.kde.mk,v >retrieving revision 1.15 >diff -u -r1.15 bsd.kde.mk >--- bsd.kde.mk 4 Jul 2002 19:35:43 -0000 1.15 >+++ bsd.kde.mk 14 Jul 2002 21:08:17 -0000 >@@ -14,7 +14,6 @@ > > # USE_QT_VER - Says that the port uses the Qt toolkit. Possible values: > # 1, 2, or 3; each specify the major version of Qt to use. >-# This implies USE_NEWGCC. > # USE_KDELIBS_VER - Says that the port uses KDE libraries. Possible values: > # 1, 2, or 3; each specify the major version of KDE to use. > # This implies USE_QT of the appropriate version. >@@ -85,7 +84,6 @@ > # Qt 1.x common stuff > .if ${USE_QT_VER} == 1 > LIB_DEPENDS+= qt1.3:${PORTSDIR}/x11-toolkits/qt145 >-USE_NEWGCC= yes > MOC?= ${X11BASE}/bin/moc1 > .if defined(PREFIX) > QTDIR= ${PREFIX} >@@ -111,7 +109,6 @@ > #LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt30 > BUILD_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt30 > RUN_DEPENDS+= ${QT_PREFIX}/bin/moc:${PORTSDIR}/x11-toolkits/qt30 >-USE_NEWGCC= yes > QTCPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include \ > -I${QT_PREFIX}/include > QTCFGLIBS+= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -ljpeg \ >@@ -130,7 +127,6 @@ > > # Qt 2.x common stuff -- DEFAULT > LIB_DEPENDS+= qt2.4:${PORTSDIR}/x11-toolkits/qt23 >-USE_NEWGCC= yes > QTNAME= qt2 > MOC?= ${X11BASE}/bin/moc2 > QTCPPFLAGS+= -D_GETOPT_H -I${LOCALBASE}/include -I${PREFIX}/include \ >Index: www/galeon//Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/galeon/Makefile,v >retrieving revision 1.77 >diff -u -r1.77 Makefile >--- www/galeon//Makefile 16 Jun 2002 19:03:07 -0000 1.77 >+++ www/galeon//Makefile 14 Jul 2002 21:05:10 -0000 >@@ -29,7 +29,6 @@ > .endif > > USE_X_PREFIX= yes >-USE_NEWGCC= yes > USE_GNOME= yes > USE_LIBTOOL= yes > CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ >Index: x11-toolkits//gnustep-gui/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/gnustep-gui/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- x11-toolkits//gnustep-gui/Makefile 7 Jun 2002 17:34:38 -0000 1.26 >+++ x11-toolkits//gnustep-gui/Makefile 14 Jul 2002 21:05:32 -0000 >@@ -27,7 +27,6 @@ > .endif > > PREFIX= ${LOCALBASE}/GNUstep >-USE_NEWGCC= yes > GNU_CONFIGURE= yes > CONFIGURE_TARGET= > USE_GMAKE= yes >Index: x11-toolkits//gnustep-xgps/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/gnustep-xgps/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- x11-toolkits//gnustep-xgps/Makefile 7 Jun 2002 17:34:38 -0000 1.23 >+++ x11-toolkits//gnustep-xgps/Makefile 14 Jul 2002 21:05:48 -0000 >@@ -26,7 +26,6 @@ > .endif > > PREFIX= ${LOCALBASE}/GNUstep >-USE_NEWGCC= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-jpeg-library=${LOCALBASE}/lib \ > --with-jpeg-include=${LOCALBASE}/include \ >Index: x11-toolkits//gtk--/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/gtk--/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- x11-toolkits//gtk--/Makefile 12 Feb 2002 09:21:25 -0000 1.36 >+++ x11-toolkits//gtk--/Makefile 14 Jul 2002 21:05:58 -0000 >@@ -19,7 +19,6 @@ > > USE_BZIP2= yes > USE_X_PREFIX= yes >-USE_NEWGCC= yes > USE_GMAKE= yes > USE_GTK= yes > USE_LIBTOOL= yes >Index: x11-toolkits//gtoolkit/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/gtoolkit/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- x11-toolkits//gtoolkit/Makefile 26 Jun 2002 19:21:11 -0000 1.6 >+++ x11-toolkits//gtoolkit/Makefile 14 Jul 2002 21:06:06 -0000 >@@ -16,7 +16,6 @@ > RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base > > PREFIX= ${LOCALBASE}/GNUstep >-USE_NEWGCC= yes > USE_GMAKE= yes > USE_GTK= yes > GNU_CONFIGURE= yes >Index: x11-toolkits//plib/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/plib/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- x11-toolkits//plib/Makefile 10 Oct 2001 02:10:58 -0000 1.12 >+++ x11-toolkits//plib/Makefile 14 Jul 2002 21:06:26 -0000 >@@ -14,7 +14,6 @@ > > USE_X_PREFIX= yes > USE_MESA= yes >-USE_NEWGCC= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= LIBS="-L${X11BASE}/lib ${PTHREAD_LIBS}" >Index: x11-toolkits//py-wxPython/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/py-wxPython/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- x11-toolkits//py-wxPython/Makefile 21 Jun 2002 10:28:35 -0000 1.25 >+++ x11-toolkits//py-wxPython/Makefile 14 Jul 2002 21:06:47 -0000 >@@ -20,7 +20,6 @@ > WX_CONFIG= ${X11BASE}/bin/wx-config > > USE_GMAKE= yes >-USE_NEWGCC= yes > USE_PYTHON= yes > USE_PYDISTUTILS=yes > USE_GTK= yes >Index: x11-toolkits//qt145/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/qt145/Makefile,v >retrieving revision 1.58 >diff -u -r1.58 Makefile >--- x11-toolkits//qt145/Makefile 5 May 2002 09:55:30 -0000 1.58 >+++ x11-toolkits//qt145/Makefile 14 Jul 2002 21:07:02 -0000 >@@ -22,7 +22,6 @@ > LATEST_LINK= qt1 > USE_GMAKE= yes > USE_X_PREFIX= yes >-USE_NEWGCC= yes > .if defined(MAKE_JOBS) > MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}" > .else >Index: x11-toolkits//qt23/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/qt23/Makefile,v >retrieving revision 1.102 >diff -u -r1.102 Makefile >--- x11-toolkits//qt23/Makefile 20 Jun 2002 21:19:34 -0000 1.102 >+++ x11-toolkits//qt23/Makefile 14 Jul 2002 21:07:18 -0000 >@@ -24,7 +24,6 @@ > USE_MESA= yes > USE_GMAKE= yes > USE_X_PREFIX= yes >-USE_NEWGCC= yes > HAS_CONFIGURE= yes > # YES, THIS PORT HAS ANTIALIASING SUPPORT IF YOUR XFREE86 SUPPORTS IT! > # JUST BECAUSE -xft IS NOT LISTED BELOW DOESN'T MEAN IT'S NOT THERE! >Index: x11-toolkits//qt30/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/qt30/Makefile,v >retrieving revision 1.108 >diff -u -r1.108 Makefile >--- x11-toolkits//qt30/Makefile 15 Jun 2002 16:16:30 -0000 1.108 >+++ x11-toolkits//qt30/Makefile 14 Jul 2002 21:07:26 -0000 >@@ -32,7 +32,6 @@ > USE_BZIP2= yes > USE_GMAKE= yes > USE_X_PREFIX= yes >-USE_NEWGCC= yes > HAS_CONFIGURE= yes > CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ > -shared -qt-gif -system-zlib \ >Index: x11-toolkits//vdk/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/vdk/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- x11-toolkits//vdk/Makefile 23 May 2001 06:57:15 -0000 1.10 >+++ x11-toolkits//vdk/Makefile 14 Jul 2002 21:07:38 -0000 >@@ -13,7 +13,6 @@ > > MAINTAINER= nakai@FreeBSD.org > >-USE_NEWGCC= yes > USE_X_PREFIX= yes > USE_GTK= yes > WANT_GNOME= yes >Index: x11-toolkits//vdkbuilder/Makefile >=================================================================== >RCS file: /home/ncvs/ports/x11-toolkits/vdkbuilder/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- x11-toolkits//vdkbuilder/Makefile 5 Feb 2001 16:49:12 -0000 1.10 >+++ x11-toolkits//vdkbuilder/Makefile 14 Jul 2002 21:07:48 -0000 >@@ -14,7 +14,6 @@ > > LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk > >-USE_NEWGCC= yes > USE_GMAKE= yes > USE_X_PREFIX= yes > USE_GTK= yes >Index: textproc//latte/Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/latte/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- textproc//latte/Makefile 5 Feb 2001 16:34:49 -0000 1.5 >+++ textproc//latte/Makefile 14 Jul 2002 21:04:40 -0000 >@@ -13,7 +13,6 @@ > > MAINTAINER= dr@domix.de > >-USE_NEWGCC= yes > USE_LIBTOOL= yes > MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" > CONFIGURE_ARGS+= --enable-shared >Index: textproc//pspell-ispell/Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/pspell-ispell/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- textproc//pspell-ispell/Makefile 12 Mar 2002 00:33:28 -0000 1.7 >+++ textproc//pspell-ispell/Makefile 14 Jul 2002 21:04:54 -0000 >@@ -18,7 +18,6 @@ > BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell > LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell > >-USE_NEWGCC= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >Index: sysutils//anteater/Makefile >=================================================================== >RCS file: /home/ncvs/ports/sysutils/anteater/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- sysutils//anteater/Makefile 13 Aug 2001 04:00:41 -0000 1.1 >+++ sysutils//anteater/Makefile 14 Jul 2002 21:03:51 -0000 >@@ -13,7 +13,6 @@ > > MAINTAINER= ports@FreeBSD.org > >-USE_NEWGCC= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-strstream > >Index: sysutils//lavaps/Makefile >=================================================================== >RCS file: /home/ncvs/ports/sysutils/lavaps/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- sysutils//lavaps/Makefile 24 Jan 2002 14:52:25 -0000 1.15 >+++ sysutils//lavaps/Makefile 14 Jul 2002 21:04:07 -0000 >@@ -23,7 +23,6 @@ > GNU_CONFIGURE= yes > CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" > CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 >-USE_NEWGCC= yes > MAN1= lavaps.1 > > .include <bsd.port.post.mk> >Index: security/opencl//Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/opencl/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- security/opencl//Makefile 23 Jun 2002 20:39:20 -0000 1.6 >+++ security/opencl//Makefile 14 Jul 2002 21:03:30 -0000 >@@ -17,7 +17,6 @@ > MAINTAINER= ports@FreeBSD.org > > USE_REINPLACE= yes >-USE_NEWGCC= yes > HAS_CONFIGURE= yes > CONFIGURE_SCRIPT= configure.pl > CONFIGURE_ARGS= gcc-freebsd-generic >Index: print/lyx//Makefile >=================================================================== >RCS file: /home/ncvs/ports/print/lyx/Makefile,v >retrieving revision 1.61 >diff -u -r1.61 Makefile >--- print/lyx//Makefile 4 Jul 2002 09:31:36 -0000 1.61 >+++ print/lyx//Makefile 14 Jul 2002 21:03:13 -0000 >@@ -32,7 +32,6 @@ > USE_GMAKE= yes > USE_AUTOCONF= yes > USE_XPM= yes >-USE_NEWGCC= yes > USE_PERL5= yes > USE_LIBTOOL= yes > CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib ${LOCALBASE}/lib" \ >Index: net//arts++/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/arts++/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- net//arts++/Makefile 16 Aug 2001 09:45:21 -0000 1.7 >+++ net//arts++/Makefile 14 Jul 2002 20:52:16 -0000 >@@ -16,7 +16,6 @@ > > GNU_CONFIGURE= yes > USE_GMAKE= yes >-USE_NEWGCC= yes > CONFIGURE_ARGS+=--enable-shared > > MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ >Index: net//cflowd/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/cflowd/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- net//cflowd/Makefile 31 Dec 2001 10:20:18 -0000 1.11 >+++ net//cflowd/Makefile 14 Jul 2002 20:52:36 -0000 >@@ -23,7 +23,6 @@ > > GNU_CONFIGURE= yes > USE_GMAKE= yes >-USE_NEWGCC= yes > USE_BISON= yes > > CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX} >Index: net//cphone/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/cphone/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- net//cphone/Makefile 24 May 2002 14:50:11 -0000 1.1 >+++ net//cphone/Makefile 14 Jul 2002 20:52:48 -0000 >@@ -19,7 +19,6 @@ > > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_QT_VER= 2 > USE_GMAKE= yes >Index: net//gatekeeper/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/gatekeeper/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- net//gatekeeper/Makefile 24 May 2002 23:44:43 -0000 1.22 >+++ net//gatekeeper/Makefile 14 Jul 2002 20:53:09 -0000 >@@ -21,7 +21,6 @@ > > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_GMAKE= yes > ALL_TARGET= optnoshared >Index: net//gnomemeeting/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/gnomemeeting/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- net//gnomemeeting/Makefile 24 May 2002 11:28:11 -0000 1.9 >+++ net//gnomemeeting/Makefile 14 Jul 2002 20:53:17 -0000 >@@ -23,7 +23,6 @@ > # it all over again which can take several hours. > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_GNOME= yes > USE_AUTOCONF= yes >Index: net//ohphone/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/ohphone/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- net//ohphone/Makefile 22 May 2002 06:38:33 -0000 1.15 >+++ net//ohphone/Makefile 14 Jul 2002 20:53:26 -0000 >@@ -21,7 +21,6 @@ > > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_XLIB= yes > USE_GMAKE= yes >Index: net//openam/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/openam/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- net//openam/Makefile 24 May 2002 10:48:18 -0000 1.20 >+++ net//openam/Makefile 14 Jul 2002 20:53:44 -0000 >@@ -21,7 +21,6 @@ > > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_GMAKE= yes > ALL_TARGET= optnoshared >Index: net//opengatekeeper/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/opengatekeeper/Makefile,v >retrieving revision 1.19 >diff -u -r1.19 Makefile >--- net//opengatekeeper/Makefile 24 May 2002 23:52:01 -0000 1.19 >+++ net//opengatekeeper/Makefile 14 Jul 2002 20:58:50 -0000 >@@ -20,7 +20,6 @@ > > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_GMAKE= yes > ALL_TARGET= optnoshared >Index: net//openh323/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/openh323/Makefile,v >retrieving revision 1.33 >diff -u -r1.33 Makefile >--- net//openh323/Makefile 22 May 2002 00:44:56 -0000 1.33 >+++ net//openh323/Makefile 14 Jul 2002 21:02:22 -0000 >@@ -27,7 +27,6 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME} > >-USE_NEWGCC= yes > USE_BISON= yes > > USE_GMAKE= yes >Index: net//openh323proxy/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/openh323proxy/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- net//openh323proxy/Makefile 25 May 2002 00:00:32 -0000 1.6 >+++ net//openh323proxy/Makefile 14 Jul 2002 21:02:36 -0000 >@@ -20,7 +20,6 @@ > > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_GMAKE= yes > ALL_TARGET= optnoshared >Index: net//openmcu/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/openmcu/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- net//openmcu/Makefile 24 May 2002 10:46:49 -0000 1.13 >+++ net//openmcu/Makefile 14 Jul 2002 21:02:56 -0000 >@@ -21,7 +21,6 @@ > > NOCLEANDEPENDS= yes > >-USE_NEWGCC= yes > USE_BISON= yes > USE_GMAKE= yes > ALL_TARGET= optnoshared >Index: misc/cassowary//Makefile >=================================================================== >RCS file: /home/ncvs/ports/misc/cassowary/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- misc/cassowary//Makefile 17 May 2002 09:36:20 -0000 1.12 >+++ misc/cassowary//Makefile 14 Jul 2002 20:51:43 -0000 >@@ -23,7 +23,6 @@ > --enable-guile-build \ > --enable-permissive > USE_GMAKE= yes >-USE_NEWGCC= yes > USE_BISON= yes > > .include <bsd.port.mk> >Index: misc/gtl//Makefile >=================================================================== >RCS file: /home/ncvs/ports/misc/gtl/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- misc/gtl//Makefile 16 Sep 2000 13:34:36 -0000 1.6 >+++ misc/gtl//Makefile 14 Jul 2002 20:51:52 -0000 >@@ -15,6 +15,5 @@ > > INSTALLS_SHLIB= yes > GNU_CONFIGURE= yes >-USE_NEWGCC= yes > > .include <bsd.port.mk> >Index: math/surf//Makefile >=================================================================== >RCS file: /home/ncvs/ports/math/surf/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- math/surf//Makefile 25 Jun 2002 07:09:44 -0000 1.4 >+++ math/surf//Makefile 14 Jul 2002 20:51:27 -0000 >@@ -19,7 +19,6 @@ > gmp.6:${PORTSDIR}/math/libgmp4 > > USE_GTK= yes >-USE_NEWGCC= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" >Index: math/GiNaC//Makefile >=================================================================== >RCS file: /home/ncvs/ports/math/GiNaC/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- math/GiNaC//Makefile 22 Jun 2002 17:06:26 -0000 1.17 >+++ math/GiNaC//Makefile 14 Jul 2002 20:51:02 -0000 >@@ -19,7 +19,6 @@ > > USE_REINPLACE= yes > USE_BZIP2= yes >-USE_NEWGCC= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes > CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} >Index: mail/pantomime//Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/pantomime/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- mail/pantomime//Makefile 7 Jun 2002 17:34:38 -0000 1.6 >+++ mail/pantomime//Makefile 14 Jul 2002 20:50:33 -0000 >@@ -20,7 +20,6 @@ > > PREFIX= ${LOCALBASE}/GNUstep > WRKSRC= ${WRKDIR}/Pantomime >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKEFILE= GNUmakefile > ALL_TARGET= >Index: mail/icqmail//Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/icqmail/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- mail/icqmail//Makefile 19 Jun 2002 16:37:56 -0000 1.8 >+++ mail/icqmail//Makefile 14 Jul 2002 20:50:24 -0000 >@@ -17,7 +17,6 @@ > LIB_DEPENDS= icq0.1:${PORTSDIR}/net/icqlib0 \ > guile.10:${PORTSDIR}/lang/guile > >-USE_NEWGCC= yes > USE_AUTOCONF= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ >Index: mail/gnumail//Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/gnumail/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- mail/gnumail//Makefile 7 Jun 2002 17:34:38 -0000 1.8 >+++ mail/gnumail//Makefile 14 Jul 2002 20:50:09 -0000 >@@ -21,7 +21,6 @@ > > PREFIX= ${LOCALBASE}/GNUstep > WRKSRC= ${WRKDIR}/GNUMail >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKEFILE= > MAKE_FLAGS= GUI_BACKEND_LIB=xgps >Index: lang/librep//Makefile >=================================================================== >RCS file: /home/ncvs/ports/lang/librep/Makefile,v >retrieving revision 1.39 >diff -u -r1.39 Makefile >--- lang/librep//Makefile 3 Jul 2002 05:00:26 -0000 1.39 >+++ lang/librep//Makefile 14 Jul 2002 20:49:42 -0000 >@@ -22,7 +22,6 @@ > > PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} > >-USE_NEWGCC= yes > USE_GMAKE= yes > INSTALLS_SHLIB= yes > GNU_CONFIGURE= yes >Index: lang/gnustep-objc//Makefile >=================================================================== >RCS file: /home/ncvs/ports/lang/gnustep-objc/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- lang/gnustep-objc//Makefile 9 Jun 2002 11:16:54 -0000 1.25 >+++ lang/gnustep-objc//Makefile 14 Jul 2002 20:49:25 -0000 >@@ -25,7 +25,6 @@ > .endif > > PREFIX= ${LOCALBASE}/GNUstep >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKEFILE= GNUmakefile > ALL_TARGET= >Index: lang/gnustep-guile//Makefile >=================================================================== >RCS file: /home/ncvs/ports/lang/gnustep-guile/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- lang/gnustep-guile//Makefile 19 Jun 2002 16:37:56 -0000 1.23 >+++ lang/gnustep-guile//Makefile 14 Jul 2002 20:49:09 -0000 >@@ -25,7 +25,6 @@ > .endif > > PREFIX= ${LOCALBASE}/GNUstep >-USE_NEWGCC= yes > GNU_CONFIGURE= yes > CONFIGURE_TARGET= > USE_GMAKE= yes >Index: lang/gnustep-base//Makefile >=================================================================== >RCS file: /home/ncvs/ports/lang/gnustep-base/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- lang/gnustep-base//Makefile 9 Jun 2002 11:16:54 -0000 1.25 >+++ lang/gnustep-base//Makefile 14 Jul 2002 20:48:57 -0000 >@@ -28,7 +28,6 @@ > > PREFIX= ${LOCALBASE}/GNUstep > USE_AUTOCONF= yes >-USE_NEWGCC= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-procfs > CONFIGURE_TARGET= >Index: lang/aleph//Makefile >=================================================================== >RCS file: /home/ncvs/ports/lang/aleph/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- lang/aleph//Makefile 15 Jul 2001 13:43:40 -0000 1.7 >+++ lang/aleph//Makefile 14 Jul 2002 20:48:37 -0000 >@@ -15,7 +15,6 @@ > > MAINTAINER= ijliao@FreeBSD.org > >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKE_ARGS= CC="${CXX}" LD="${CXX}" LK="${CXX}" OPTCCFLAGS="${CXXFLAGS}" \ > DYNCCFLAGS="-fPIC -DPIC" DEBUGFLAGS="" DBGDEFINES="" \ >Index: java/shujit//Makefile >=================================================================== >RCS file: /home/ncvs/ports/java/shujit/Makefile,v >retrieving revision 1.31 >diff -u -r1.31 Makefile >--- java/shujit//Makefile 16 Jun 2002 01:54:06 -0000 1.31 >+++ java/shujit//Makefile 14 Jul 2002 20:48:16 -0000 >@@ -20,7 +20,6 @@ > > GNU_CONFIGURE= yes > USE_GMAKE= yes >-USE_NEWGCC= yes > MAKEFILE= GNUmakefile > > USE_RUBY= yes >Index: java/guavac//Makefile >=================================================================== >RCS file: /home/ncvs/ports/java/guavac/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- java/guavac//Makefile 12 Apr 2000 06:13:51 -0000 1.20 >+++ java/guavac//Makefile 14 Jul 2002 20:47:56 -0000 >@@ -12,7 +12,6 @@ > > MAINTAINER= nakai@FreeBSD.org > >-USE_NEWGCC= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes > MAN1= guavac.1 >Index: graphics/qdraw//Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/qdraw/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- graphics/qdraw//Makefile 26 Jan 2001 18:15:20 -0000 1.1 >+++ graphics/qdraw//Makefile 14 Jul 2002 20:47:45 -0000 >@@ -22,8 +22,6 @@ > INSTALLS_SHLIB= yes > USE_GMAKE= yes > ONLY_FOR_ARCHS= i386 >-# GCC 2.95 or later >-USE_NEWGCC= yes > > MAKEFILE= makefile > >Index: graphics/plotutils//Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/plotutils/Makefile,v >retrieving revision 1.19 >diff -u -r1.19 Makefile >--- graphics/plotutils//Makefile 11 Sep 2001 02:22:47 -0000 1.19 >+++ graphics/plotutils//Makefile 14 Jul 2002 20:47:13 -0000 >@@ -15,7 +15,6 @@ > > LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png > >-USE_NEWGCC= yes > USE_MOTIF= yes > USE_LIBTOOL= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >Index: graphics/libdjvu++//Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/libdjvu++/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- graphics/libdjvu++//Makefile 23 Nov 2000 15:23:10 -0000 1.5 >+++ graphics/libdjvu++//Makefile 14 Jul 2002 20:46:29 -0000 >@@ -14,7 +14,6 @@ > > INSTALLS_SHLIB= yes > IS_INTERACTIVE= some think, the AT&T license needs to be acked by the user >-USE_NEWGCC= yes > HAS_CONFIGURE= yes > CONFIGURE_ENV= CXX=${CXX} > CONFIGURE_ARGS= --with-cxxflag="${CXXFLAGS}" >Index: graphics/gnofract4d//Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/gnofract4d/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- graphics/gnofract4d//Makefile 8 Jul 2002 10:41:27 -0000 1.15 >+++ graphics/gnofract4d//Makefile 14 Jul 2002 20:46:05 -0000 >@@ -15,7 +15,6 @@ > > USE_REINPLACE= yes > USE_X_PREFIX= yes >-USE_NEWGCC= yes > USE_GNOME= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >Index: games/tux-aqfh//Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/tux-aqfh/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- games/tux-aqfh//Makefile 30 Jun 2002 02:50:26 -0000 1.3 >+++ games/tux-aqfh//Makefile 14 Jul 2002 20:45:54 -0000 >@@ -16,7 +16,6 @@ > > USE_REINPLACE= yes > USE_X_PREFIX= yes >-USE_NEWGCC= yes > USE_MESA= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes >Index: games/gshisen//Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/gshisen/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- games/gshisen//Makefile 26 Jun 2001 12:27:31 -0000 1.1 >+++ games/gshisen//Makefile 14 Jul 2002 20:45:45 -0000 >@@ -17,7 +17,6 @@ > > PREFIX= ${LOCALBASE}/GNUstep > WRKSRC= ${WRKDIR}/GShisen >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKEFILE= > MAKE_FLAGS= GUI_BACKEND_LIB=xgps >Index: games/gracer//Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/gracer/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- games/gracer//Makefile 18 May 2002 02:42:39 -0000 1.18 >+++ games/gracer//Makefile 14 Jul 2002 20:45:35 -0000 >@@ -29,7 +29,6 @@ > LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" > USE_GMAKE= yes > # for plib (sound): >-USE_NEWGCC= yes > CONFIGURE_ARGS+= --with-plib=${X11BASE} > > pre-patch: >Index: games/gomoku.app//Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/gomoku.app/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- games/gomoku.app//Makefile 26 Jun 2001 12:22:51 -0000 1.4 >+++ games/gomoku.app//Makefile 14 Jul 2002 20:45:17 -0000 >@@ -18,7 +18,6 @@ > RUN_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps > > PREFIX= ${LOCALBASE}/GNUstep >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKEFILE= GNUmakefile > ALL_TARGET= >Index: games/flightgear//Makefile >=================================================================== >RCS file: /home/ncvs/ports/games/flightgear/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- games/flightgear//Makefile 18 May 2002 03:01:07 -0000 1.12 >+++ games/flightgear//Makefile 14 Jul 2002 20:45:06 -0000 >@@ -44,7 +44,6 @@ > USE_AUTOCONF_VER=213 > .endif > >-USE_NEWGCC= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= \ > LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -lGLU -lGL -lglut ${PTHREAD_LIBS}" >Index: editors/fte//Makefile >=================================================================== >RCS file: /home/ncvs/ports/editors/fte/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- editors/fte//Makefile 17 Jul 2000 09:19:07 -0000 1.3 >+++ editors/fte//Makefile 14 Jul 2002 20:44:48 -0000 >@@ -20,7 +20,6 @@ > EXTRACT_CMD= unzip > EXTRACT_BEFORE_ARGS= > EXTRACT_AFTER_ARGS= >-USE_NEWGCC= yes > USE_XLIB= yes > > ADDITIONAL_DOCS= about.html \ >Index: devel/uds//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/uds/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- devel/uds//Makefile 10 May 2001 14:52:48 -0000 1.4 >+++ devel/uds//Makefile 14 Jul 2002 20:44:35 -0000 >@@ -13,7 +13,6 @@ > > MAINTAINER= ijliao@FreeBSD.org > >-USE_NEWGCC= yes > USE_GMAKE= yes > USE_LIBTOOL= yes > INSTALLS_SHLIB= yes >Index: devel/py-omniorb//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/py-omniorb/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- devel/py-omniorb//Makefile 10 May 2002 01:30:04 -0000 1.5 >+++ devel/py-omniorb//Makefile 14 Jul 2002 20:44:27 -0000 >@@ -22,7 +22,6 @@ > BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/omniORB:build > > USE_PYTHON= yes >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKEFILE= GNUmakefile > ALL_TARGET= export >Index: devel/projectcenter.app//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/projectcenter.app/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- devel/projectcenter.app//Makefile 4 Jun 2002 20:58:49 -0000 1.6 >+++ devel/projectcenter.app//Makefile 14 Jul 2002 20:44:16 -0000 >@@ -18,7 +18,6 @@ > > PREFIX= ${LOCALBASE}/GNUstep > WRKSRC= ${WRKDIR}/ProjectCenter >-USE_NEWGCC= yes > USE_GMAKE= yes > MAKEFILE= GNUmakefile > MAKE_ENV= ADDITIONAL_INCLUDE_DIRS="-I${WRKSRC}" \ >Index: devel/omniORB//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/omniORB/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- devel/omniORB//Makefile 29 Aug 2001 09:01:49 -0000 1.17 >+++ devel/omniORB//Makefile 14 Jul 2002 20:44:08 -0000 >@@ -20,7 +20,6 @@ > BUILD_WRKSRC= ${WRKSRC}/src > > USE_PYTHON= yes >-USE_NEWGCC= yes > USE_GMAKE= yes > INSTALLS_SHLIB= yes > NO_FILTER_SHLIBS= yes >Index: devel/mico//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/mico/Makefile,v >retrieving revision 1.49 >diff -u -r1.49 Makefile >--- devel/mico//Makefile 19 Apr 2002 23:18:19 -0000 1.49 >+++ devel/mico//Makefile 14 Jul 2002 20:43:58 -0000 >@@ -32,7 +32,6 @@ > > BROKEN= "Needs someone to test with Qt2 support as Qt1 is gone." > INSTALLS_SHLIB= yes >-USE_NEWGCC= yes > USE_GMAKE= yes > USE_GTK= yes > USE_AUTOCONF= yes >Index: devel/libg++//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/libg++/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- devel/libg++//Makefile 8 Jun 2002 17:25:13 -0000 1.11 >+++ devel/libg++//Makefile 14 Jul 2002 20:43:44 -0000 >@@ -27,7 +27,6 @@ > > CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} > PLIST_SUB= GCC28SUBDIR=${GCC28DIR} >-USE_NEWGCC= yes > > pre-configure: > @${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile >Index: devel/ixlib//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/ixlib/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- devel/ixlib//Makefile 12 Apr 2002 17:09:31 -0000 1.4 >+++ devel/ixlib//Makefile 14 Jul 2002 20:43:32 -0000 >@@ -17,7 +17,6 @@ > > LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext > >-USE_NEWGCC= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >Index: devel/gnustep-make//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/gnustep-make/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- devel/gnustep-make//Makefile 9 Jun 2002 11:16:54 -0000 1.24 >+++ devel/gnustep-make//Makefile 14 Jul 2002 20:43:21 -0000 >@@ -20,7 +20,6 @@ > BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" > .endif > >-USE_NEWGCC= yes > PREFIX= ${LOCALBASE}/GNUstep > GNU_CONFIGURE= yes > CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ >Index: devel/cppadvio//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/cppadvio/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- devel/cppadvio//Makefile 8 Nov 2001 08:35:44 -0000 1.2 >+++ devel/cppadvio//Makefile 14 Jul 2002 20:43:10 -0000 >@@ -17,7 +17,6 @@ > WRKSRC= ${WRKDIR}/cppadvio > ALL_TARGET= lib > USE_GMAKE= yes >-USE_NEWGCC= yes > > post-patch: > @( cd ${WRKSRC}; ${MV} c++ c++.orig; \ >Index: devel/ORBacus//Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/ORBacus/Makefile,v >retrieving revision 1.32 >diff -u -r1.32 Makefile >--- devel/ORBacus//Makefile 16 Jun 2000 21:49:50 -0000 1.32 >+++ devel/ORBacus//Makefile 14 Jul 2002 20:42:56 -0000 >@@ -16,7 +16,6 @@ > USE_XLIB= yes > INSTALLS_SHLIB= yes > HAS_CONFIGURE= yes >-USE_NEWGCC= yes > CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" > MAN1= idl.1 > MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \ >Index: biology/gaussian98//Makefile >=================================================================== >RCS file: /home/ncvs/ports/biology/gaussian98/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- biology/gaussian98//Makefile 10 Feb 2001 19:38:18 -0000 1.1 >+++ biology/gaussian98//Makefile 14 Jul 2002 20:42:20 -0000 >@@ -27,7 +27,6 @@ > .include <bsd.port.pre.mk> > > .if ${OSVERSION} < 400013 >-USE_NEWGCC= yes > F77?= g77 > .else > F77?= f77 >Index: audio/musicbrainz//Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/musicbrainz/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- audio/musicbrainz//Makefile 19 Dec 2001 08:45:50 -0000 1.9 >+++ audio/musicbrainz//Makefile 14 Jul 2002 20:41:46 -0000 >@@ -13,7 +13,6 @@ > MAINTAINER= roman@xpert.com > > USE_BZIP2= yes >-USE_NEWGCC= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes > INSTALLS_SHLIB= yes >Index: audio/libsidplay//Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/libsidplay/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- audio/libsidplay//Makefile 12 Jan 2002 17:08:15 -0000 1.22 >+++ audio/libsidplay//Makefile 14 Jul 2002 20:41:31 -0000 >@@ -15,6 +15,5 @@ > > USE_LIBTOOL= yes > INSTALLS_SHLIB= yes >-USE_NEWGCC= yes > > .include <bsd.port.mk> >Index: audio/festival//Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/festival/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- audio/festival//Makefile 23 May 2002 04:35:34 -0000 1.12 >+++ audio/festival//Makefile 14 Jul 2002 20:41:16 -0000 >@@ -47,7 +47,6 @@ > WRKSRC= ${WRKDIR} > > USE_GMAKE= yes >-USE_NEWGCC= yes > > SPEECHTOOLS= ${WRKSRC}/speech_tools > FESTIVAL= ${WRKSRC}/festival >Index: audio/ac3dec//Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/ac3dec/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- audio/ac3dec//Makefile 7 Jun 2002 02:21:48 -0000 1.3 >+++ audio/ac3dec//Makefile 14 Jul 2002 20:41:03 -0000 >@@ -13,7 +13,6 @@ > MAINTAINER= 3d@FreeBSD.org > > GNU_CONFIGURE= yes >-USE_NEWGCC= yes > > post-patch: > @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40571
: 23586