pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Added patch-configure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f04fcfb3d2a4
branches:  trunk
changeset: 626250:f04fcfb3d2a4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 05 17:27:10 2013 +0000

description:
Added patch-configure.

diffstat:

 graphics/ImageMagick/distinfo                |   4 ++--
 graphics/ImageMagick/patches/patch-configure |  24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r e46c2a5b6532 -r f04fcfb3d2a4 graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Tue Nov 05 15:25:37 2013 +0000
+++ b/graphics/ImageMagick/distinfo     Tue Nov 05 17:27:10 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.121 2013/11/05 14:42:55 adam Exp $
+$NetBSD: distinfo,v 1.122 2013/11/05 17:27:10 adam Exp $
 
 SHA1 (ImageMagick-6.8.7-4.tar.xz) = 88e936a1738967d078a9500f430e9017400a05e9
 RMD160 (ImageMagick-6.8.7-4.tar.xz) = 77606d5d066196f1095d0d5ad23036e1307b89f7
 Size (ImageMagick-6.8.7-4.tar.xz) = 7516724 bytes
-SHA1 (patch-configure) = 246aef0157ad479688452c3970b271e6956fd7bb
+SHA1 (patch-configure) = 87ae69ea06d9ed392627ec2067192e1a292106c4
diff -r e46c2a5b6532 -r f04fcfb3d2a4 graphics/ImageMagick/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ImageMagick/patches/patch-configure      Tue Nov 05 17:27:10 2013 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-configure,v 1.1 2013/11/05 17:27:10 adam Exp $
+
+Portability fix.
+
+--- configure.orig     2013-11-05 17:24:55.000000000 +0000
++++ configure
+@@ -34656,7 +34656,7 @@ $as_echo "no" >&6; }
+ fi
+ 
+ 
+-if test "$MPEGDecodeDelegate" == "$MPEGDecodeDelegateDefault" ; then
++if test "$MPEGDecodeDelegate" = "$MPEGDecodeDelegateDefault" ; then
+   MPEGDecodeDelegateDefault='ffmpeg'
+   # Extract the first word of ""$MPEGDecodeDelegateDefault"", so it can be a program name with args.
+ set dummy "$MPEGDecodeDelegateDefault"; ac_word=$2
+@@ -34741,7 +34741,7 @@ $as_echo "no" >&6; }
+ fi
+ 
+ 
+-if test "$MPEGEncodeDelegate" == "$MPEGEncodeDelegateDefault" ; then
++if test "$MPEGEncodeDelegate" = "$MPEGEncodeDelegateDefault" ; then
+   MPEGEncodeDelegateDefault='ffmpeg'
+   # Extract the first word of ""$MPEGEncodeDelegateDefault"", so it can be a program name with args.
+ set dummy "$MPEGEncodeDelegateDefault"; ac_word=$2



Home | Main Index | Thread Index | Old Index