From owner-svn-ports-head@freebsd.org Sun Oct 25 20:38:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF3C3823F; Sun, 25 Oct 2015 20:38:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8351910AC; Sun, 25 Oct 2015 20:38:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9PKcBuJ081996; Sun, 25 Oct 2015 20:38:11 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9PKcBUq081991; Sun, 25 Oct 2015 20:38:11 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201510252038.t9PKcBUq081991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 25 Oct 2015 20:38:11 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2015 20:38:12 -0000 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 .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: