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:   tnn
Date:           Wed Nov 15 22:35:57 UTC 2023

Modified Files:
        pkgsrc/graphics/openexr: Makefile

Log Message:
openexr: catch up w/ path change in CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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/openexr/Makefile
diff -u pkgsrc/graphics/openexr/Makefile:1.57 pkgsrc/graphics/openexr/Makefile:1.58
--- pkgsrc/graphics/openexr/Makefile:1.57       Wed Nov 15 20:11:56 2023
+++ pkgsrc/graphics/openexr/Makefile    Wed Nov 15 22:35:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/11/15 20:11:56 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2023/11/15 22:35:57 tnn Exp $
 
 DISTNAME=      openexr-3.2.1
 CATEGORIES=    graphics
@@ -25,7 +25,7 @@ PTHREAD_OPTS= require
 CMAKE_ARGS+=   -DBUILD_TESTING=OFF
 
 CHECK_PORTABILITY_SKIP+=       Contrib/DtexToExr/bootstrap
-CHECK_PORTABILITY_SKIP+=       util/reformat.sh
+CHECK_PORTABILITY_SKIP+=       share/util/reformat.sh
 
 .include "../../devel/cmake/build.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index