pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  5 16:27:49 UTC 2026

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile

Log Message:
ImageMagick: skip portability check for app-run file

It's a bash script and unused by pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 pkgsrc/graphics/ImageMagick/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/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.364 pkgsrc/graphics/ImageMagick/Makefile:1.365
--- pkgsrc/graphics/ImageMagick/Makefile:1.364  Tue Feb 24 06:44:25 2026
+++ pkgsrc/graphics/ImageMagick/Makefile        Sun Apr  5 16:27:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.364 2026/02/24 06:44:25 triaxx Exp $
+# $NetBSD: Makefile,v 1.365 2026/04/05 16:27:49 wiz Exp $
 
 #PKGREVISION= 1
 .include "Makefile.common"
@@ -79,6 +79,8 @@ SUBST_SED.fix-pc=     -e 's,@PKG_CONFIG@,pkg
 CTF_FILES_SKIP+=       lib/libMagickCore-7.Q16HDRI.so.*
 CTF_FILES_SKIP+=       lib/libMagickWand-7.Q16HDRI.so.*
 
+CHECK_PORTABILITY_SKIP+=       app-image/AppRun.in
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/config/policy*xml ${DESTDIR}${EGDIR}
 



Home | Main Index | Thread Index | Old Index