diff options
author | wiz <wiz@pkgsrc.org> | 2019-12-28 11:28:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-12-28 11:28:09 +0000 |
commit | 14885210c463f16f5233a6a15fddd327f6db674a (patch) | |
tree | b5732b7e3b972027945631d2ad3cd116d05518d3 | |
parent | 4fddb0645f0929243ae507dc040234da9e3f5805 (diff) | |
download | pkgsrc-14885210c463f16f5233a6a15fddd327f6db674a.tar.gz |
gri: mark as BROKEN
ImageMagick cannot convert the documentation PS files to PNG files
due to security policy, which breaks the build/installation.
-rw-r--r-- | graphics/gri/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile index 40ec3c273b6..f9adea9dcea 100644 --- a/graphics/gri/Makefile +++ b/graphics/gri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2019/08/22 12:23:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.69 2019/12/28 11:28:09 wiz Exp $ DISTNAME= gri-2.12.23 PKGREVISION= 23 @@ -10,6 +10,8 @@ HOMEPAGE= http://gri.sourceforge.net/ COMMENT= Language for scientific graphics applications LICENSE= gnu-gpl-v3 +BROKEN= ImageMagick cannot convert the documentation PS files to PNG files due to security policy. + BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex |