From 9815076784f3dc94f0270dc4fab29a5af2bea93c Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 25 Sep 2007 19:41:11 +0000 Subject: Upgrade from 6.3.3-5 to 6.3.5-10 -- the latest available. Take over maintainership -- with the previous maintainer's approval. Remove explicit requirements for shared library major numbers of dependencies. Like in almost all other ports, these quite gratuitous. Scale the build to multiple CPUs, if available on the building system. Automatically run vendor's self-tests (unless disabled via OPTIONS). Apply DOS2UNIX to a number of files including the HTML pages. NB: ImageMagick's configure tries to detect an OpenMP-capable compiler. This /may/ be a problem, when gcc-4.2 (such as on 7.x) or greater is used... An explicit `--disable-openmp' may be needed... --- graphics/ImageMagick/files/patch-configure | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'graphics/ImageMagick/files/patch-configure') diff --git a/graphics/ImageMagick/files/patch-configure b/graphics/ImageMagick/files/patch-configure index 956dba820e54..c9cb62fddb26 100644 --- a/graphics/ImageMagick/files/patch-configure +++ b/graphics/ImageMagick/files/patch-configure @@ -1,4 +1,3 @@ ---- configure.orig Tue Apr 3 21:30:12 2007 +++ configure Tue Apr 3 21:31:01 2007 @@ -18904,6 +18904,7 @@ @@ -8,30 +7,3 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -34622,7 +34623,7 @@ - #define HasFONTCONFIG 1 - _ACEOF - -- if test "$with_modules" == 'no' ; then -+ if test "$with_modules" = 'no' ; then - CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS" - fi - fi -@@ -36794,7 +36795,7 @@ - #define HasGVC 1 - _ACEOF - -- if test "$with_modules" == 'no' ; then -+ if test "$with_modules" = 'no' ; then - CPPFLAGS="$GVC_CFLAGS $CPPFLAGS" - fi - fi -@@ -37337,7 +37338,7 @@ - #define HasRSVG 1 - _ACEOF - -- if test "$with_modules" == 'no' ; then -+ if test "$with_modules" = 'no' ; then - CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS" - fi - fi -- cgit v1.2.3