svn commit: r368664 - in head: graphics/rawtherapee math/gringo x11/leechcraft

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 20 17:06:47 UTC 2014


Author: gerald
Date: Sat Sep 20 17:06:46 2014
New Revision: 368664
URL: http://svnweb.freebsd.org/changeset/ports/368664
QAT: https://qat.redports.org/buildarchive/r368664/

Log:
  Replace USE_GCC=4.8+ by the equivalent, but preferred USE_GCC=yes.

Modified:
  head/graphics/rawtherapee/Makefile
  head/math/gringo/Makefile
  head/x11/leechcraft/Makefile

Modified: head/graphics/rawtherapee/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Sat Sep 20 16:50:31 2014	(r368663)
+++ head/graphics/rawtherapee/Makefile	Sat Sep 20 17:06:46 2014	(r368664)
@@ -58,7 +58,7 @@ OPTIMIZED_CFLAGS_DESC=	Use extra compile
 # that the base C++ standard library switched to libc++:
 # We also must pin 4.8+ because 4.6 and 4.7 segfault on 10.0-RELEASE amd64
 # wwhen compiling improcfun.cc:
-USE_GCC=	4.8+
+USE_GCC=	yes
 
 .if ${COMPILER_FEATURES:Mlibc++}
 LDFLAGS+=	-L/usr/local/lib/c++

Modified: head/math/gringo/Makefile
==============================================================================
--- head/math/gringo/Makefile	Sat Sep 20 16:50:31 2014	(r368663)
+++ head/math/gringo/Makefile	Sat Sep 20 17:06:46 2014	(r368664)
@@ -26,7 +26,7 @@ PLIST_FILES=	bin/${PORTNAME}
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000000
-USE_GCC=	4.8+
+USE_GCC=	yes
 .endif
 
 do-install:

Modified: head/x11/leechcraft/Makefile
==============================================================================
--- head/x11/leechcraft/Makefile	Sat Sep 20 16:50:31 2014	(r368663)
+++ head/x11/leechcraft/Makefile	Sat Sep 20 17:06:46 2014	(r368664)
@@ -395,7 +395,7 @@ BROKEN=		Otlozhu has not supported yet (
 .if ${OSVERSION} < 1000000
 PORT_OPTIONS:=	${PORT_OPTIONS:O:u}
 PORT_OPTIONS:=	${PORT_OPTIONS:NBITTORRENT}
-USE_GCC=	4.8+
+USE_GCC=	yes
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list