pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Update patch so it works with bas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39c9e2bd4b96
branches:  trunk
changeset: 481500:39c9e2bd4b96
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Oct 05 22:12:00 2004 +0000

description:
Update patch so it works with bash too.
No change to actual configuration.

Maintainer, adam@, says this patch is used to prevent
installing/overwriting libltdl.

diffstat:

 graphics/ImageMagick/distinfo         |   4 ++--
 graphics/ImageMagick/patches/patch-aa |  12 +++++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r e2ef9afd44fb -r 39c9e2bd4b96 graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Tue Oct 05 22:09:23 2004 +0000
+++ b/graphics/ImageMagick/distinfo     Tue Oct 05 22:12:00 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2004/10/05 12:07:31 adam Exp $
+$NetBSD: distinfo,v 1.28 2004/10/05 22:12:00 reed Exp $
 
 SHA1 (ImageMagick-6.1.0-2.tar.bz2) = 3b7abbebda66f33c843b16a7f461824f2f19011b
 Size (ImageMagick-6.1.0-2.tar.bz2) = 4561035 bytes
-SHA1 (patch-aa) = baee08cc63534a2b3364a67d30f12a18f5e4edad
+SHA1 (patch-aa) = 021ecd662255af646faae45610739a09ad233d4b
diff -r e2ef9afd44fb -r 39c9e2bd4b96 graphics/ImageMagick/patches/patch-aa
--- a/graphics/ImageMagick/patches/patch-aa     Tue Oct 05 22:09:23 2004 +0000
+++ b/graphics/ImageMagick/patches/patch-aa     Tue Oct 05 22:12:00 2004 +0000
@@ -1,12 +1,14 @@
-$NetBSD: patch-aa,v 1.22 2004/09/27 11:04:24 adam Exp $
+$NetBSD: patch-aa,v 1.23 2004/10/05 22:12:00 reed Exp $
 
---- configure.orig     2004-09-27 12:34:15.000000000 +0000
+--- configure.orig     2004-10-04 19:42:50.000000000 -0700
 +++ configure
-@@ -26397,7 +26397,6 @@ fi
+@@ -26396,9 +26396,6 @@ fi
+ # Enable building/use of libltdl if we are building shared libraries regardless
  # of whether modules are built or not.
  with_ltdl='no'
- if test "$libtool_build_shared_libs" != 'no' ; then
+-if test "$libtool_build_shared_libs" != 'no' ; then
 -  with_ltdl='yes'
- fi
+-fi
  
  
+ 



Home | Main Index | Thread Index | Old Index