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-wand-Wand-config.in | |
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-wand-Wand-config.in')
-rw-r--r-- | graphics/ImageMagick/files/patch-wand-Wand-config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/ImageMagick/files/patch-wand-Wand-config.in b/graphics/ImageMagick/files/patch-wand-Wand-config.in deleted file mode 100644 index c8b65f62408a..000000000000 --- a/graphics/ImageMagick/files/patch-wand-Wand-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- wand/Wand-config.in.orig Tue Apr 3 22:32:19 2007 -+++ wand/Wand-config.in Tue Apr 3 22:31:54 2007 -@@ -21,7 +21,7 @@ - pkg-config --variable exec_prefix Wand - ;; - --version) -- pkg-config --modversion Wan -+ pkg-config --modversion Wand - ;; - --cflags) - pkg-config --cflags Wand |