pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-PerlMagick Depend on at least the latest v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ead04b226aa2
branches:  trunk
changeset: 502162:ead04b226aa2
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Nov 03 00:47:11 2005 +0000

description:
Depend on at least the latest version of ImageMagick.

This fixed core dumps and
Exception 435: unable to open image `/var/var/tmp/tmp.0.00017342aa.ppm': No such file or directory
noticed when using html2ps.

The PerlMagick webpage says "get the PerlMagick distribution
corresponding installed ImageMagick distribution (e.g. PerlMagick
6.22 for ImageMagick 6.2.2)". We are using the source from the
ImageMagick distribution -- so use at least the same version.

Bump PKGREVISION.

diffstat:

 graphics/p5-PerlMagick/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r d89779e975c1 -r ead04b226aa2 graphics/p5-PerlMagick/Makefile
--- a/graphics/p5-PerlMagick/Makefile   Wed Nov 02 23:44:07 2005 +0000
+++ b/graphics/p5-PerlMagick/Makefile   Thu Nov 03 00:47:11 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2005/11/02 23:44:07 reed Exp $
+# $NetBSD: Makefile,v 1.45 2005/11/03 00:47:11 reed Exp $
 
 .include "../../graphics/ImageMagick/Makefile.common"
 
 PKGNAME=       p5-PerlMagick-${DISTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 
 SVR4_PKGNAME=  p5pma
 
@@ -32,6 +32,7 @@
 
 post-configure: perl5-configure
 
+BUILDLINK_DEPENDS.ImageMagick+=         ImageMagick>=${DISTVERSION}
 .include "../../graphics/ImageMagick/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index