USE_GCC patch

Kris Kennaway kris at obsecurity.org
Tue Sep 28 09:57:51 PDT 2004


Sorry for the delay in getting this in, but this is the patch I'd like
to commit in the next day or so.  I've bumped up all of the
USE_GCC=3.3 to 3.4 except where that causes problems.  It's pretty
straightforward, but please let me know ASAP if you see any problems.

Kris

Index: Mk/bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.497
diff -u -r1.497 bsd.port.mk
--- Mk/bsd.port.mk	3 Aug 2004 19:03:58 -0000	1.497
+++ Mk/bsd.port.mk	4 Sep 2004 19:13:56 -0000
@@ -1289,11 +1289,11 @@
 .if ${OSVERSION} >= 500039 && ${OSVERSION} < 501103
 GCCVERSION=		030200
 .endif
-.if ${OSVERSION} >= 501103
+.if ${OSVERSION} >= 501103 && ${OSVERSION} < 502126
 GCCVERSION=		030301
 .endif
-.if ${OSVERSION} >= 599999
-GCCVERSION=		030400
+.if ${OSVERSION} >= 502126
+GCCVERSION=		030402
 .endif
 .endif
 
@@ -1311,26 +1311,26 @@
 BUILD_DEPENDS+=	gcc31:${PORTSDIR}/lang/gcc31
 GCCVERSION=		030100
 .endif
-.if ${USE_GCC} == 3.2 && ${OSVERSION} < 500039
+.if ${USE_GCC} == 3.2 && ( ${OSVERSION} < 500039 || ${OSVERSION} > 501102 )
 CC=				gcc32
 CXX=			g++32
 F77=			g77-32
 BUILD_DEPENDS+=	gcc32:${PORTSDIR}/lang/gcc32
 GCCVERSION=		030200
 .endif
-.if ${USE_GCC} == 3.3 && ${OSVERSION} < 501103
+.if ${USE_GCC} == 3.3 && ( ${OSVERSION} < 501103 || ${OSVERSION} > 502125 )
 CC=				gcc33
 CXX=			g++33
 F77=			g77-33
 BUILD_DEPENDS+=	gcc33:${PORTSDIR}/lang/gcc33
 GCCVERSION=		030301
 .endif
-.if ${USE_GCC} == 3.4 # Not yet available in any OSVERSION
+.if ${USE_GCC} == 3.4 && ${OSVERSION} < 502126
 CC=				gcc34
 CXX=			g++34
 F77=			g77-34
 BUILD_DEPENDS+=	gcc34:${PORTSDIR}/lang/gcc34
-GCCVERSION=		030400
+GCCVERSION=		030402
 .endif
 MAKE_ENV+=	CC="${CC}" CXX="${CXX}"
 .endif
@@ -1687,7 +1687,7 @@
 PTHREAD_LIBS?=		-lc_r
 .else
 PTHREAD_CFLAGS?=
-PTHREAD_LIBS?=		-lpthread
+PTHREAD_LIBS?=		-pthread
 .endif
 
 .if exists(/usr/bin/fetch)
@@ -2793,7 +2793,7 @@
 	@${DO_NADA}
 
 buildanyway-message:
-.if defined(TRYBROKEN)
+.if defined(TRYBROKEN) && defined(BROKEN)
 	@${ECHO_MSG} "Trying build of ${PKGNAME} even though it is marked BROKEN."
 .else
 	@${DO_NADA}
Index: audio/gspeakers/Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/gspeakers/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- audio/gspeakers/Makefile	3 Jul 2004 15:37:16 -0000	1.5
+++ audio/gspeakers/Makefile	20 Aug 2004 06:42:36 -0000
@@ -16,7 +16,7 @@
 LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
 
 USE_X_PREFIX=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomeprefix gnometarget libxml2
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
Index: audio/libsndfile/Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/libsndfile/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- audio/libsndfile/Makefile	9 Jul 2004 17:41:54 -0000	1.22
+++ audio/libsndfile/Makefile	20 Aug 2004 06:42:36 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Reading and writing files containing sampled sound (like WAV or AIFF)
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack gnometarget lthack pkgconfig
 USE_INC_LIBTOOL_VER=	13
 USE_REINPLACE=	yes
Index: cad/gtkwave/Makefile
===================================================================
RCS file: /home/pcvs/ports/cad/gtkwave/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- cad/gtkwave/Makefile	10 Aug 2004 07:44:23 -0000	1.13
+++ cad/gtkwave/Makefile	20 Aug 2004 06:42:36 -0000
@@ -31,7 +31,7 @@
 .include <bsd.port.pre.mk>
 
 .if ( ${OSVERSION} < 500000 )
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 DOCS=		doc/*.html doc/*.png doc/*.ps
Index: cad/netgen/Makefile
===================================================================
RCS file: /home/pcvs/ports/cad/netgen/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- cad/netgen/Makefile	5 May 2004 19:57:56 -0000	1.1
+++ cad/netgen/Makefile	20 Aug 2004 06:42:36 -0000
@@ -16,7 +16,7 @@
 
 LIB_DEPENDS=	tix8184:${PORTSDIR}/x11-toolkits/tix
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GMAKE=	yes
 USE_GL=		yes
 USE_REINPLACE=	yes
Index: chinese/gcin/Makefile
===================================================================
RCS file: /home/pcvs/ports/chinese/gcin/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- chinese/gcin/Makefile	23 Aug 2004 23:20:39 -0000	1.4
+++ chinese/gcin/Makefile	4 Sep 2004 18:50:12 -0000
@@ -21,7 +21,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500041
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 .include <bsd.port.post.mk>
Index: comms/aldo/Makefile
===================================================================
RCS file: /home/pcvs/ports/comms/aldo/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- comms/aldo/Makefile	23 Sep 2004 07:12:12 -0000	1.4
+++ comms/aldo/Makefile	23 Sep 2004 16:54:55 -0000
@@ -23,7 +23,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 MAKE_ENV+=	CXX="${CXX}"
 .endif
 
Index: databases/firebird-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/firebird-devel/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- databases/firebird-devel/Makefile	1 Jul 2004 17:06:34 -0000	1.22
+++ databases/firebird-devel/Makefile	20 Aug 2004 06:42:36 -0000
@@ -22,7 +22,7 @@
 WANT_LIBTOOL_VER=	13
 GNU_CONFIGURE=	yes
 WANT_AUTOCONF_VER=	259
-USE_GCC=	3.3
+USE_GCC=	3.4
 
 CONFLICTS=	firebird-1.*
 NO_PACKAGE=	pkg-install not finished
Index: devel/ddd/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ddd/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- devel/ddd/Makefile	29 Aug 2004 20:17:24 -0000	1.58
+++ devel/ddd/Makefile	23 Sep 2004 17:29:40 -0000
@@ -54,7 +54,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 pre-patch:
Index: devel/flowdesigner/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/flowdesigner/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- devel/flowdesigner/Makefile	25 Jul 2004 16:23:44 -0000	1.4
+++ devel/flowdesigner/Makefile	20 Aug 2004 06:42:36 -0000
@@ -18,7 +18,7 @@
 
 LIB_DEPENDS=	fftw.2:${PORTSDIR}/math/fftw
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack gnometarget libgnomeui libxml2
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
Index: devel/gconfmm26/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/gconfmm26/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/gconfmm26/Makefile	17 Aug 2004 04:02:17 -0000	1.9
+++ devel/gconfmm26/Makefile	20 Aug 2004 06:42:35 -0000
@@ -24,7 +24,7 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_REINPLACE=	yes
 USE_GNOME=	gnomehack gconf2 lthack
 USE_INC_LIBTOOL_VER=13
Index: devel/glibmm/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/glibmm/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/glibmm/Makefile	10 Aug 2004 07:11:02 -0000	1.3
+++ devel/glibmm/Makefile	20 Aug 2004 06:42:36 -0000
@@ -20,7 +20,7 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack gnometarget lthack glib20
 USE_REINPLACE=	yes
 USE_INC_LIBTOOL_VER=13
Index: devel/gnome-vfsmm/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/gnome-vfsmm/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- devel/gnome-vfsmm/Makefile	9 Jul 2004 17:42:10 -0000	1.14
+++ devel/gnome-vfsmm/Makefile	20 Aug 2004 06:42:36 -0000
@@ -20,7 +20,7 @@
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack lthack gnomevfs2
 USE_INC_LIBTOOL_VER=13
Index: devel/libglademm24/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libglademm24/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- devel/libglademm24/Makefile	17 Aug 2004 04:02:17 -0000	1.12
+++ devel/libglademm24/Makefile	20 Aug 2004 06:42:36 -0000
@@ -23,7 +23,7 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_REINPLACE=  yes
 USE_GNOME=	gnomehack lthack libglade2
 USE_INC_LIBTOOL_VER=13
Index: devel/libopendaap/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libopendaap/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/libopendaap/Makefile	27 Aug 2004 13:37:53 -0000	1.9
+++ devel/libopendaap/Makefile	4 Sep 2004 18:53:47 -0000
@@ -17,7 +17,7 @@
 USE_REINPLACE=	yes
 USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_INC_LIBTOOL_VER=15
-USE_GCC=	3.3
+USE_GCC=	3.4
 
 CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}"
 
Index: devel/libsigc++20/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libsigc++20/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- devel/libsigc++20/Makefile	9 Jul 2004 17:42:15 -0000	1.27
+++ devel/libsigc++20/Makefile	20 Aug 2004 06:42:35 -0000
@@ -19,7 +19,7 @@
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_BZIP2=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GMAKE=	yes
 LATEST_LINK=	libsigc++20
 INSTALLS_SHLIB=	yes
Index: devel/mico/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/mico/Makefile,v
retrieving revision 1.73
diff -u -r1.73 Makefile
--- devel/mico/Makefile	10 Aug 2004 06:53:03 -0000	1.73
+++ devel/mico/Makefile	20 Aug 2004 06:42:35 -0000
@@ -46,7 +46,7 @@
 # ================
 
 .if !defined(WITH_SYSTEM_GCC)
-USE_GCC=		3.3
+USE_GCC=		3.4
 .endif
 
 CONFIGURE_ARGS=		--enable-cd --disable-mini-stl --enable-threads
Index: devel/regexxer/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/regexxer/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- devel/regexxer/Makefile	23 Aug 2004 22:03:24 -0000	1.12
+++ devel/regexxer/Makefile	4 Sep 2004 18:54:51 -0000
@@ -56,7 +56,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 .include <bsd.port.post.mk>
Index: devel/ustl/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ustl/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- devel/ustl/Makefile	16 Aug 2004 15:54:07 -0000	1.5
+++ devel/ustl/Makefile	20 Aug 2004 06:42:36 -0000
@@ -18,7 +18,7 @@
 
 USE_BZIP2=	yes
 USE_REINPLACE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 HAS_CONFIGURE=	yes
 USE_GMAKE=	yes
Index: emulators/pearpc/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/pearpc/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- emulators/pearpc/Makefile	31 Aug 2004 09:03:43 -0000	1.10
+++ emulators/pearpc/Makefile	4 Sep 2004 18:56:10 -0000
@@ -57,7 +57,7 @@
 .endif
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 CFLAGS+=	-DFREEBSD_MB_SUPPORT
 .endif
 
Index: emulators/stella/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/stella/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- emulators/stella/Makefile	16 Aug 2004 17:48:37 -0000	1.24
+++ emulators/stella/Makefile	20 Aug 2004 06:42:36 -0000
@@ -20,7 +20,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 BUILD_WRKSRC=	${WRKSRC}/src/build
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	pkgconfig
 USE_SDL=	sdl
 USE_GMAKE=	yes
Index: emulators/wine/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/wine/Makefile,v
retrieving revision 1.174
diff -u -r1.174 Makefile
--- emulators/wine/Makefile	6 May 2004 21:33:50 -0000	1.174
+++ emulators/wine/Makefile	20 Aug 2004 06:42:36 -0000
@@ -31,7 +31,7 @@
 USE_XPM=	yes
 # GCC 3.2 also seems fine, but the ports collection requires specifying
 # a concrete version.
-USE_GCC=	3.3
+USE_GCC=	3.4
 
 .include <bsd.port.pre.mk>
 
Index: finance/grisbi/Makefile
===================================================================
RCS file: /home/pcvs/ports/finance/grisbi/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- finance/grisbi/Makefile	12 Sep 2004 08:19:37 -0000	1.15
+++ finance/grisbi/Makefile	23 Sep 2004 17:00:35 -0000
@@ -23,7 +23,7 @@
 USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 glib20 libxml2
 
Index: ftp/curlpp/Makefile
===================================================================
RCS file: /home/pcvs/ports/ftp/curlpp/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ftp/curlpp/Makefile	10 Aug 2004 14:57:51 -0000	1.9
+++ ftp/curlpp/Makefile	20 Aug 2004 06:42:38 -0000
@@ -18,7 +18,7 @@
 
 LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Index: games/glob2/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/glob2/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- games/glob2/Makefile	19 Jun 2004 16:11:34 -0000	1.3
+++ games/glob2/Makefile	20 Aug 2004 06:42:37 -0000
@@ -22,7 +22,7 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"	\
 			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-USE_GCC=		3.3
+USE_GCC=		3.4
 
 PLIST_FILES=		bin/glob2
 
Index: games/netpanzer/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/netpanzer/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- games/netpanzer/Makefile	12 Jun 2004 14:11:48 -0000	1.1
+++ games/netpanzer/Makefile	20 Aug 2004 06:42:37 -0000
@@ -27,7 +27,7 @@
 USE_SDL=	sdl net mixer image ttf
 USE_GNOME=	libxml2
 USE_REINPLACE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 
 post-patch:
 	@for ff in `${FIND} ${WRKDIR} -type f -name '*.[ch]pp' -exec ${GREP} -q stdint.h {} \; -print`; do \
Index: games/netpanzerdata/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/netpanzerdata/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- games/netpanzerdata/Makefile	12 Jun 2004 14:11:49 -0000	1.1
+++ games/netpanzerdata/Makefile	20 Aug 2004 06:42:37 -0000
@@ -25,7 +25,7 @@
 USE_BZIP2=	yes
 USE_SDL=	sdl net mixer image
 USE_GNOME=	libxml2
-USE_GCC=	3.3
+USE_GCC=	3.4
 
 do-build:
 	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} jam)
Index: graphics/aqsis/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/aqsis/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- graphics/aqsis/Makefile	18 Aug 2004 18:20:35 -0000	1.13
+++ graphics/aqsis/Makefile	20 Aug 2004 06:42:37 -0000
@@ -19,7 +19,7 @@
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
 		fltk.1:${PORTSDIR}/x11-toolkits/fltk
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnometarget lthack
 USE_BISON=	yes
 USE_REINPLACE=	yes
Index: graphics/bugle/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/bugle/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- graphics/bugle/Makefile	23 Jul 2004 15:12:05 -0000	1.3
+++ graphics/bugle/Makefile	20 Aug 2004 06:42:37 -0000
@@ -17,7 +17,7 @@
 MAN1=		gldb.1
 MAN3=		bugle.3
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GL=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
Index: graphics/gliv/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/gliv/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- graphics/gliv/Makefile	7 Aug 2004 19:14:35 -0000	1.29
+++ graphics/gliv/Makefile	20 Aug 2004 06:42:37 -0000
@@ -16,7 +16,7 @@
 LIB_DEPENDS=	gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
 
 USE_BZIP2=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_X_PREFIX=	yes
 USE_GL=		yes
 USE_GETOPT_LONG=	yes
Index: graphics/ipe/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/ipe/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- graphics/ipe/Makefile	26 Feb 2004 20:59:35 -0000	1.9
+++ graphics/ipe/Makefile	20 Aug 2004 06:42:37 -0000
@@ -32,7 +32,7 @@
 
 .if ${OSVERSION} < 500000
 # the problem is a little more subtle, really. It requires gcc 3
-USE_GCC=	3.3
+USE_GCC=	3.4
 BROKEN=		"Does not compile"
 .endif
 
Index: graphics/libgnomecanvasmm26/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/libgnomecanvasmm26/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- graphics/libgnomecanvasmm26/Makefile	17 Aug 2004 04:02:17 -0000	1.11
+++ graphics/libgnomecanvasmm26/Makefile	20 Aug 2004 06:42:37 -0000
@@ -23,7 +23,7 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_REINPLACE=	yes
 USE_GNOME=	gnomehack libgnomecanvas lthack
 USE_INC_LIBTOOL_VER=13
Index: graphics/libwpcg/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/libwpcg/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- graphics/libwpcg/Makefile	14 Mar 2004 03:01:13 -0000	1.7
+++ graphics/libwpcg/Makefile	20 Aug 2004 06:42:37 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A basic 2D/3D computer graphics library which uses OpenGL
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_MESA=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
Index: mail/firemime/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/firemime/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- mail/firemime/Makefile	30 May 2004 12:04:30 -0000	1.1
+++ mail/firemime/Makefile	20 Aug 2004 06:42:37 -0000
@@ -29,7 +29,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 pre-configure:
Index: mail/firepay/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/firepay/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- mail/firepay/Makefile	30 May 2004 12:06:25 -0000	1.1
+++ mail/firepay/Makefile	20 Aug 2004 06:42:37 -0000
@@ -24,7 +24,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
Index: math/GiNaC/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/GiNaC/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- math/GiNaC/Makefile	16 Aug 2004 19:34:41 -0000	1.36
+++ math/GiNaC/Makefile	20 Aug 2004 06:42:37 -0000
@@ -18,7 +18,7 @@
 LIB_DEPENDS=	cln.3:${PORTSDIR}/math/cln
 
 USE_BZIP2=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
Index: math/atlas/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/atlas/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- math/atlas/Makefile	2 Sep 2004 00:25:45 -0000	1.27
+++ math/atlas/Makefile	4 Sep 2004 19:01:29 -0000
@@ -27,7 +27,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 501000 && ${ARCH} == "alpha"
-USE_GCC=3.3
+USE_GCC=3.4
 .endif
 
 # only affects for lapack sub project
Index: math/atlas-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/atlas-devel/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- math/atlas-devel/Makefile	2 Sep 2004 00:25:45 -0000	1.21
+++ math/atlas-devel/Makefile	4 Sep 2004 19:01:30 -0000
@@ -28,7 +28,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 501000 && ${ARCH} == "alpha"
-USE_GCC=3.3
+USE_GCC=3.4
 .endif
 
 # only affects for lapack sub project
Index: math/cln/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/cln/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- math/cln/Makefile	16 Aug 2004 19:32:40 -0000	1.18
+++ math/cln/Makefile	20 Aug 2004 06:42:37 -0000
@@ -17,7 +17,7 @@
 LIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
 
 USE_BZIP2=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack gnometarget lthack pkgconfig
 USE_GMAKE=	yes
 USE_INC_LIBTOOL_VER=	13
Index: math/fftw3/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/fftw3/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- math/fftw3/Makefile	22 Aug 2004 12:25:36 -0000	1.25
+++ math/fftw3/Makefile	4 Sep 2004 19:01:32 -0000
@@ -60,7 +60,7 @@
 
 .if defined(WITH_SSE)
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 CONFIGURE_ARGS+=--enable-sse2
 CONFIGURE_ARGS_FFTW3F+=--enable-sse
Index: math/freefem++/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/freefem++/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- math/freefem++/Makefile	10 Jul 2004 23:19:14 -0000	1.12
+++ math/freefem++/Makefile	20 Aug 2004 06:42:37 -0000
@@ -22,7 +22,7 @@
 RESTRICTED=	No resale or commercial use
 
 USE_GL=			yes
-USE_GCC=		3.3
+USE_GCC=		3.4
 USE_GMAKE=		yes
 USE_REINPLACE=		yes
 GNU_CONFIGURE=		yes
Index: multimedia/dirac/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/dirac/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- multimedia/dirac/Makefile	29 May 2004 03:41:04 -0000	1.3
+++ multimedia/dirac/Makefile	20 Aug 2004 06:42:38 -0000
@@ -21,7 +21,7 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 
 CONFIGURE_ENV+=	CXXFLAGS=-I${LOCALBASE}/include
 
Index: multimedia/mplayer/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/mplayer/Makefile,v
retrieving revision 1.103
diff -u -r1.103 Makefile
--- multimedia/mplayer/Makefile	22 Sep 2004 19:54:42 -0000	1.103
+++ multimedia/mplayer/Makefile	23 Sep 2004 17:09:32 -0000
@@ -410,7 +410,7 @@
 
 .if defined(WITH_GTK2) && !defined(WITH_GTK1) && !defined(WITHOUT_GUI)
 .if ( ${OSVERSION} < 500000 )
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 USE_GNOME+=	gtk20
 PATCHFILES+=	mplayer1.0pre5-gtk2-20040730.patch.bz2
Index: multimedia/vlc/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/vlc/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- multimedia/vlc/Makefile	21 Sep 2004 19:42:02 -0000	1.58
+++ multimedia/vlc/Makefile	23 Sep 2004 17:09:37 -0000
@@ -92,7 +92,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 .if defined(WITH_AUTODETECT) && !defined(BATCH)
Index: multimedia/xvid/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/xvid/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- multimedia/xvid/Makefile	30 Aug 2004 12:18:55 -0000	1.18
+++ multimedia/xvid/Makefile	4 Sep 2004 19:03:03 -0000
@@ -19,7 +19,7 @@
 
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
-USE_GCC?=	3.3
+USE_GCC?=	3.4
 
 WRKSRC=			${WRKDIR}/${DISTNAME}/build/generic
 
Index: net/ayttm/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/ayttm/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- net/ayttm/Makefile	29 Aug 2004 18:13:43 -0000	1.35
+++ net/ayttm/Makefile	4 Sep 2004 19:03:11 -0000
@@ -24,7 +24,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 USE_BZIP2=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_X_PREFIX=	yes
 WANT_GNOME=	yes
 USE_GNOME=	gdkpixbuf gnometarget lthack
Index: net/libbt/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/libbt/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- net/libbt/Makefile	21 Jul 2004 12:29:01 -0000	1.9
+++ net/libbt/Makefile	20 Aug 2004 06:42:37 -0000
@@ -19,7 +19,7 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
 
 PORTDOCS=	protocol-ext.txt protocol.txt
Index: net/verlihub/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/verlihub/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- net/verlihub/Makefile	29 Aug 2004 10:42:11 -0000	1.6
+++ net/verlihub/Makefile	4 Sep 2004 19:04:31 -0000
@@ -46,7 +46,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 502010
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 .if ${OSVERSION} >= 502126
Index: net/xmlrpc++/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/xmlrpc++/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- net/xmlrpc++/Makefile	14 Mar 2004 03:02:38 -0000	1.4
+++ net/xmlrpc++/Makefile	20 Aug 2004 06:42:37 -0000
@@ -18,7 +18,7 @@
 COMMENT=	A C++ implementation of the XML-RPC protocol
 
 USE_REINPLACE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GMAKE=	yes
 
 .include <bsd.port.pre.mk>
Index: print/lilypond/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/lilypond/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- print/lilypond/Makefile	11 Jul 2004 01:13:26 -0000	1.25
+++ print/lilypond/Makefile	20 Aug 2004 06:42:37 -0000
@@ -61,7 +61,7 @@
 .endif
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 SCRIPTS_ENV+=	PORTVERSION=${PORTVERSION}
Index: print/lilypond-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/lilypond-devel/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- print/lilypond-devel/Makefile	11 Jul 2004 00:44:45 -0000	1.8
+++ print/lilypond-devel/Makefile	20 Aug 2004 06:42:37 -0000
@@ -60,7 +60,7 @@
 ALL_TARGET=	all
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 .if ${ARCH} == "alpha" && ${OSVERSION} < 500000
Index: print/pdftk/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/pdftk/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- print/pdftk/Makefile	26 Jul 2004 14:36:53 -0000	1.3
+++ print/pdftk/Makefile	20 Aug 2004 06:42:37 -0000
@@ -20,7 +20,7 @@
 # gcj don't exist on
 NOT_FOR_ARCHS=	ia64 sparc64
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_REINPLACE=	yes
Index: science/xloops-ginac/Makefile
===================================================================
RCS file: /home/pcvs/ports/science/xloops-ginac/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- science/xloops-ginac/Makefile	16 Aug 2004 19:39:10 -0000	1.11
+++ science/xloops-ginac/Makefile	20 Aug 2004 06:42:38 -0000
@@ -17,7 +17,7 @@
 
 LIB_DEPENDS=	ginac-1.2.3:${PORTSDIR}/math/GiNaC
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnometarget lthack
 USE_GMAKE=	yes
 USE_INC_LIBTOOL_VER=	13
Index: security/doscan/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/doscan/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- security/doscan/Makefile	23 Feb 2004 16:40:57 -0000	1.6
+++ security/doscan/Makefile	20 Aug 2004 06:42:37 -0000
@@ -17,7 +17,7 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 DOC_FILES=	README
 MAN1=		doscan.1
 
Index: security/steghide/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/steghide/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- security/steghide/Makefile	14 Mar 2004 06:17:22 -0000	1.20
+++ security/steghide/Makefile	20 Aug 2004 06:42:37 -0000
@@ -23,7 +23,7 @@
 USE_PERL5=	yes
 USE_LIBTOOL_VER=13
 GNU_CONFIGURE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 CONFIGURE_TARGET=
 CONFIGURE_ARGS=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
Index: sysutils/e2fsprogs/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/e2fsprogs/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- sysutils/e2fsprogs/Makefile	26 Mar 2004 08:43:20 -0000	1.20
+++ sysutils/e2fsprogs/Makefile	20 Aug 2004 06:42:37 -0000
@@ -19,7 +19,7 @@
 USE_GETTEXT=	yes
 .endif
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 PATCH_STRIP=	-p1
 USE_AUTOCONF_VER=	213
 USE_REINPLACE=	yes
Index: sysutils/ntfsprogs/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/ntfsprogs/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- sysutils/ntfsprogs/Makefile	14 Aug 2004 17:02:05 -0000	1.5
+++ sysutils/ntfsprogs/Makefile	20 Aug 2004 06:42:37 -0000
@@ -15,7 +15,7 @@
 COMMENT=	Utilities and library to manipulate NTFS partitions
 
 GNU_CONFIGURE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_REINPLACE=	yes
 USE_GETOPT_LONG=	yes
 INSTALLS_SHLIB=	yes
Index: sysutils/xfce4-cpugraph-plugin/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/xfce4-cpugraph-plugin/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- sysutils/xfce4-cpugraph-plugin/Makefile	21 Jul 2004 12:39:12 -0000	1.6
+++ sysutils/xfce4-cpugraph-plugin/Makefile	20 Aug 2004 06:42:38 -0000
@@ -21,7 +21,7 @@
 		startup-notification-1.0:${PORTSDIR}/x11/startup-notification
 RUN_DEPENDS=	xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gtk20 libxml2
 USE_X_PREFIX=	yes
 USE_INC_LIBTOOL_VER=15
Index: textproc/highlight/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/highlight/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- textproc/highlight/Makefile	9 Aug 2004 18:37:29 -0000	1.26
+++ textproc/highlight/Makefile	20 Aug 2004 06:42:38 -0000
@@ -17,7 +17,7 @@
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
Index: textproc/libxml++26/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/libxml++26/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- textproc/libxml++26/Makefile	14 Aug 2004 09:21:00 -0000	1.31
+++ textproc/libxml++26/Makefile	20 Aug 2004 06:42:38 -0000
@@ -21,7 +21,7 @@
 LATEST_LINK=	libxml++26
 
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack lthack gnometarget libxml2 pkgconfig
 USE_INC_LIBTOOL_VER=13
 USE_REINPLACE=	yes
Index: textproc/stardict2/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/stardict2/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- textproc/stardict2/Makefile	24 May 2004 15:59:49 -0000	1.15
+++ textproc/stardict2/Makefile	20 Aug 2004 06:42:38 -0000
@@ -19,7 +19,7 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_X_PREFIX=	yes
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix libgnomeui
Index: www/dansguardian-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/dansguardian-devel/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- www/dansguardian-devel/Makefile	1 Jul 2004 21:26:12 -0000	1.13
+++ www/dansguardian-devel/Makefile	20 Aug 2004 06:42:38 -0000
@@ -49,7 +49,7 @@
 # On FreeBSD 4.x, user can choose which GCC version to use
 .if ${OSVERSION} > 500000 || defined(WITH_DG_GCC3)
 CONFIGURE_ARGS+=	--gccver=3
-USE_GCC=		3.3
+USE_GCC=		3.4
 .else
 CONFIGURE_ARGS+=	--gccver=2
 .endif
Index: www/dtse/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/dtse/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/dtse/Makefile	12 Aug 2004 12:48:00 -0000	1.4
+++ www/dtse/Makefile	20 Aug 2004 06:42:38 -0000
@@ -33,7 +33,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 .if ${PERL_LEVEL} < 500800
Index: www/openvrml/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/openvrml/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- www/openvrml/Makefile	19 Sep 2004 02:57:41 -0000	1.15
+++ www/openvrml/Makefile	23 Sep 2004 17:19:03 -0000
@@ -26,7 +26,7 @@
 USE_MESA=	yes
 USE_X_PREFIX=	yes
 USE_GNOME=	gnomehack
-USE_GCC=	3.3
+USE_GCC=	3.4
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext"
Index: x11/gmrun/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/gmrun/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gmrun/Makefile	23 May 2004 19:10:10 -0000	1.14
+++ x11/gmrun/Makefile	20 Aug 2004 06:42:38 -0000
@@ -16,7 +16,7 @@
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
 
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_X_PREFIX=	yes
 USE_GNOME=	gtk20
 USE_GMAKE=	yes
Index: x11/libgnomemm26/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/libgnomemm26/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/libgnomemm26/Makefile	17 Aug 2004 04:02:17 -0000	1.12
+++ x11/libgnomemm26/Makefile	20 Aug 2004 06:42:38 -0000
@@ -23,7 +23,7 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack lthack libgnome
 USE_INC_LIBTOOL_VER=13
 INSTALLS_SHLIB=	yes
Index: x11/workrave/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/workrave/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- x11/workrave/Makefile	19 Jul 2004 07:39:42 -0000	1.9
+++ x11/workrave/Makefile	20 Aug 2004 06:42:38 -0000
@@ -21,7 +21,7 @@
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack gnomepanel gconf2
-USE_GCC=	3.3
+USE_GCC=	3.4
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
Index: x11-fm/emelfm2/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-fm/emelfm2/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- x11-fm/emelfm2/Makefile	16 Aug 2004 11:43:27 -0000	1.11
+++ x11-fm/emelfm2/Makefile	20 Aug 2004 06:42:38 -0000
@@ -28,7 +28,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-USE_GCC=	3.3
+USE_GCC=	3.4
 .endif
 
 .if defined(NOPORTDOCS)
Index: x11-toolkits/gtkmm24/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/gtkmm24/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- x11-toolkits/gtkmm24/Makefile	17 Aug 2004 07:18:23 -0000	1.77
+++ x11-toolkits/gtkmm24/Makefile	20 Aug 2004 06:42:38 -0000
@@ -26,7 +26,7 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_INC_LIBTOOL_VER=13
 INSTALLS_SHLIB=	yes
 USE_REINPLACE=	yes
Index: x11-toolkits/guis/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/guis/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- x11-toolkits/guis/Makefile	16 Apr 2004 02:37:14 -0000	1.2
+++ x11-toolkits/guis/Makefile	20 Aug 2004 06:42:38 -0000
@@ -16,7 +16,7 @@
 
 USE_PYTHON=	2.3
 USE_RUBY=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	pkgconfig gtk20 pango libglade2 pygtk2
 USE_GMAKE=	yes
 MAKEFILE=	Makefile_guis
Index: x11-toolkits/libgnomeuimm26/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/libgnomeuimm26/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11-toolkits/libgnomeuimm26/Makefile	17 Aug 2004 04:02:17 -0000	1.12
+++ x11-toolkits/libgnomeuimm26/Makefile	20 Aug 2004 06:42:38 -0000
@@ -27,7 +27,7 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_REINPLACE=	yes
 USE_GNOME=	gnomehack lthack libgnomeui
 USE_INC_LIBTOOL_VER=13
Index: x11-toolkits/libpanelappletmm/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/libpanelappletmm/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- x11-toolkits/libpanelappletmm/Makefile	16 Jul 2004 04:26:07 -0000	1.8
+++ x11-toolkits/libpanelappletmm/Makefile	20 Aug 2004 06:42:38 -0000
@@ -23,7 +23,7 @@
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 USE_GNOME=	gnomehack lthack gnomepanel
 USE_INC_LIBTOOL_VER=13
 INSTALLS_SHLIB=	yes
Index: x11-wm/kahakai/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-wm/kahakai/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- x11-wm/kahakai/Makefile	21 Aug 2004 19:06:59 -0000	1.9
+++ x11-wm/kahakai/Makefile	4 Sep 2004 19:10:08 -0000
@@ -29,7 +29,7 @@
 USE_PYTHON=	yes
 USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
-USE_GCC=	3.3
+USE_GCC=	3.4
 
 MAN1=		kahakai.1
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040928/588aed82/attachment.bin


More information about the freebsd-ports mailing list