From owner-svn-ports-head@FreeBSD.ORG Sat Sep 20 17:06:47 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 B66B1828; Sat, 20 Sep 2014 17:06:47 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A166BDC; Sat, 20 Sep 2014 17:06:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8KH6lAS005350; Sat, 20 Sep 2014 17:06:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8KH6lEI005347; Sat, 20 Sep 2014 17:06:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201409201706.s8KH6lEI005347@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 20 Sep 2014 17:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368664 - in head: graphics/rawtherapee math/gringo x11/leechcraft 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.18-1 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: Sat, 20 Sep 2014 17:06:47 -0000 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 .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