diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-09-25 19:41:11 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-09-25 19:41:11 +0000 |
commit | 9815076784f3dc94f0270dc4fab29a5af2bea93c (patch) | |
tree | ef8fe377f284899c52774c826f0b12cf26db4622 /graphics/ImageMagick/files/patch-configure | |
parent | Add a test to detect ports that do not not set USE_PERL5 (or derivatives), (diff) |
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...
Notes
Notes:
svn path=/head/; revision=200108
Diffstat (limited to 'graphics/ImageMagick/files/patch-configure')
-rw-r--r-- | graphics/ImageMagick/files/patch-configure | 28 |
1 files changed, 0 insertions, 28 deletions
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 |