Revision: 79916 http://trac.macports.org/changeset/79916 Author: ryandesign@macports.org Date: 2011-06-29 02:19:47 -0700 (Wed, 29 Jun 2011) Log Message: ----------- graphviz-devel: merge r79897 from graphviz: Build fix on platforms without /usr/lib/libltdl.a Revision Links: -------------- http://trac.macports.org/changeset/79897 Modified Paths: -------------- trunk/dports/graphics/graphviz-devel/Portfile Added Paths: ----------- trunk/dports/graphics/graphviz-devel/files/ trunk/dports/graphics/graphviz-devel/files/libltdl.patch Removed Paths: ------------- trunk/dports/graphics/graphviz-devel/files/libltdl.patch Property Changed: ---------------- trunk/dports/graphics/graphviz-devel/ Property changes on: trunk/dports/graphics/graphviz-devel ___________________________________________________________________ Modified: svn:mergeinfo - /trunk/dports/graphics/graphviz:40607,45084-45153 + /trunk/dports/graphics/graphviz:40607,45084-45153,79897 Modified: trunk/dports/graphics/graphviz-devel/Portfile =================================================================== --- trunk/dports/graphics/graphviz-devel/Portfile 2011-06-29 09:05:31 UTC (rev 79915) +++ trunk/dports/graphics/graphviz-devel/Portfile 2011-06-29 09:19:47 UTC (rev 79916) @@ -108,6 +108,11 @@ --disable-ruby \ --disable-tcl +# http://www.graphviz.org/mantisbt/view.php?id=2109 +patchfiles libltdl.patch +use_autoreconf yes +autoreconf.args -fvi + platform macosx { if {${os.major} > 8} { configure.args-delete --without-quartz Deleted: trunk/dports/graphics/graphviz-devel/files/libltdl.patch =================================================================== --- trunk/dports/graphics/graphviz/files/libltdl.patch 2011-06-29 05:34:19 UTC (rev 79897) +++ trunk/dports/graphics/graphviz-devel/files/libltdl.patch 2011-06-29 09:19:47 UTC (rev 79916) @@ -1,12 +0,0 @@ ---- lib/gvc/Makefile.am.orig 2011-06-26 03:07:07.000000000 -0700 -+++ lib/gvc/Makefile.am 2011-06-26 03:07:27.000000000 -0700 -@@ -55,7 +55,6 @@ libgvc_C_la_DEPENDENCIES += $(top_build - endif - if ENABLE_LTDL --libgvc_C_la_LIBADD += $(LIBLTDL) $(LIBLTDL_LDFLAGS) -+libgvc_C_la_LIBADD += @LIBLTDL@ $(LIBLTDL_LDFLAGS) --libgvc_C_la_DEPENDENCIES += $(LIBLTDL) - endif - - libgvc_la_LDFLAGS = -version-info $(GVC_VERSION) -no-undefined - Copied: trunk/dports/graphics/graphviz-devel/files/libltdl.patch (from rev 79897, trunk/dports/graphics/graphviz/files/libltdl.patch) =================================================================== --- trunk/dports/graphics/graphviz-devel/files/libltdl.patch (rev 0) +++ trunk/dports/graphics/graphviz-devel/files/libltdl.patch 2011-06-29 09:19:47 UTC (rev 79916) @@ -0,0 +1,12 @@ +--- lib/gvc/Makefile.am.orig 2011-06-26 03:07:07.000000000 -0700 ++++ lib/gvc/Makefile.am 2011-06-26 03:07:27.000000000 -0700 +@@ -55,7 +55,6 @@ libgvc_C_la_DEPENDENCIES += $(top_build + endif + if ENABLE_LTDL +-libgvc_C_la_LIBADD += $(LIBLTDL) $(LIBLTDL_LDFLAGS) ++libgvc_C_la_LIBADD += @LIBLTDL@ $(LIBLTDL_LDFLAGS) +-libgvc_C_la_DEPENDENCIES += $(LIBLTDL) + endif + + libgvc_la_LDFLAGS = -version-info $(GVC_VERSION) -no-undefined +
participants (1)
-
ryandesign@macports.org