From owner-svn-ports-head@FreeBSD.ORG Sun Mar 16 22:33:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA1CA19A; Sun, 16 Mar 2014 22:33:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA551C53; Sun, 16 Mar 2014 22:33:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GMX6Y5001891; Sun, 16 Mar 2014 22:33:06 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2GMX4jW001874; Sun, 16 Mar 2014 22:33:04 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201403162233.s2GMX4jW001874@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 16 Mar 2014 22:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348436 - in head: cad/qelectrotech devel/atlas-devel devel/eris devel/mercator devel/varconf games/ember graphics/ogre3d net/cyphesis net/skstream textproc/irstlm 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.17 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, 16 Mar 2014 22:33:06 -0000 Author: gerald Date: Sun Mar 16 22:33:04 2014 New Revision: 348436 URL: http://svnweb.freebsd.org/changeset/ports/348436 QAT: https://qat.redports.org/buildarchive/r348436/ Log: Now that the default version of GCC in the Ports Collection (per lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat) Modified: head/cad/qelectrotech/Makefile head/devel/atlas-devel/Makefile head/devel/eris/Makefile head/devel/mercator/Makefile head/devel/varconf/Makefile head/games/ember/Makefile head/graphics/ogre3d/Makefile head/net/cyphesis/Makefile head/net/skstream/Makefile head/textproc/irstlm/Makefile Modified: head/cad/qelectrotech/Makefile ============================================================================== --- head/cad/qelectrotech/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/cad/qelectrotech/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= qmake USE_QT4= gui moc_build network rcc_build \ sql-sqlite3_run svg uic_build xml designer -USE_GCC= 4.7+ +USE_GCC= yes INSTALLS_ICONS= yes CXXFLAGS+= "-fno-ipa-sra" Modified: head/devel/atlas-devel/Makefile ============================================================================== --- head/devel/atlas-devel/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/devel/atlas-devel/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -19,7 +19,7 @@ USES= pathfix compiler:c++11-lang USE_AUTOTOOLS= libtool USE_LDCONFIG= YES USE_BZIP2= YES -USE_GCC= 4.7+ +USE_GCC= yes MAKE_ARGS= docdir=${DOCSDIR} CONFIGURE_ARGS+=--program-transform-name= Modified: head/devel/eris/Makefile ============================================================================== --- head/devel/eris/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/devel/eris/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --disable-silent-rules GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= pathfix pkgconfig -USE_GCC= 4.7+ +USE_GCC= yes CXXFLAGS+= -include wchar.h Modified: head/devel/mercator/Makefile ============================================================================== --- head/devel/mercator/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/devel/mercator/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -18,7 +18,6 @@ USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GCC= yes -USE_GCC= 4.7+ CXXFLAGS+= -include wchar.h Modified: head/devel/varconf/Makefile ============================================================================== --- head/devel/varconf/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/devel/varconf/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -19,7 +19,7 @@ USE_BZIP2= yes USES= libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip -USE_GCC= 4.7+ +USE_GCC= yes post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/games/ember/Makefile ============================================================================== --- head/games/ember/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/games/ember/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -38,7 +38,7 @@ LUA_COMPS= toluaxx USES= openal:al,alut pathfix pkgconfig USE_BZIP2= YES CPPFLAGS+= -DBR_NO_MACROS -std=c++11 -USE_GCC= 4.7+ +USE_GCC= yes NO_STAGE= yes Modified: head/graphics/ogre3d/Makefile ============================================================================== --- head/graphics/ogre3d/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/graphics/ogre3d/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -21,7 +21,7 @@ USE_BZIP2= YES USES= cmake USE_SDL= sdl USE_XORG= xaw xrandr -USE_GCC= 4.7+ +USE_GCC= yes NO_STAGE= yes .include Modified: head/net/cyphesis/Makefile ============================================================================== --- head/net/cyphesis/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/net/cyphesis/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -26,7 +26,7 @@ USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_PGSQL= yes USE_PYTHON= 2 -USE_GCC= 4.7+ +USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/net/skstream/Makefile ============================================================================== --- head/net/skstream/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/net/skstream/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -13,7 +13,7 @@ USE_GMAKE= yes USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GCC= 4.7+ +USE_GCC= yes OPTIONS_DEFINE= DOCS Modified: head/textproc/irstlm/Makefile ============================================================================== --- head/textproc/irstlm/Makefile Sun Mar 16 22:26:50 2014 (r348435) +++ head/textproc/irstlm/Makefile Sun Mar 16 22:33:04 2014 (r348436) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${POR GNU_CONFIGURE= yes USE_PERL5= run -USE_GCC= 4.7+ +USE_GCC= yes USE_AUTOTOOLS= libtoolize aclocal autoconf automake AUTOMAKE_ARGS= --add-missing USES= shebangfix