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:           Mon Jul 19 17:52:15 UTC 2021

Modified Files:
        pkgsrc/graphics/openexr: Makefile

Log Message:
openexr: add a CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/graphics/openexr/Makefile:1.42
--- pkgsrc/graphics/openexr/Makefile:1.41       Thu Jul  8 21:13:06 2021
+++ pkgsrc/graphics/openexr/Makefile    Mon Jul 19 17:52:15 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2021/07/08 21:13:06 markd Exp $
+# $NetBSD: Makefile,v 1.42 2021/07/19 17:52:15 tnn Exp $
 
 DISTNAME=      openexr-3.0.5
 CATEGORIES=    graphics
@@ -22,6 +22,7 @@ PKGCONFIG_OVERRIDE=   cmake/OpenEXR.pc.in
 PTHREAD_OPTS=  require
 
 CHECK_PORTABILITY_SKIP+=       Contrib/DtexToExr/bootstrap
+CHECK_PORTABILITY_SKIP+=       util/reformat.sh
 
 .include "../../mk/pthread.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index