pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/GraphicsMagick



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Oct 22 11:09:05 UTC 2020

Modified Files:
        pkgsrc/graphics/GraphicsMagick: Makefile

Log Message:
GraphicsMagick: Skip a file with CTF issues.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/graphics/GraphicsMagick/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/GraphicsMagick/Makefile
diff -u pkgsrc/graphics/GraphicsMagick/Makefile:1.111 pkgsrc/graphics/GraphicsMagick/Makefile:1.112
--- pkgsrc/graphics/GraphicsMagick/Makefile:1.111       Mon Aug 31 18:09:36 2020
+++ pkgsrc/graphics/GraphicsMagick/Makefile     Thu Oct 22 11:09:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/08/31 18:09:36 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2020/10/22 11:09:05 jperkin Exp $
 
 PKGREVISION= 6
 .include "Makefile.common"
@@ -24,6 +24,8 @@ PKGCONFIG_OVERRIDE+=  magick/GraphicsMagi
 PKGCONFIG_OVERRIDE+=   wand/GraphicsMagickWand.pc.in
 PKGCONFIG_OVERRIDE+=   Magick++/lib/GraphicsMagick++.pc.in
 
+CTF_FILES_SKIP+=       lib/libGraphicsMagick.so.*      # CPU limit exceeded
+
 TEST_TARGET=   check
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index