Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
This commit is contained in:
parent
59ec137ee0
commit
659c967516
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427129
12 changed files with 13 additions and 13 deletions
|
@ -24,7 +24,7 @@ GH_PROJECT= seqan
|
|||
USES= cmake:outsource
|
||||
CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS"
|
||||
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ PORTDOCS= *
|
|||
|
||||
WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION}
|
||||
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
|
||||
USES= shebangfix
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= GPLv3
|
|||
BUILD_DEPENDS= icmake:devel/icmake \
|
||||
yodl>=3.0:textproc/yodl
|
||||
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
USE_XORG= x11
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
|
||||
|
|
|
@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} <= 1000000
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -85,9 +85,9 @@ NLS_CMAKE_OFF= -DDISABLE_NLS:BOOL=ON
|
|||
CMAKE_ARGS+= -DENABLE_GENERIC:BOOL=ON
|
||||
.endif
|
||||
|
||||
# When building with Gcc, needs Gcc 4.9+
|
||||
# When building with GCC, needs GCC 4.9+
|
||||
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 49
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
# Enable std::stoul()
|
||||
CXXFLAGS+= -D_GLIBCXX_USE_C99
|
||||
# Enable log2f(), exp2f() and roundf()
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
HG_REVISION= 004467
|
||||
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
|
|||
|
||||
.if ${ARCH} == powerpc64
|
||||
CONFIGURE_ENV+= UNAME_m="powerpc64"
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
|
||||
|
|
|
@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
|
|||
|
||||
.if ${ARCH} == powerpc64
|
||||
CONFIGURE_ENV+= UNAME_m="powerpc64"
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
|
||||
|
|
|
@ -61,7 +61,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
|
|||
|
||||
.if ${ARCH} == powerpc64
|
||||
CONFIGURE_ENV+= UNAME_m="powerpc64"
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
|
||||
|
|
|
@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-dtrace
|
|||
.endif
|
||||
|
||||
.if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc")
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
|
||||
|
|
|
@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-dtrace
|
|||
.endif
|
||||
|
||||
.if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64"
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
|
||||
|
|
|
@ -97,7 +97,7 @@ CONFIGURE_ARGS+=--disable-dtrace
|
|||
.endif
|
||||
|
||||
.if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc")
|
||||
USE_GCC= 4.9+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
|
||||
|
|
Loading…
Reference in a new issue