svn commit: r346975 - in head: devel/pure-gen emulators/catapult emulators/openmsx math/openblas multimedia/libav sysutils/grub2-bhyve x11-fm/worker
Gerald Pfeifer
gerald at FreeBSD.org
Mon Mar 3 23:31:03 UTC 2014
Author: gerald
Date: Mon Mar 3 23:30:56 2014
New Revision: 346975
URL: http://svnweb.freebsd.org/changeset/ports/346975
QAT: https://qat.redports.org/buildarchive/r346975/
Log:
Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by: portmgr (mat)
Modified:
head/devel/pure-gen/Makefile
head/emulators/catapult/Makefile
head/emulators/openmsx/Makefile
head/math/openblas/Makefile
head/multimedia/libav/Makefile
head/sysutils/grub2-bhyve/Makefile
head/x11-fm/worker/Makefile
Modified: head/devel/pure-gen/Makefile
==============================================================================
--- head/devel/pure-gen/Makefile Mon Mar 3 22:46:43 2014 (r346974)
+++ head/devel/pure-gen/Makefile Mon Mar 3 23:30:56 2014 (r346975)
@@ -20,7 +20,7 @@ NO_STAGE= yes
CC= gcc
USES= pure:ffi
-USE_GCC= 4.6+
+USE_GCC= yes
MAN1= ${PORTNAME}.1
Modified: head/emulators/catapult/Makefile
==============================================================================
--- head/emulators/catapult/Makefile Mon Mar 3 22:46:43 2014 (r346974)
+++ head/emulators/catapult/Makefile Mon Mar 3 23:30:56 2014 (r346975)
@@ -18,7 +18,7 @@ RUN_DEPENDS= openmsx:${PORTSDIR}/emulato
OPTIONS_DEFINE= DEBUG DOCS
USES= gmake pkgconfig
-USE_GCC= 4.6+
+USE_GCC= yes
USE_CXXSTD= gnu++0x
USE_GNOME= gtk20 libxml2
USE_WX= 2.8+
Modified: head/emulators/openmsx/Makefile
==============================================================================
--- head/emulators/openmsx/Makefile Mon Mar 3 22:46:43 2014 (r346974)
+++ head/emulators/openmsx/Makefile Mon Mar 3 23:30:56 2014 (r346975)
@@ -24,7 +24,7 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}
MAKEFILE= GNUmakefile
USES= gmake tcl
-USE_GCC= 4.6+
+USE_GCC= yes
USE_GL= glew
USE_SDL= sdl ttf
USE_PYTHON= yes
Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile Mon Mar 3 22:46:43 2014 (r346974)
+++ head/math/openblas/Makefile Mon Mar 3 23:30:56 2014 (r346975)
@@ -25,7 +25,7 @@ LARGE_FILE= large.tgz
TIMING_FILE= timing.tgz
USES= fortran gmake perl5
-USE_GCC= 4.6+
+USE_GCC= yes
USE_LDCONFIG= yes
USE_PERL5= build
Modified: head/multimedia/libav/Makefile
==============================================================================
--- head/multimedia/libav/Makefile Mon Mar 3 22:46:43 2014 (r346974)
+++ head/multimedia/libav/Makefile Mon Mar 3 23:30:56 2014 (r346975)
@@ -160,7 +160,7 @@ CONFIGURE_ARGS+= --extra-cflags=-m32
.endif
.if ${OSVERSION} < 900000
-USE_GCC= 4.6+
+USE_GCC= yes
.endif
.if ${HAVE_SDL:Msdl}
Modified: head/sysutils/grub2-bhyve/Makefile
==============================================================================
--- head/sysutils/grub2-bhyve/Makefile Mon Mar 3 22:46:43 2014 (r346974)
+++ head/sysutils/grub2-bhyve/Makefile Mon Mar 3 23:30:56 2014 (r346975)
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P
ONLY_FOR_ARCHS= amd64
SSP_UNSAFE= yes
-USE_GCC= 4.6+
+USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= grehan-freebsd
GH_COMMIT= aa0717f
Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile Mon Mar 3 22:46:43 2014 (r346974)
+++ head/x11-fm/worker/Makefile Mon Mar 3 23:30:56 2014 (r346975)
@@ -17,7 +17,7 @@ RUN_DEPENDS+= bash:${PORTSDIR}/shells/ba
GNU_CONFIGURE= yes
USE_XORG= x11
USE_BZIP2= yes
-USE_GCC= 4.6+
+USE_GCC= yes
USES= shebangfix
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
More information about the svn-ports-all
mailing list