Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
This commit is contained in:
parent
2c4da57ad2
commit
7e339abf8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346721
17 changed files with 19 additions and 19 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -34,7 +34,7 @@ CC= clang33
|
|||
CXX= clang++33
|
||||
.endif
|
||||
.else
|
||||
USE_GCC=4.2+
|
||||
USE_GCC= any
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue