pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/openexr



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct 23 15:18:13 UTC 2024

Modified Files:
        pkgsrc/graphics/openexr: Makefile buildlink3.mk

Log Message:
openexr: update compiler requirements


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/openexr/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/openexr/buildlink3.mk

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

Modified files:

Index: pkgsrc/graphics/openexr/Makefile
diff -u pkgsrc/graphics/openexr/Makefile:1.64 pkgsrc/graphics/openexr/Makefile:1.65
--- pkgsrc/graphics/openexr/Makefile:1.64       Tue Oct 22 07:49:21 2024
+++ pkgsrc/graphics/openexr/Makefile    Wed Oct 23 15:18:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2024/10/22 07:49:21 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2024/10/23 15:18:13 nia Exp $
 
 DISTNAME=      openexr-3.3.1
 CATEGORIES=    graphics
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= c c++
 
-USE_CXX_FEATURES+=     c++14
+USE_CXX_FEATURES+=     c++17 filesystem
 
 USE_TOOLS+=    pkg-config
 

Index: pkgsrc/graphics/openexr/buildlink3.mk
diff -u pkgsrc/graphics/openexr/buildlink3.mk:1.25 pkgsrc/graphics/openexr/buildlink3.mk:1.26
--- pkgsrc/graphics/openexr/buildlink3.mk:1.25  Sat Oct 19 11:55:04 2024
+++ pkgsrc/graphics/openexr/buildlink3.mk       Wed Oct 23 15:18:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.25 2024/10/19 11:55:04 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.26 2024/10/23 15:18:13 nia Exp $
 
 BUILDLINK_TREE+=       openexr
 
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.openexr?= ../../grap
 
 PTHREAD_OPTS+= require
 
-USE_CXX_FEATURES+=             c++14
+USE_CXX_FEATURES+=     c++17 filesystem
 
 .include "../../devel/libdeflate/buildlink3.mk"
 .include "../../math/imath/buildlink3.mk"



Home | Main Index | Thread Index | Old Index