[74896] trunk/dports/graphics/graphviz

ryandesign at macports.org ryandesign at macports.org
Wed Jan 5 22:41:32 PST 2011


Revision: 74896
          http://trac.macports.org/changeset/74896
Author:   ryandesign at macports.org
Date:     2011-01-05 22:41:25 -0800 (Wed, 05 Jan 2011)
Log Message:
-----------
graphviz: fix building other software that uses libtool and graphviz -- backported from 2.27.x; see #27875

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

Added Paths:
-----------
    trunk/dports/graphics/graphviz/files/patch-lib-gvc-gvcext.h.diff

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2011-01-06 05:58:15 UTC (rev 74895)
+++ trunk/dports/graphics/graphviz/Portfile	2011-01-06 06:41:25 UTC (rev 74896)
@@ -10,7 +10,7 @@
 set my_name                     graphviz
 # keep version in sync between graphviz and graphviz-gui
 version                         2.26.3
-revision                        2
+revision                        3
 categories                      graphics
 maintainers                     ryandesign
 license                         CPL-1.0
@@ -70,6 +70,8 @@
 
 depends_run                     port:urw-fonts
 
+patchfiles                      patch-lib-gvc-gvcext.h.diff
+
 configure.args                  --with-codegens \
                                 --with-x \
                                 --without-devil \

Added: trunk/dports/graphics/graphviz/files/patch-lib-gvc-gvcext.h.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-lib-gvc-gvcext.h.diff	                        (rev 0)
+++ trunk/dports/graphics/graphviz/files/patch-lib-gvc-gvcext.h.diff	2011-01-06 06:41:25 UTC (rev 74896)
@@ -0,0 +1,15 @@
+http://bugs.gentoo.org/show_bug.cgi?id=339298#c6
+--- lib/gvc/gvcext.h.orig	2010-11-15 23:12:38.669004693 +0100
++++ lib/gvc/gvcext.h	2010-11-15 23:30:02.887004693 +0100
+@@ -80,9 +81,11 @@
+ #if defined(GVDLL)
+ 	__declspec(dllexport) lt_symlist_t lt_preloaded_symbols[];
+ #else
++#if !defined(LTDL_H)
+ 	extern lt_symlist_t lt_preloaded_symbols[];
+ #endif
+ #endif
++#endif
+ 
+ 
+ #ifdef __cplusplus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110105/264cbc98/attachment.html>


More information about the macports-changes mailing list