aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-30 13:32:00 +0800
committerkris <kris@FreeBSD.org>2004-09-30 13:32:00 +0800
commit4464a92d6c75d67107d80a3d0fad01ec898c7788 (patch)
treeed0be373c8aa46f552be1016de2403c814f39ddb /devel
parentca3675066354ff78b8e332e7379b3a9e82b633c6 (diff)
downloadfreebsd-ports-gnome-4464a92d6c75d67107d80a3d0fad01ec898c7788.tar.gz
freebsd-ports-gnome-4464a92d6c75d67107d80a3d0fad01ec898c7788.tar.zst
freebsd-ports-gnome-4464a92d6c75d67107d80a3d0fad01ec898c7788.zip
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
Diffstat (limited to 'devel')
-rw-r--r--devel/ddd/Makefile2
-rw-r--r--devel/flowdesigner/Makefile2
-rw-r--r--devel/gconfmm26/Makefile2
-rw-r--r--devel/glibmm/Makefile2
-rw-r--r--devel/gnome-vfsmm/Makefile2
-rw-r--r--devel/libglademm24/Makefile2
-rw-r--r--devel/libopendaap/Makefile2
-rw-r--r--devel/libsigc++20/Makefile2
-rw-r--r--devel/mico/Makefile2
-rw-r--r--devel/regexxer/Makefile2
-rw-r--r--devel/ustl/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 05c5a8f5694e..d1258e6b39ff 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -54,7 +54,7 @@ LIBXMDIR= ${X11BASE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-USE_GCC= 3.3
+USE_GCC= 3.4
.endif
pre-patch:
diff --git a/devel/flowdesigner/Makefile b/devel/flowdesigner/Makefile
index d1280da95f3c..5a747e21e07c 100644
--- a/devel/flowdesigner/Makefile
+++ b/devel/flowdesigner/Makefile
@@ -18,7 +18,7 @@ COMMENT= A free (GPL) "data flow oriented" development environment
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
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile
index bb689692720f..700758ee5c7f 100644
--- a/devel/gconfmm26/Makefile
+++ b/devel/gconfmm26/Makefile
@@ -24,7 +24,7 @@ LATEST_LINK= gconfmm26
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
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile
index 14a6da56c2d6..0872384468d6 100644
--- a/devel/glibmm/Makefile
+++ b/devel/glibmm/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
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
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile
index 05351570483a..2354832b05cb 100644
--- a/devel/gnome-vfsmm/Makefile
+++ b/devel/gnome-vfsmm/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
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
diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile
index bfea741271b5..440d402ee441 100644
--- a/devel/libglademm24/Makefile
+++ b/devel/libglademm24/Makefile
@@ -23,7 +23,7 @@ LATEST_LINK= libglademm24
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
diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile
index 881646e3e986..4e8a975b445e 100644
--- a/devel/libopendaap/Makefile
+++ b/devel/libopendaap/Makefile
@@ -17,7 +17,7 @@ USE_BZIP2= yes
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}"
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
index 0cbfa3a2298f..216c277c1fd4 100644
--- a/devel/libsigc++20/Makefile
+++ b/devel/libsigc++20/Makefile
@@ -19,7 +19,7 @@ COMMENT= Callback Framework for C++
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
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index a422d7474c4b..28a8dcc16c85 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -46,7 +46,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${PORTNAME}/options
# ================
.if !defined(WITH_SYSTEM_GCC)
-USE_GCC= 3.3
+USE_GCC= 3.4
.endif
CONFIGURE_ARGS= --enable-cd --disable-mini-stl --enable-threads
diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile
index 616482e8832d..1f49915dd2e6 100644
--- a/devel/regexxer/Makefile
+++ b/devel/regexxer/Makefile
@@ -56,7 +56,7 @@ x-generate-plist:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-USE_GCC= 3.3
+USE_GCC= 3.4
.endif
.include <bsd.port.post.mk>
diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile
index 420d660c714a..58e8136b7dd9 100644
--- a/devel/ustl/Makefile
+++ b/devel/ustl/Makefile
@@ -18,7 +18,7 @@ COMMENT= Codespace-frugal STL implementation
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