From owner-svn-ports-all@freebsd.org Sun Apr 2 21:20:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66833D2A218; Sun, 2 Apr 2017 21:20:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 28AF8C3; Sun, 2 Apr 2017 21:20:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v32LKtox099993; Sun, 2 Apr 2017 21:20:55 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v32LKtei099991; Sun, 2 Apr 2017 21:20:55 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201704022120.v32LKtei099991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 2 Apr 2017 21:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437578 - in head/graphics: rawtherapee rawtherapee-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2017 21:20:56 -0000 Author: gerald Date: Sun Apr 2 21:20:54 2017 New Revision: 437578 URL: https://svnweb.freebsd.org/changeset/ports/437578 Log: Now that GCC 5 is the default version in the Ports Collection, remove a workaround that explicitly requests that version from the rawtherapee and rawtherapee-devel ports. Approved by: mandree (maintainer) Modified: head/graphics/rawtherapee-devel/Makefile head/graphics/rawtherapee/Makefile Modified: head/graphics/rawtherapee-devel/Makefile ============================================================================== --- head/graphics/rawtherapee-devel/Makefile Sun Apr 2 20:44:49 2017 (r437577) +++ head/graphics/rawtherapee-devel/Makefile Sun Apr 2 21:20:54 2017 (r437578) @@ -117,11 +117,6 @@ USES+= compiler:gcc-c++11-lib .include .if ${CHOSEN_COMPILER_TYPE} == gcc -# Workaround: this needs to be late because Mk/Uses/compiler.mk tramples -# over previously set values with gcc-libc++-configure as of r432539. -# GCC 4.9 doesn't generate usable code on FreeBSD 11.0. -USE_GCC= 5+ - # work around compiler faults .if ${ARCH} == i386 CFLAGS+= -mstackrealign Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Sun Apr 2 20:44:49 2017 (r437577) +++ head/graphics/rawtherapee/Makefile Sun Apr 2 21:20:54 2017 (r437578) @@ -116,11 +116,6 @@ USES+= compiler:gcc-c++11-lib .include .if ${CHOSEN_COMPILER_TYPE} == gcc -# Workaround: this needs to be late because Mk/Uses/compiler.mk tramples -# over previously set values with gcc-libc++-configure as of r432539. -# GCC 4.9 doesn't generate usable code on FreeBSD 11.0. -USE_GCC= 5+ - # work around compiler faults .if ${ARCH} == i386 CFLAGS+= -mstackrealign