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= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,8 @@ USE_AUTOTOOLS= libtool autoheader autoconf automake aclocal
|
||||||
ACLOCAL_ARGS= # empty
|
ACLOCAL_ARGS= # empty
|
||||||
AUTOMAKE_ARGS= --add-missing --copy
|
AUTOMAKE_ARGS= --add-missing --copy
|
||||||
CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE}
|
CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE}
|
||||||
USE_GCC= 4.2+
|
USES= gmake
|
||||||
USE_GMAKE= yes
|
USE_GCC= any
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RC_SUBR= kumofs-manager kumofs-server kumofs-gateway
|
USE_RC_SUBR= kumofs-manager kumofs-server kumofs-gateway
|
||||||
PIDDIR?= /var/run/kumofs
|
PIDDIR?= /var/run/kumofs
|
||||||
|
|
|
@ -15,7 +15,7 @@ FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:build
|
||||||
USES= gmake perl5
|
USES= gmake perl5
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
USE_MYSQL= server
|
USE_MYSQL= server
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -25,7 +25,7 @@ USE_AUTOTOOLS= libltdl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
WANT_SDL= yes
|
WANT_SDL= yes
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
USE_GCC= 4.2+ # triggers compiler error on gcc 3.4
|
USE_GCC= any
|
||||||
WANT_GSTREAMER= yes
|
WANT_GSTREAMER= yes
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv
|
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv
|
||||||
|
|
|
@ -33,7 +33,7 @@ NO_STAGE= yes
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
.if ${ARCH} == "amd64"
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -17,8 +17,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||||
|
|
||||||
PROJECTHOST= phantomjs
|
PROJECTHOST= phantomjs
|
||||||
USE_GCC= 4.2+
|
|
||||||
USES= gmake dos2unix pkgconfig
|
USES= gmake dos2unix pkgconfig
|
||||||
|
USE_GCC= any
|
||||||
USE_ZIP= YES
|
USE_ZIP= YES
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ NO_STAGE= yes
|
||||||
DIST_SUBDIR= squeak
|
DIST_SUBDIR= squeak
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
MAN1= squeak.1
|
MAN1= squeak.1
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
RUN_DEPENDS= R-cran-coda>0.11.3:${PORTSDIR}/math/R-cran-coda
|
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
|
# Actually required 4.0 or later.
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USES= cran:auto-plist
|
USES= cran:auto-plist
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -23,7 +23,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
||||||
|
|
||||||
USES= gmake perl5
|
USES= gmake perl5
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USE_JAVA= yes
|
USE_JAVA= yes
|
||||||
JAVA_BUILD= yes
|
JAVA_BUILD= yes
|
||||||
JAVA_RUN= yes
|
JAVA_RUN= yes
|
||||||
|
|
|
@ -26,7 +26,7 @@ RUN_DEPENDS= GraphicsMagick>=1.1.7:${PORTSDIR}/graphics/GraphicsMagick \
|
||||||
|
|
||||||
USES= pkgconfig scons
|
USES= pkgconfig scons
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
|
|
||||||
CXXFLAGS+= -I${LOCALBASE}/include
|
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
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub
|
||||||
RUN_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
|
GNU_CONFIGURE= yes
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||||
|
|
||||||
LDFLAGS+= -L/usr/local/lib
|
LDFLAGS+= -L/usr/local/lib
|
||||||
USE_RC_SUBR= verlihub
|
USE_RC_SUBR= verlihub
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
USE_MYSQL= yes
|
USE_MYSQL= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -34,7 +34,7 @@ CC= clang33
|
||||||
CXX= clang++33
|
CXX= clang++33
|
||||||
.endif
|
.endif
|
||||||
.else
|
.else
|
||||||
USE_GCC=4.2+
|
USE_GCC= any
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -22,7 +22,7 @@ CONFLICTS= xorp-1*
|
||||||
NOMAN= defined
|
NOMAN= defined
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USE_PYTHON_BUILD= 2
|
USE_PYTHON_BUILD= 2
|
||||||
USES= scons
|
USES= scons
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
|
|
|
@ -19,7 +19,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME:L}
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME:L}
|
WRKSRC= ${WRKDIR}/${DISTNAME:L}
|
||||||
|
|
||||||
USES= cmake
|
USES= cmake
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USE_QT4= corelib gui xml qtestlib dbus uic_build moc_build \
|
USE_QT4= corelib gui xml qtestlib dbus uic_build moc_build \
|
||||||
|
|
|
@ -34,7 +34,7 @@ PORTDOCS= *
|
||||||
CONFIGURE_ARGS+= --disable-asm
|
CONFIGURE_ARGS+= --disable-asm
|
||||||
|
|
||||||
.elif ${ARCH} == "armv6"
|
.elif ${ARCH} == "armv6"
|
||||||
USE_GCC=4.2+
|
USE_GCC= any
|
||||||
|
|
||||||
.elif ${ARCH} == "i386"
|
.elif ${ARCH} == "i386"
|
||||||
.if (${OSVERSION} < 900033)
|
.if (${OSVERSION} < 900033)
|
||||||
|
|
|
@ -9,7 +9,7 @@ BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
|
||||||
LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
|
LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
|
||||||
RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4
|
RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4
|
||||||
|
|
||||||
USE_GCC= 4.2+
|
USE_GCC= any
|
||||||
USE_KDE4= kdehier kdeprefix kdelibs automoc4
|
USE_KDE4= kdehier kdeprefix kdelibs automoc4
|
||||||
USE_QT4= qmake_build moc_build qt3support uic rcc
|
USE_QT4= qmake_build moc_build qt3support uic rcc
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
|
|
Loading…
Reference in a new issue