pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics ilmbase, openexr: require GCC 6.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7cc47a63ebf
branches:  trunk
changeset: 315250:a7cc47a63ebf
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Nov 20 08:59:29 2018 +0000

description:
ilmbase, openexr: require GCC 6.x
This needs a C++14 compiler.

>From Greg Oster in PR pkg/53665

diffstat:

 graphics/ilmbase/Makefile |  3 ++-
 graphics/openexr/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 16279b13782d -r a7cc47a63ebf graphics/ilmbase/Makefile
--- a/graphics/ilmbase/Makefile Tue Nov 20 08:34:57 2018 +0000
+++ b/graphics/ilmbase/Makefile Tue Nov 20 08:59:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/10/02 12:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/11/20 08:59:29 maya Exp $
 
 DISTNAME=      ilmbase-2.3.0
 CATEGORIES=    graphics
@@ -15,6 +15,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            bash gmake
 GNU_CONFIGURE=         yes
+GCC_REQD+=             6
 TEST_TARGET=           check
 LIBS.SunOS=            -lm
 CONFIG_SHELL=          bash
diff -r 16279b13782d -r a7cc47a63ebf graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Tue Nov 20 08:34:57 2018 +0000
+++ b/graphics/openexr/Makefile Tue Nov 20 08:59:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2018/10/02 12:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.39 2018/11/20 08:59:29 maya Exp $
 
 DISTNAME=      openexr-2.3.0
 CATEGORIES=    graphics
@@ -14,10 +14,10 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
+GCC_REQD+=             6
 PKGCONFIG_OVERRIDE=    OpenEXR.pc.in
 TEST_TARGET=           check
 
-GCC_REQD+=     4.3
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index