[52377] trunk/dports/graphics/graphviz

ryandesign at macports.org ryandesign at macports.org
Mon Jun 15 05:05:44 PDT 2009


Revision: 52377
          http://trac.macports.org/changeset/52377
Author:   ryandesign at macports.org
Date:     2009-06-15 05:05:43 -0700 (Mon, 15 Jun 2009)
Log Message:
-----------
graphviz: patch to make the ming variant actually link with libming; see
https://mailman.research.att.com/pipermail/graphviz-devel/2009/001003.html

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

Added Paths:
-----------
    trunk/dports/graphics/graphviz/files/patch-configure.diff

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2009-06-15 12:00:39 UTC (rev 52376)
+++ trunk/dports/graphics/graphviz/Portfile	2009-06-15 12:05:43 UTC (rev 52377)
@@ -35,6 +35,9 @@
     sha1    92b40b1fb596a6b3e880e74101921d7681f62c94 \
     rmd160  546eebc1a0b97ffdc431a986102c9e25d1ea216e
 
+patchfiles \
+    patch-configure.diff
+
 platform darwin 6 {
     pre-fetch {
         ui_msg "Note: dot2gxl and gxl2dot do not build on Mac OS X 10.2 Jaguar,"

Added: trunk/dports/graphics/graphviz/files/patch-configure.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/graphics/graphviz/files/patch-configure.diff	2009-06-15 12:05:43 UTC (rev 52377)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-06-13 18:32:40.000000000 -0700
++++ configure	2009-06-13 18:33:24.000000000 -0700
+@@ -33283,7 +33283,7 @@
+ 
+ fi
+ fi
+- if test "x$use_min" = "xYes"; then
++ if test "x$use_ming" = "xYes"; then
+   WITH_MING_TRUE=
+   WITH_MING_FALSE='#'
+ else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090615/b277211c/attachment.html>


More information about the macports-changes mailing list