[37705] trunk/dports/graphics/GraphicsMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jun 19 23:31:06 PDT 2008


Revision: 37705
          http://trac.macosforge.org/projects/macports/changeset/37705
Author:   ryandesign at macports.org
Date:     2008-06-19 23:31:05 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
GraphicsMagick:

 * Remove patch (which disables assembly on Intel) because with this version I cannot reproduce the error reported in #9320 and #9489 for which the patch was added
 * Remove CFLAGS/CPPFLAGS override which seems no longer to be necessary

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

Modified: trunk/dports/graphics/GraphicsMagick/Portfile
===================================================================
--- trunk/dports/graphics/GraphicsMagick/Portfile	2008-06-20 06:13:24 UTC (rev 37704)
+++ trunk/dports/graphics/GraphicsMagick/Portfile	2008-06-20 06:31:05 UTC (rev 37705)
@@ -4,7 +4,7 @@
 
 name			GraphicsMagick
 version			1.1.7
-revision		1
+revision		2
 set branch		[join [lrange [split ${version} .] 0 1] .]
 categories		graphics
 platforms		darwin
@@ -32,11 +32,3 @@
 				--with-png=yes --with-tiff=yes --with-bzlib=yes \
 				--with-zlib=yes --with-xml=yes --with-ttf=yes \
 				--enable-shared=yes --mandir=${prefix}/share/man
-configure.cflags	"-I${prefix}/include/freetype2 -I${prefix}/include"
-configure.cppflags	"-I${prefix}/include/freetype2 -I${prefix}/include"
-
-platform i386 {
-	# fix problem with png assembler (disable it)
-	patchfiles	patch-coders-png.c
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080619/cd5fafe5/attachment.htm 


More information about the macports-changes mailing list