[88362] trunk/dports/graphics/graphviz

ryandesign at macports.org ryandesign at macports.org
Thu Dec 29 10:09:53 PST 2011


Revision: 88362
          http://trac.macports.org/changeset/88362
Author:   ryandesign at macports.org
Date:     2011-12-29 10:09:48 -0800 (Thu, 29 Dec 2011)
Log Message:
-----------
graphviz: patch Makefile.in instead of Makefile.am so we don't have to run autoreconf, since automake 1.11.2 is causing problems; see #32688

Modified Paths:
--------------
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/graphics/graphviz/files/libltdl.patch

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2011-12-29 16:14:22 UTC (rev 88361)
+++ trunk/dports/graphics/graphviz/Portfile	2011-12-29 18:09:48 UTC (rev 88362)
@@ -114,8 +114,6 @@
 
 # http://www.graphviz.org/mantisbt/view.php?id=2109
 patchfiles libltdl.patch
-use_autoreconf yes
-autoreconf.args -fvi
 
 platform macosx {
     if {${os.major} > 8} {

Modified: trunk/dports/graphics/graphviz/files/libltdl.patch
===================================================================
--- trunk/dports/graphics/graphviz/files/libltdl.patch	2011-12-29 16:14:22 UTC (rev 88361)
+++ trunk/dports/graphics/graphviz/files/libltdl.patch	2011-12-29 18:09:48 UTC (rev 88362)
@@ -1,12 +1,32 @@
---- 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
- 
+--- lib/gvc/Makefile.in.orig	2011-05-06 22:27:46.000000000 -0500
++++ lib/gvc/Makefile.in	2011-12-29 11:53:41.000000000 -0600
+@@ -41,8 +41,7 @@
+ @WITH_WIN32_TRUE at am__append_1 = -O0
+ @WITH_ORTHO_TRUE at am__append_2 = $(top_builddir)/lib/ortho/libortho_C.la
+ @WITH_ORTHO_TRUE at am__append_3 = $(top_builddir)/lib/ortho/libortho_C.la
+- at ENABLE_LTDL_TRUE@am__append_4 = $(LIBLTDL) $(LIBLTDL_LDFLAGS)
+- at ENABLE_LTDL_TRUE@am__append_5 = $(LIBLTDL)
++ at ENABLE_LTDL_TRUE@am__append_4 = @LIBLTDL@ $(LIBLTDL_LDFLAGS)
+ subdir = lib/gvc
+ DIST_COMMON = $(noinst_HEADERS) $(pkginclude_HEADERS) \
+ 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+@@ -87,8 +86,7 @@
+ 	"$(DESTDIR)$(pkgincludedir)"
+ LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
+ am__DEPENDENCIES_1 =
+- at ENABLE_LTDL_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \
+- at ENABLE_LTDL_TRUE@	$(am__DEPENDENCIES_1)
++ at ENABLE_LTDL_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
+ am__DEPENDENCIES_3 = $(top_builddir)/lib/pack/libpack_C.la \
+ 	$(top_builddir)/lib/xdot/libxdot_C.la \
+ 	$(top_builddir)/lib/common/libcommon_C.la $(am__append_2) \
+@@ -519,8 +517,7 @@
+ 	$(am__append_4)
+ libgvc_C_la_DEPENDENCIES = $(top_builddir)/lib/pack/libpack_C.la \
+ 	$(top_builddir)/lib/xdot/libxdot_C.la \
+-	$(top_builddir)/lib/common/libcommon_C.la $(am__append_3) \
+-	$(am__append_5)
++	$(top_builddir)/lib/common/libcommon_C.la $(am__append_3)
  libgvc_la_LDFLAGS = -version-info $(GVC_VERSION) -no-undefined
-
+ libgvc_la_SOURCES = $(libgvc_C_la_SOURCES)
+ libgvc_la_LIBADD = $(libgvc_C_la_LIBADD) \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111229/eb209454/attachment.html>


More information about the macports-changes mailing list