svn commit: r437578 - in head/graphics: rawtherapee rawtherapee-devel
Gerald Pfeifer
gerald at FreeBSD.org
Sun Apr 2 21:20:56 UTC 2017
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
More information about the svn-ports-all
mailing list