pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/vigra



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:31:57 UTC 2020

Modified Files:
        pkgsrc/graphics/vigra: Makefile

Log Message:
Ignore portability warning


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/vigra/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/vigra/Makefile
diff -u pkgsrc/graphics/vigra/Makefile:1.29 pkgsrc/graphics/vigra/Makefile:1.30
--- pkgsrc/graphics/vigra/Makefile:1.29 Mon May 29 12:35:06 2017
+++ pkgsrc/graphics/vigra/Makefile      Thu Mar 26 02:31:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/05/29 12:35:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2020/03/26 02:31:57 joerg Exp $
 
 DISTNAME=      vigra-1.11.1-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -33,7 +33,10 @@ SUBST_MESSAGE.python=        Fixing path to pyt
 
 # Package doesn't need dependency, only packages using the script,
 # usually during configure, so don't depend on python.
-CHECK_INTERPRETER_SKIP=        bin/vigra-config
+CHECK_INTERPRETER_SKIP+=       bin/vigra-config
+
+# Don't have permissions for that anyway
+CHECK_PORTABILITY_SKIP+=       config/update-gh-pages.sh.in
 
 pre-install:
        ${RM} -f ${WRKSRC}/include/vigra/*.orig



Home | Main Index | Thread Index | Old Index