From owner-svn-ports-head@FreeBSD.ORG Mon Mar 3 23:31:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A44FD3D1; Mon, 3 Mar 2014 23:31:03 +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 90A53E9B; Mon, 3 Mar 2014 23:31:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s23NUwYs077245; Mon, 3 Mar 2014 23:31:03 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s23NUu2F077237; Mon, 3 Mar 2014 23:30:56 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201403032330.s23NUu2F077237@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 3 Mar 2014 23:30:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346975 - in head: devel/pure-gen emulators/catapult emulators/openmsx math/openblas multimedia/libav sysutils/grub2-bhyve x11-fm/worker 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: Mon, 03 Mar 2014 23:31:03 -0000 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 \