[93199] trunk/dports/graphics/ImageMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 17 11:14:20 PDT 2012


Revision: 93199
          https://trac.macports.org/changeset/93199
Author:   ryandesign at macports.org
Date:     2012-05-17 11:14:20 -0700 (Thu, 17 May 2012)
Log Message:
-----------
ImageMagick: update to 6.7.6-9; pkg-config needs to be a library dependency because it's used by the -config scripts; no longer need to remove -arch flags from -config scripts

Modified Paths:
--------------
    trunk/dports/graphics/ImageMagick/Portfile

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2012-05-17 18:02:39 UTC (rev 93198)
+++ trunk/dports/graphics/ImageMagick/Portfile	2012-05-17 18:14:20 UTC (rev 93199)
@@ -8,7 +8,7 @@
 
 name                        ImageMagick
 conflicts                   cryptlib
-version                     6.7.6-7
+version                     6.7.6-9
 set reasonable_version      [lindex [split ${version} -] 0]
 homepage                    http://www.imagemagick.org/
 categories                  graphics devel
@@ -42,11 +42,9 @@
 #                            http://ftp.surfnet.nl/pub/ImageMagick/
 #                            ftp://ftp.nluug.nl/pub/${name}/
 
-checksums                   rmd160  bbedf3b193dfa98d24f11c290f6490451652b1a4 \
-                            sha256  049f52999c45d28ab5ffbb5436b34ca97f0a96412c63c3e3bae8fa86227e77eb
+checksums                   rmd160  0762ef3b40a7fda5c42ff2a2727ff74104cceae6 \
+                            sha256  4ce906ce36622a864746cf808fd14f9deba0eb6b6890c00e5832323e8c868e5c
 
-depends_build               port:pkgconfig
-
 depends_lib                 port:xorg-libXext \
                             port:xorg-libXt \
                             port:bzip2 \
@@ -65,6 +63,9 @@
                             port:expat \
                             port:libxml2
 
+# Magick-config etc. use pkg-config
+depends_lib-append          port:pkgconfig
+
 depends_run                 port:urw-fonts
 
 archcheck.files             lib/libXext.dylib \
@@ -126,15 +127,6 @@
                             --without-pango \
                             --with-gs-font-dir=${prefix}/share/fonts/urw-fonts
 
-post-configure {
-    reinplace -E {s|-arch [a-z0-9_]+||g} \
-        ${worksrcpath}/magick/Magick-config \
-        ${worksrcpath}/magick/MagickCore-config \
-        ${worksrcpath}/Magick++/bin/Magick++-config \
-        ${worksrcpath}/wand/MagickWand-config \
-        ${worksrcpath}/wand/Wand-config
-}
-
 test.run                    yes
 test.target                 check
 test.env                    DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120517/5886e4a9/attachment-0001.html>


More information about the macports-changes mailing list