pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-PerlMagick Fix build, and a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3e6a54f2f6f
branches:  trunk
changeset: 355842:f3e6a54f2f6f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 13 13:58:12 2016 +0000

description:
Fix build, and a pkglint warning.

diffstat:

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

diffs (26 lines):

diff -r 8d2f53cef85c -r f3e6a54f2f6f graphics/p5-PerlMagick/Makefile
--- a/graphics/p5-PerlMagick/Makefile   Tue Dec 13 13:40:05 2016 +0000
+++ b/graphics/p5-PerlMagick/Makefile   Tue Dec 13 13:58:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2016/06/12 09:44:29 leot Exp $
+# $NetBSD: Makefile,v 1.119 2016/12/13 13:58:12 wiz Exp $
 
 .include "../../graphics/ImageMagick/Makefile.common"
 
@@ -9,7 +9,7 @@
 COMMENT=       Object-oriented Perl interface to ImageMagick
 
 DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
-PATCHDIR=      ${.CURDIR}/../../graphics/ImageMagick/patches
+#PATCHDIR=     ${.CURDIR}/../../graphics/ImageMagick/patches
 
 # Some configure_args come from Makefile.common
 CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
@@ -20,7 +20,6 @@
 BUILD_DIRS=            ${PERL5_CONFIGURE_DIRS}
 
 pre-configure:
-       ${RM} ${WRKSRC}/PerlMagick/Magick.pm
        ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16HDRI.pm
        ${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16HDRI.xs
 



Home | Main Index | Thread Index | Old Index