Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 21:20:55 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
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
Message-ID:  <201704022120.v32LKtei099991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
 .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 <bsd.port.pre.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704022120.v32LKtei099991>