summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/patches/patch-aa
diff options
context:
space:
mode:
authorghen <ghen>2007-09-24 08:53:14 +0000
committerghen <ghen>2007-09-24 08:53:14 +0000
commit64dbcee9c3e1299b3ad29ce2c2c7018de6925253 (patch)
treee846dd352d56a53c1009fc8c32946e229a3c4dd9 /graphics/ImageMagick/patches/patch-aa
parente75577f865a77b3e62c90293a0dad5242ada480e (diff)
downloadpkgsrc-64dbcee9c3e1299b3ad29ce2c2c7018de6925253.tar.gz
Pullup ticket 2193 - requested by tron
security update for ImageMagick, p5-PerlMagick - pkgsrc/graphics/ImageMagick/Makefile.common 1.76 - pkgsrc/graphics/ImageMagick/PLIST 1.57 - pkgsrc/graphics/ImageMagick/distinfo 1.91 - pkgsrc/graphics/ImageMagick/patches/patch-aa removed Module Name: pkgsrc Committed By: tron Date: Mon Sep 24 08:03:25 UTC 2007 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo Removed Files: pkgsrc/graphics/ImageMagick/patches: patch-aa Log Message: Update ImageMagick and p5-PerlMagick packages to version 6.3.5.10. The new version provides a lot of bug fixes and small enhancements and fixes four security vulnerabilites found by iDefense (CVE-4985, CVE-4986, CVE-4987 and CVE-4988). Approved by wiz@.
Diffstat (limited to 'graphics/ImageMagick/patches/patch-aa')
-rw-r--r--graphics/ImageMagick/patches/patch-aa59
1 files changed, 0 insertions, 59 deletions
diff --git a/graphics/ImageMagick/patches/patch-aa b/graphics/ImageMagick/patches/patch-aa
deleted file mode 100644
index 959ec440661..00000000000
--- a/graphics/ImageMagick/patches/patch-aa
+++ /dev/null
@@ -1,59 +0,0 @@
-$NetBSD: patch-aa,v 1.44 2007/06/16 21:58:10 heinz Exp $
-
---- configure.orig 2007-06-09 19:41:57.000000000 +0200
-+++ configure
-@@ -19095,9 +19095,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
-- with_ltdl='yes'
--fi
-
- if test "$with_ltdl" != 'no'; then
- WITH_LTDL_TRUE=
-@@ -19603,7 +19600,7 @@ if test "x$with_windows_font_dir" = "xno
- with_windows_font_dir=
- fi
- if test "$with_windows_font_dir" != '' ; then
-- DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-windows-font-dir==$with_windows_font_dir "
-+ DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-windows-font-dir=$with_windows_font_dir "
- fi
-
-
-@@ -34749,7 +34746,7 @@ cat >>confdefs.h <<\_ACEOF
- #define HasFONTCONFIG 1
- _ACEOF
-
-- if test "$with_modules" == 'no' ; then
-+ if test "$with_modules" = 'no' ; then
- CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
- fi
- fi
-@@ -36921,7 +36918,7 @@ cat >>confdefs.h <<\_ACEOF
- #define HasGVC 1
- _ACEOF
-
-- if test "$with_modules" == 'no' ; then
-+ if test "$with_modules" = 'no' ; then
- CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
- fi
- fi
-@@ -37464,7 +37461,7 @@ cat >>confdefs.h <<\_ACEOF
- #define HasOPENEXR 1
- _ACEOF
-
-- if test "$with_modules" == 'no' ; then
-+ if test "$with_modules" = 'no' ; then
- CPPFLAGS="$OPENEXR_CFLAGS $CPPFLAGS"
- fi
- fi
-@@ -37576,7 +37573,7 @@ cat >>confdefs.h <<\_ACEOF
- #define HasRSVG 1
- _ACEOF
-
-- if test "$with_modules" == 'no' ; then
-+ if test "$with_modules" = 'no' ; then
- CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
- fi
- fi