Revision: 38769 http://trac.macosforge.org/projects/macports/changeset/38769 Author: ryandesign@macports.org Date: 2008-07-30 18:35:47 -0700 (Wed, 30 Jul 2008) Log Message: ----------- ImageMagick: fix new erroneous trailing comma in enum in distort.h reported in #16072 All 699 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-31 01:05:53 UTC (rev 38768) +++ trunk/dports/graphics/ImageMagick/Portfile 2008-07-31 01:35:47 UTC (rev 38769) @@ -4,6 +4,7 @@ name ImageMagick version 6.4.2-5 +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-31 01:35:47 UTC (rev 38769) @@ -0,0 +1,11 @@ +--- magick/distort.h 2008-07-26 13:27:55.000000000 -0500 ++++ magick/distort.h 2008-07-30 20:06:43.000000000 -0500 +@@ -58,7 +58,7 @@ + PolynomialColorInterpolate = PolynomialDistortion, + ShepardsColorInterpolate = ShepardsDistortion, + /* Methods unique to SparseColorInterpolate() from here */ +- VoronoiColorInterpolate = SentinelDistortion, ++ VoronoiColorInterpolate = SentinelDistortion + } SparseColorInterpolateMethod; + + extern MagickExport Image