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
Gerald Pfeifer
gerald at FreeBSD.org
Sun Mar 16 22:33:06 UTC 2014
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 <bsd.port.options.mk>
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
More information about the svn-ports-all
mailing list