pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ImageMagick6



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 10:03:25 UTC 2020

Modified Files:
        pkgsrc/graphics/ImageMagick6: Makefile

Log Message:
graphics/ImageMagick6: allow SUBST block to be a no-op


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/ImageMagick6/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/ImageMagick6/Makefile
diff -u pkgsrc/graphics/ImageMagick6/Makefile:1.30 pkgsrc/graphics/ImageMagick6/Makefile:1.31
--- pkgsrc/graphics/ImageMagick6/Makefile:1.30  Fri Apr 24 09:24:34 2020
+++ pkgsrc/graphics/ImageMagick6/Makefile       Sun Apr 26 10:03:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/04/24 09:24:34 nia Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/26 10:03:25 rillig Exp $
 
 .include "Makefile.common"
 
@@ -47,6 +47,10 @@ SUBST_SED.pkgcfg+=   -e 's|Magick-config |
 SUBST_SED.pkgcfg+=     -e 's|s Magick++|s Magick++-6.Q16|g'
 SUBST_SED.pkgcfg+=     -e 's|@PKG_CONFIG@|${PREFIX}/bin/pkg-config|g'
 SUBST_STAGE.pkgcfg=    pre-configure
+SUBST_NOOP_OK.pkgcfg=  yes
+# The files magick/ImageMagick.pc.in and magick/MagickCore.pc.in are not
+# modified, and they don't need to since their names don't appear in any
+# "Requires:" line.
 
 GCC_REQD+=             2.95.3
 



Home | Main Index | Thread Index | Old Index