[77833] trunk/dports/graphics/graphviz-devel

ryandesign at macports.org ryandesign at macports.org
Thu Apr 14 04:09:21 PDT 2011


Revision: 77833
          http://trac.macports.org/changeset/77833
Author:   ryandesign at macports.org
Date:     2011-04-14 04:09:20 -0700 (Thu, 14 Apr 2011)
Log Message:
-----------
graphviz-devel: fix upstream bug 1980

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

Added Paths:
-----------
    trunk/dports/graphics/graphviz-devel/files/patch-plugin-pango-gvrender_pango.c.diff

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2011-04-14 11:07:57 UTC (rev 77832)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2011-04-14 11:09:20 UTC (rev 77833)
@@ -10,6 +10,7 @@
 set my_name                     graphviz
 # keep version in sync between graphviz-devel and graphviz-gui-devel
 version                         2.27.20110414.0445
+revision                        1
 categories                      graphics
 maintainers                     ryandesign
 license                         CPL-1.0
@@ -72,7 +73,8 @@
 
 depends_run                     port:urw-fonts
 
-patchfiles                      patch-lib-gvc-Makefile.am.diff
+patchfiles                      patch-lib-gvc-Makefile.am.diff \
+                                patch-plugin-pango-gvrender_pango.c.diff
 
 configure.args                  --with-codegens \
                                 --with-x \

Added: trunk/dports/graphics/graphviz-devel/files/patch-plugin-pango-gvrender_pango.c.diff
===================================================================
--- trunk/dports/graphics/graphviz-devel/files/patch-plugin-pango-gvrender_pango.c.diff	                        (rev 0)
+++ trunk/dports/graphics/graphviz-devel/files/patch-plugin-pango-gvrender_pango.c.diff	2011-04-14 11:09:20 UTC (rev 77833)
@@ -0,0 +1,11 @@
+http://graphviz.org/bugs/b1980.html
+--- plugin/pango/gvrender_pango.c.orig	2011-02-17 08:20:23.000000000 -0600
++++ plugin/pango/gvrender_pango.c	2011-04-14 05:57:48.000000000 -0500
+@@ -337,7 +337,6 @@
+ 
+     cairogen_set_penstyle(job, cr);
+ 
+-    cairo_set_line_width (cr, obj->penwidth * job->scale.x);
+     cairo_move_to(cr, A[0].x, -A[0].y);
+     for (i = 1; i < n; i++)
+ 	cairo_line_to(cr, A[i].x, -A[i].y);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110414/79336017/attachment.html>


More information about the macports-changes mailing list