Date: Sun, 25 Oct 2015 20:38:11 +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: r400165 - in head: databases/tarantool dns/dnsdist net-im/telegram www/node Message-ID: <201510252038.t9PKcBUq081991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Oct 25 20:38:11 2015 New Revision: 400165 URL: https://svnweb.freebsd.org/changeset/ports/400165 Log: Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today, and generally we want to use the default version of GCC in cases like these. Approved by: portmgr blanket Modified: head/databases/tarantool/Makefile head/dns/dnsdist/Makefile head/net-im/telegram/Makefile head/www/node/Makefile Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Sun Oct 25 20:11:51 2015 (r400164) +++ head/databases/tarantool/Makefile Sun Oct 25 20:38:11 2015 (r400165) @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE TR_REV= 130-ge3f2420 MAKE_JOBS_UNSAFE=yes USES= cmake compiler:c++11-lang gettext gmake perl5 readline -USE_GCC= 4.8+ # clang bug PR/201270 +USE_GCC= yes # clang bug PR/201270 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Sun Oct 25 20:11:51 2015 (r400164) +++ head/dns/dnsdist/Makefile Sun Oct 25 20:38:11 2015 (r400165) @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_serialization.so:$ CXXFLAGS+= -D_GLIBCXX_USE_C99 LDFLAGS+= -L${LOCALBASE}/lib -latomic GNU_CONFIGURE= yes -USE_GCC= 4.8+ +USE_GCC= yes USES= bison cpe gmake libtool lua:52 pkgconfig readline tar:bz2 CONFIGURE_ARGS= --enable-libsodium INSTALL_TARGET= install-strip Modified: head/net-im/telegram/Makefile ============================================================================== --- head/net-im/telegram/Makefile Sun Oct 25 20:11:51 2015 (r400164) +++ head/net-im/telegram/Makefile Sun Oct 25 20:38:11 2015 (r400165) @@ -32,7 +32,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if ${OSVERSION} < 1000024 -USE_GCC= 4.8+ +USE_GCC= yes .endif post-extract: Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Sun Oct 25 20:11:51 2015 (r400164) +++ head/www/node/Makefile Sun Oct 25 20:38:11 2015 (r400165) @@ -39,7 +39,7 @@ CFLAGS+= -Wno-unused-const-variable .endif .else MAKE_ARGS+= strictaliasing=off -USE_GCC= 4.8+ +USE_GCC= yes .endif post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510252038.t9PKcBUq081991>