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:   jperkin
Date:           Thu Oct 22 11:07:45 UTC 2020

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile

Log Message:
ImageMagick: Skip another file with CTF issues.


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 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.278 pkgsrc/graphics/ImageMagick/Makefile:1.279
--- pkgsrc/graphics/ImageMagick/Makefile:1.278  Mon Oct  5 11:33:43 2020
+++ pkgsrc/graphics/ImageMagick/Makefile        Thu Oct 22 11:07:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.278 2020/10/05 11:33:43 wiz Exp $
+# $NetBSD: Makefile,v 1.279 2020/10/22 11:07:45 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -84,6 +84,7 @@ SUBST_SED.fix-pc=     -e 's,@PKG_CONFIG@,pkg
 # failed to convert strong functions and variables: Invalid type identifier
 CTF_FILES_SKIP+=       lib/libMagickCore-7.Q16HDRI.so.*
 CTF_FILES_SKIP+=       lib/libMagickWand-7.Q16HDRI.so.*
+CTF_FILES_SKIP+=       lib/libMagickCore-6.Q16.so.*    # CPU limit exceeded
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"



Home | Main Index | Thread Index | Old Index