pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Nov 20 08:59:30 UTC 2018

Modified Files:
        pkgsrc/graphics/ilmbase: Makefile
        pkgsrc/graphics/openexr: Makefile

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

>From Greg Oster in PR pkg/53665


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/ilmbase/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/openexr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ilmbase/Makefile
diff -u pkgsrc/graphics/ilmbase/Makefile:1.20 pkgsrc/graphics/ilmbase/Makefile:1.21
--- pkgsrc/graphics/ilmbase/Makefile:1.20       Tue Oct  2 12:05:35 2018
+++ pkgsrc/graphics/ilmbase/Makefile    Tue Nov 20 08:59:29 2018
@@ -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_LANGUAGES=                c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            bash gmake
 GNU_CONFIGURE=         yes
+GCC_REQD+=             6
 TEST_TARGET=           check
 LIBS.SunOS=            -lm
 CONFIG_SHELL=          bash

Index: pkgsrc/graphics/openexr/Makefile
diff -u pkgsrc/graphics/openexr/Makefile:1.38 pkgsrc/graphics/openexr/Makefile:1.39
--- pkgsrc/graphics/openexr/Makefile:1.38       Tue Oct  2 12:05:35 2018
+++ pkgsrc/graphics/openexr/Makefile    Tue Nov 20 08:59:29 2018
@@ -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_LANGUAGES=              c c++
 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