pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-PerlMagick Don't use the shipped Magick.pm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c43c9ad696b
branches:  trunk
changeset: 650346:5c43c9ad696b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Apr 21 17:21:18 2015 +0000

description:
Don't use the shipped Magick.pm, it has the wrong bootstrap version.

diffstat:

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

diffs (22 lines):

diff -r b74c7285019d -r 5c43c9ad696b graphics/p5-PerlMagick/Makefile
--- a/graphics/p5-PerlMagick/Makefile   Tue Apr 21 17:20:39 2015 +0000
+++ b/graphics/p5-PerlMagick/Makefile   Tue Apr 21 17:21:18 2015 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.109 2014/10/13 09:08:31 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2015/04/21 17:21:18 joerg Exp $
 
 .include "../../graphics/ImageMagick/Makefile.common"
 
 PKGNAME=       p5-PerlMagick-${DISTVERSION}
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.simplesystems.org/ImageMagick/www/perl-magick.html
@@ -20,6 +21,7 @@
 BUILD_DIRS=            ${PERL5_CONFIGURE_DIRS}
 
 pre-configure:
+       ${RM} ${WRKSRC}/PerlMagick/Magick.pm
        ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16.pm
        ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16.xs
 



Home | Main Index | Thread Index | Old Index