diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 22:34:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 22:34:52 +0800 |
commit | a3df0702e0405ca32c5edf7b6c1b09d506d6e2c8 (patch) | |
tree | d20652415c1c6d90e215d8362613e0aef85ad597 /lang | |
parent | 4660376d8ddccdb5ea1a075abcdd96eec1ade980 (diff) | |
download | freebsd-ports-gnome-a3df0702e0405ca32c5edf7b6c1b09d506d6e2c8.tar.gz freebsd-ports-gnome-a3df0702e0405ca32c5edf7b6c1b09d506d6e2c8.tar.zst freebsd-ports-gnome-a3df0702e0405ca32c5edf7b6c1b09d506d6e2c8.zip |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Diffstat (limited to 'lang')
-rw-r--r-- | lang/abcl/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc34/Makefile | 4 | ||||
-rw-r--r-- | lang/nqc/Makefile | 1 | ||||
-rw-r--r-- | lang/parrot/Makefile | 1 | ||||
-rw-r--r-- | lang/phc/Makefile | 1 | ||||
-rw-r--r-- | lang/php4/Makefile.ext | 1 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 3 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 3 | ||||
-rw-r--r-- | lang/pnet-base/Makefile | 1 | ||||
-rw-r--r-- | lang/polyml/Makefile | 1 | ||||
-rw-r--r-- | lang/smalltalk/Makefile | 1 |
11 files changed, 0 insertions, 18 deletions
diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile index d36f3dc8812b..0eac452412e0 100644 --- a/lang/abcl/Makefile +++ b/lang/abcl/Makefile @@ -17,7 +17,6 @@ COMMENT= An implementation of ANSI Common Lisp in Java SUB_FILES= abcl SUB_LIST= JAVA=${JAVA} ABCL_JAR=${JAVAJARDIR}/abcl.jar -USE_GCC= 3.3+ USE_JAVA= yes JAVA_VERSION= 1.4+ USE_LDCONFIG= yes diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 85dda4afe07a..98d8d22fac3c 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -43,10 +43,6 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .endif -.if ${ARCH} == alpha -USE_GCC= 3.3+ -.endif - SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION} diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile index 32e32032db4b..2746375ea538 100644 --- a/lang/nqc/Makefile +++ b/lang/nqc/Makefile @@ -16,7 +16,6 @@ MAINTAINER= jhay@FreeBSD.org COMMENT= A compiler for writing programs for the Lego RCX USE_GMAKE= yes -USE_GCC= 3.4+ NO_WRKSUBDIR= yes MAN1= nqc.1 diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 76dcc46ead55..522b8e1f1492 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ icudata:${PORTSDIR}/devel/icu USE_BISON= build -USE_GCC= 3.4+ USE_PERL5= 5.8.0+ USE_GMAKE= yes diff --git a/lang/phc/Makefile b/lang/phc/Makefile index 80fe0ee6b3ec..66a02f14e5dc 100644 --- a/lang/phc/Makefile +++ b/lang/phc/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://www.phpcompiler.org/src/archive/ MAINTAINER= ports@mcdermottroe.com COMMENT= A compiler for the PHP language -USE_GCC= 3.4+ USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 7edb16b1e0f9..df6787c136fa 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -152,7 +152,6 @@ USE_OPENSSL= yes .if ${PHP_MODNAME} == "interbase" CONFIGURE_ARGS+=--with-interbase=${LOCALBASE} -USE_GCC= 3.4+ USE_FIREBIRD= yes .endif diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 5490e2fe2342..d70d8714c94c 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -140,7 +140,6 @@ USE_OPENSSL= yes .if ${PHP_MODNAME} == "interbase" CONFIGURE_ARGS+=--with-interbase=${LOCALBASE} -USE_GCC= 3.4+ USE_FIREBIRD= yes .endif @@ -260,7 +259,6 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes -USE_GCC= 3.4+ USE_FIREBIRD= yes .endif @@ -378,7 +376,6 @@ CONFIGURE_ARGS+=--enable-soap \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 -USE_GCC= 3.4+ USE_PHP= session USE_PHP_BUILD= yes diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 5490e2fe2342..d70d8714c94c 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -140,7 +140,6 @@ USE_OPENSSL= yes .if ${PHP_MODNAME} == "interbase" CONFIGURE_ARGS+=--with-interbase=${LOCALBASE} -USE_GCC= 3.4+ USE_FIREBIRD= yes .endif @@ -260,7 +259,6 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes -USE_GCC= 3.4+ USE_FIREBIRD= yes .endif @@ -378,7 +376,6 @@ CONFIGURE_ARGS+=--enable-soap \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 -USE_GCC= 3.4+ USE_PHP= session USE_PHP_BUILD= yes diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index e986742bfae7..d1968bccf525 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -25,7 +25,6 @@ NOT_FOR_ARCHS= sparc64 USE_XLIB= yes .endif -USE_GCC= 3.4+ GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index 7af05d26a719..a82dc324396f 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -16,7 +16,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= timbob@bigpond.com COMMENT= Fast open-source implementation of Standard ML -USE_GCC= 3.2+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x USE_LDCONFIG= yes diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 5fafeed689e0..1b3e2acb9624 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -24,7 +24,6 @@ OPTIONS= TCLTK "Enable Tcl/Tk binding" on \ USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig -USE_GCC= 3.4+ USE_ICONV= yes USE_SQLITE= yes USE_GMAKE= yes |