[22701] trunk/dports/graphics/graphviz/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 11 19:07:55 PDT 2007


Revision: 22701
          http://trac.macosforge.org/projects/macports/changeset/22701
Author:   ryandesign at macports.org
Date:     2007-03-11 19:07:54 -0700 (Sun, 11 Mar 2007)

Log Message:
-----------
Up through Graphviz 2.13.20070309.0540, it had a problem using gd 2.0.34 where it would say:

No rule to make target	`../../lib/gd/libgvgd_C.la', needed by `diffimg'.  Stop.

Previously, Graphviz used its own internal patched version of 2.0.33. Now that gd2 was updated to 2.0.34, we see the problem.

Simple fix for 2.12 is to continue using the internal patched gd 2.0.33. When 2.14 is released with the real fix, we can require the newer gd2 again.

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

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2007-03-12 01:40:03 UTC (rev 22700)
+++ trunk/dports/graphics/graphviz/Portfile	2007-03-12 02:07:54 UTC (rev 22701)
@@ -58,7 +58,6 @@
 		port:libpng		\
 		port:freetype		\
 		port:expat		\
-		port:gd2		\
 		port:zlib		\
 		port:gettext
 
@@ -72,6 +71,7 @@
 		LDFLAGS=-L${prefix}/lib
 		
 configure.args	--mandir=${prefix}/share/man	\
+		--with-mylibgd			\
 		--disable-guile			\
 		--disable-lua			\
 		--disable-ocaml			\

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070311/2068a594/attachment.html


More information about the macports-changes mailing list