[106503] trunk/dports/graphics/graphviz

ryandesign at macports.org ryandesign at macports.org
Tue May 28 13:58:49 PDT 2013


Revision: 106503
          https://trac.macports.org/changeset/106503
Author:   ryandesign at macports.org
Date:     2013-05-28 13:58:49 -0700 (Tue, 28 May 2013)
Log Message:
-----------
graphviz: fix libgvc.pc (#39259)

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

Added Paths:
-----------
    trunk/dports/graphics/graphviz/files/patch-lib-gvc-libgvc.pc.in.diff

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2013-05-28 19:45:56 UTC (rev 106502)
+++ trunk/dports/graphics/graphviz/Portfile	2013-05-28 20:58:49 UTC (rev 106503)
@@ -40,6 +40,8 @@
 minimum_xcodeversions           {9 3.1.2}
 
 if {${name} == ${subport}} {
+revision                        1
+
 conflicts                       graphviz${otherbranch}
 
 depends_build                   port:pkgconfig
@@ -58,6 +60,8 @@
 
 depends_run                     port:urw-fonts
 
+patchfiles                      patch-lib-gvc-libgvc.pc.in.diff
+
 # nawk: illegal jump type 339
 conflicts_build                 nawk
 

Added: trunk/dports/graphics/graphviz/files/patch-lib-gvc-libgvc.pc.in.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-lib-gvc-libgvc.pc.in.diff	                        (rev 0)
+++ trunk/dports/graphics/graphviz/files/patch-lib-gvc-libgvc.pc.in.diff	2013-05-28 20:58:49 UTC (rev 106503)
@@ -0,0 +1,18 @@
+http://hg.research.att.com/graphviz/rev/6047616c89d8
+--- lib/gvc/libgvc.pc.in.orig	Fri Feb 22 16:47:58 2013 -0500
++++ lib/gvc/libgvc.pc.in	Wed Feb 27 13:21:06 2013 -0500
+@@ -3,10 +3,13 @@
+ libdir=@libdir@
+ includedir=@includedir@/@PACKAGE@
+ plugins=@GVPLUGIN_VERSION@
++ at WITH_CGRAPH_FALSE@GRAPH = graph
++ at WITH_CGRAPH_TRUE@GRAPH = cgraph
++
+ 
+ Name: libgvc
+ Description: The GraphVizContext library 
+ Version: @VERSION@
+-Libs: -L${libdir} -lgvc -lgraph -lcdt
++Libs: -L${libdir} -lgvc -l${GRAPH} -lcdt
+ Cflags: -I${includedir}
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130528/e73966b4/attachment.html>


More information about the macports-changes mailing list