[74188] trunk/dports/graphics/ImageMagick

ryandesign at macports.org ryandesign at macports.org
Mon Dec 6 16:23:55 PST 2010


Revision: 74188
          http://trac.macports.org/changeset/74188
Author:   ryandesign at macports.org
Date:     2010-12-06 16:23:49 -0800 (Mon, 06 Dec 2010)
Log Message:
-----------
ImageMagick:

 * update to 6.6.6-3, which incorporates our local OpenCL patch which can thus be removed
 * depend on urw-fonts and change the fonts path to use it (workaround for #18647)

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

Removed Paths:
-------------
    trunk/dports/graphics/ImageMagick/files/

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2010-12-06 23:25:49 UTC (rev 74187)
+++ trunk/dports/graphics/ImageMagick/Portfile	2010-12-07 00:23:49 UTC (rev 74188)
@@ -6,7 +6,7 @@
 
 name                        ImageMagick
 conflicts                   cryptlib
-version                     6.6.6-0
+version                     6.6.6-3
 set reasonable_version      [lindex [split ${version} -] 0]
 homepage                    http://www.imagemagick.org/
 categories                  graphics devel
@@ -40,11 +40,9 @@
 #                            http://ftp.surfnet.nl/pub/ImageMagick/
 #                            ftp://ftp.nluug.nl/pub/${name}/
 
-checksums                   sha1    e93e84a88f644ef5041a3f2cd5b55644a598b199 \
-                            rmd160  063302d85525bdfa450ff0bca5cc872bf966642e
+checksums                   sha1    5cbf6d601d16d7feb0f5132bd28081247e4953c3 \
+                            rmd160  10bf7915ff97101d2ac5dce39aae4a3ada8a8c67
 
-patchfiles                  patch-m4_ax_opencl.m4.diff
-
 depends_build               port:pkgconfig
 
 depends_lib                 port:xorg-libXext \
@@ -62,6 +60,8 @@
                             port:expat \
                             port:libxml2
 
+depends_run                 port:urw-fonts
+
 archcheck.files             lib/libXext.dylib \
                             lib/libXt.dylib \
                             lib/libbz2.dylib \
@@ -111,7 +111,8 @@
                             --without-wmf \
                             --without-gvc \
                             --without-rsvg \
-                            --without-lqr
+                            --without-lqr \
+                            --with-gs-font-dir=${prefix}/share/fonts/urw-fonts
 
 post-configure {
     reinplace -E {s|-arch [a-z0-9_]+||g} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101206/e81ebd82/attachment.html>


More information about the macports-changes mailing list