[38524] trunk/dports/graphics/ImageMagick

ryandesign at macports.org ryandesign at macports.org
Wed Jul 23 16:14:33 PDT 2008


Revision: 38524
          http://trac.macosforge.org/projects/macports/changeset/38524
Author:   ryandesign at macports.org
Date:     2008-07-23 16:14:32 -0700 (Wed, 23 Jul 2008)
Log Message:
-----------
ImageMagick: fix erroneous trailing comma in enum in distort.h reported in #16072
All 697 tests behaved as expected (33 expected failures)

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

Added Paths:
-----------
    trunk/dports/graphics/ImageMagick/files/
    trunk/dports/graphics/ImageMagick/files/patch-magick-distort.h.diff

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2008-07-23 19:52:39 UTC (rev 38523)
+++ trunk/dports/graphics/ImageMagick/Portfile	2008-07-23 23:14:32 UTC (rev 38524)
@@ -4,6 +4,7 @@
 
 name                    ImageMagick
 version                 6.4.2-4
+revision                1
 homepage                http://www.imagemagick.org/
 categories              graphics devel
 maintainers             ryandesign
@@ -56,6 +57,9 @@
 depends_build \
     port:pkgconfig
 
+patchfiles \
+    patch-magick-distort.h.diff
+
 configure.args \
     --enable-shared \
     --enable-static \

Added: trunk/dports/graphics/ImageMagick/files/patch-magick-distort.h.diff
===================================================================
--- trunk/dports/graphics/ImageMagick/files/patch-magick-distort.h.diff	                        (rev 0)
+++ trunk/dports/graphics/ImageMagick/files/patch-magick-distort.h.diff	2008-07-23 23:14:32 UTC (rev 38524)
@@ -0,0 +1,11 @@
+--- magick/distort.h	2008-07-17 08:48:49.000000000 -0500
++++ magick/distort.h	2008-07-23 17:48:38.000000000 -0500
+@@ -35,7 +35,7 @@
+   PerspectiveProjectionDistortion,
+   PolynomialDistortion,
+   ScaleRotateTranslateDistortion,
+-  ShepardsDistortion,
++  ShepardsDistortion
+ } DistortImageMethod;
+ 
+ extern MagickExport Image
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080723/e1275822/attachment.html 


More information about the macports-changes mailing list