pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/p5-PerlMagick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 13 13:58:12 UTC 2016

Modified Files:
        pkgsrc/graphics/p5-PerlMagick: Makefile

Log Message:
Fix build, and a pkglint warning.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/graphics/p5-PerlMagick/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/p5-PerlMagick/Makefile
diff -u pkgsrc/graphics/p5-PerlMagick/Makefile:1.118 pkgsrc/graphics/p5-PerlMagick/Makefile:1.119
--- pkgsrc/graphics/p5-PerlMagick/Makefile:1.118        Sun Jun 12 09:44:29 2016
+++ pkgsrc/graphics/p5-PerlMagick/Makefile      Tue Dec 13 13:58:12 2016
@@ -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 @@ HOMEPAGE=       http://www.simplesystems.org/I
 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 @@ PERL5_PACKLIST=               auto/Image/Magick/.pack
 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