Date: Fri, 25 Nov 2016 21:27:37 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427129 - in head: biology/seqan-apps devel/bisoncpp devel/libbobcat devel/pure-stldict emulators/dolphin-emu lang/cilkplus lang/gcc6 lang/gcc6-devel lang/gcc7-devel lang/ruby21 lang/ru... Message-ID: <201611252127.uAPLRbmZ029474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Fri Nov 25 21:27:37 2016 New Revision: 427129 URL: https://svnweb.freebsd.org/changeset/ports/427129 Log: 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. Modified: head/biology/seqan-apps/Makefile head/devel/bisoncpp/Makefile head/devel/libbobcat/Makefile head/devel/pure-stldict/Makefile head/emulators/dolphin-emu/Makefile head/lang/cilkplus/Makefile head/lang/gcc6-devel/Makefile head/lang/gcc6/Makefile head/lang/gcc7-devel/Makefile head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/biology/seqan-apps/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -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> Modified: head/devel/bisoncpp/Makefile ============================================================================== --- head/devel/bisoncpp/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/devel/bisoncpp/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -20,7 +20,7 @@ PORTDOCS= * WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} -USE_GCC= 4.9+ +USE_GCC= yes USES= shebangfix Modified: head/devel/libbobcat/Makefile ============================================================================== --- head/devel/libbobcat/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/devel/libbobcat/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -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} Modified: head/devel/pure-stldict/Makefile ============================================================================== --- head/devel/pure-stldict/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/devel/pure-stldict/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -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: Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/emulators/dolphin-emu/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -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() Modified: head/lang/cilkplus/Makefile ============================================================================== --- head/lang/cilkplus/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/cilkplus/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE HG_REVISION= 004467 -USE_GCC= 4.9+ +USE_GCC= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/gcc6-devel/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/gcc6/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/gcc7-devel/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -61,7 +61,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/ruby21/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -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" Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/ruby22/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -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" Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Fri Nov 25 21:14:57 2016 (r427128) +++ head/lang/ruby23/Makefile Fri Nov 25 21:27:37 2016 (r427129) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611252127.uAPLRbmZ029474>