diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 21:23:14 +0000 |
commit | 7e339abf8a381a46ef82e3a2462622a709e23bbd (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf | |
parent | 2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff) | |
download | ports-7e339abf8a381a46ef82e3a2462622a709e23bbd.tar.gz ports-7e339abf8a381a46ef82e3a2462622a709e23bbd.zip |
Notes
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 | ||||
-rw-r--r-- | databases/kumofs/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql-q4m/Makefile | 2 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 2 | ||||
-rw-r--r-- | graphics/php-facedetect/Makefile | 2 | ||||
-rw-r--r-- | lang/phantomjs/Makefile | 2 | ||||
-rw-r--r-- | lang/squeak/Makefile | 2 | ||||
-rw-r--r-- | math/R-cran-MCMCpack/Makefile | 4 | ||||
-rw-r--r-- | math/polymake/Makefile | 2 | ||||
-rw-r--r-- | multimedia/bombono/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile.plugins | 2 | ||||
-rw-r--r-- | net-p2p/verlihub/Makefile | 2 | ||||
-rw-r--r-- | net/hanstunnel/Makefile | 2 | ||||
-rw-r--r-- | net/xorp-devel/Makefile | 2 | ||||
-rw-r--r-- | security/keepassx2/Makefile | 2 | ||||
-rw-r--r-- | security/libgcrypt/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-kde4/Makefile | 2 |
17 files changed, 19 insertions, 19 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 80b614b846f3..d9462832e0fd 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -15,7 +15,7 @@ COMMENT= A benchmarking tool for Web proxies LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GCC= 4.2+ +USE_GCC= any GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/databases/kumofs/Makefile b/databases/kumofs/Makefile index 3138587d43c1..4e9075ee538c 100644 --- a/databases/kumofs/Makefile +++ b/databases/kumofs/Makefile @@ -19,8 +19,8 @@ USE_AUTOTOOLS= libtool autoheader autoconf automake aclocal ACLOCAL_ARGS= # empty AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE} -USE_GCC= 4.2+ -USE_GMAKE= yes +USES= gmake +USE_GCC= any USE_RUBY= yes USE_RC_SUBR= kumofs-manager kumofs-server kumofs-gateway PIDDIR?= /var/run/kumofs diff --git a/databases/mysql-q4m/Makefile b/databases/mysql-q4m/Makefile index 8bcb2fb16085..ad551f2d7015 100644 --- a/databases/mysql-q4m/Makefile +++ b/databases/mysql-q4m/Makefile @@ -15,7 +15,7 @@ FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:build USES= gmake perl5 USE_AUTOTOOLS= libtool USE_MYSQL= server -USE_GCC= 4.2+ +USE_GCC= any USE_PERL5= run GNU_CONFIGURE= yes diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index ac294394f9b9..7e42d5e8ea7c 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -25,7 +25,7 @@ USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes WANT_SDL= yes WANT_GNOME= yes -USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 +USE_GCC= any WANT_GSTREAMER= yes USE_GNOME= libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index b8848f004266..11dad0f92561 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -33,7 +33,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -USE_GCC= 4.2+ +USE_GCC= any .endif .include <bsd.port.post.mk> diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 78007dbc49a6..edc4f97ed5c8 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig PROJECTHOST= phantomjs -USE_GCC= 4.2+ USES= gmake dos2unix pkgconfig +USE_GCC= any USE_ZIP= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index a4b7a1844790..9a5db8f27db0 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -47,7 +47,7 @@ NO_STAGE= yes DIST_SUBDIR= squeak ONLY_FOR_ARCHS= i386 amd64 MAN1= squeak.1 -USE_GCC= 4.2+ +USE_GCC= any USE_GL= gl HAS_CONFIGURE= yes diff --git a/math/R-cran-MCMCpack/Makefile b/math/R-cran-MCMCpack/Makefile index 76b5bac8a723..081f37d360e4 100644 --- a/math/R-cran-MCMCpack/Makefile +++ b/math/R-cran-MCMCpack/Makefile @@ -14,8 +14,8 @@ LICENSE= GPLv3 RUN_DEPENDS= R-cran-coda>0.11.3:${PORTSDIR}/math/R-cran-coda -# Actually required 4.0 or later, but at least 4.2 in the FreeBSD ports tree -USE_GCC= 4.2+ +# Actually required 4.0 or later. +USE_GCC= any USES= cran:auto-plist .include <bsd.port.mk> diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 66c60975b573..6fe374f916e4 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ USES= gmake perl5 USE_BZIP2= yes -USE_GCC= 4.2+ +USE_GCC= any USE_JAVA= yes JAVA_BUILD= yes JAVA_RUN= yes diff --git a/multimedia/bombono/Makefile b/multimedia/bombono/Makefile index ce465442c1f4..a2ae899100bc 100644 --- a/multimedia/bombono/Makefile +++ b/multimedia/bombono/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= GraphicsMagick>=1.1.7:${PORTSDIR}/graphics/GraphicsMagick \ USES= pkgconfig scons USE_BZIP2= yes -USE_GCC= 4.2+ +USE_GCC= any INSTALLS_ICONS= yes CXXFLAGS+= -I${LOCALBASE}/include diff --git a/net-p2p/verlihub-plugins/Makefile.plugins b/net-p2p/verlihub-plugins/Makefile.plugins index 93226f6c4fb4..a6ecbf02a22d 100644 --- a/net-p2p/verlihub-plugins/Makefile.plugins +++ b/net-p2p/verlihub-plugins/Makefile.plugins @@ -14,7 +14,7 @@ COMMENT?= ${PLUGIN_DESC} plugin for the VerliHub - a Direct Connect protocol ser BUILD_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub RUN_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub -USE_GCC= 4.2+ +USE_GCC= any GNU_CONFIGURE= yes CFLAGS+= -fPIC diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 6fd0038c7953..09968c096e5c 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LDFLAGS+= -L/usr/local/lib USE_RC_SUBR= verlihub -USE_GCC= 4.2+ +USE_GCC= any USE_AUTOTOOLS= libtool USE_MYSQL= yes GNU_CONFIGURE= yes diff --git a/net/hanstunnel/Makefile b/net/hanstunnel/Makefile index 29921e0e6944..1b97527b550d 100644 --- a/net/hanstunnel/Makefile +++ b/net/hanstunnel/Makefile @@ -34,7 +34,7 @@ CC= clang33 CXX= clang++33 .endif .else -USE_GCC=4.2+ +USE_GCC= any .endif do-install: diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile index 597ebee7e53d..4797f1f1749f 100644 --- a/net/xorp-devel/Makefile +++ b/net/xorp-devel/Makefile @@ -22,7 +22,7 @@ CONFLICTS= xorp-1* NOMAN= defined USE_BZIP2= yes -USE_GCC= 4.2+ +USE_GCC= any USE_PYTHON_BUILD= 2 USES= scons NO_STAGE= yes diff --git a/security/keepassx2/Makefile b/security/keepassx2/Makefile index cc90a49c2ef1..f5a64192cdc6 100644 --- a/security/keepassx2/Makefile +++ b/security/keepassx2/Makefile @@ -19,7 +19,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME:L} WRKSRC= ${WRKDIR}/${DISTNAME:L} USES= cmake -USE_GCC= 4.2+ +USE_GCC= any USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT4= corelib gui xml qtestlib dbus uic_build moc_build \ diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 3bbcfe90fbd2..7030037aaa17 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -34,7 +34,7 @@ PORTDOCS= * CONFIGURE_ARGS+= --disable-asm .elif ${ARCH} == "armv6" -USE_GCC=4.2+ +USE_GCC= any .elif ${ARCH} == "i386" .if (${OSVERSION} < 900033) diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile index 57142c8b9d45..b6eb6fa6a878 100644 --- a/textproc/uim-kde4/Makefile +++ b/textproc/uim-kde4/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4 -USE_GCC= 4.2+ +USE_GCC= any USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build qt3support uic rcc USE_AUTOTOOLS= libtool |