[72240] trunk/dports/graphics/graphviz-devel
ryandesign at macports.org
ryandesign at macports.org
Thu Oct 7 21:51:29 PDT 2010
Revision: 72240
http://trac.macports.org/changeset/72240
Author: ryandesign at macports.org
Date: 2010-10-07 21:51:27 -0700 (Thu, 07 Oct 2010)
Log Message:
-----------
graphviz-devel: update to 2.27.20101008.0251
Modified Paths:
--------------
trunk/dports/graphics/graphviz-devel/Portfile
Added Paths:
-----------
trunk/dports/graphics/graphviz-devel/files/patch-lib-gvc-Makefile.am.diff
Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile 2010-10-08 04:13:16 UTC (rev 72239)
+++ trunk/dports/graphics/graphviz-devel/Portfile 2010-10-08 04:51:27 UTC (rev 72240)
@@ -9,7 +9,7 @@
conflicts graphviz
set my_name graphviz
# keep version in sync between graphviz-devel and graphviz-gui-devel
-version 2.27.20101001.0445
+version 2.27.20101008.0251
categories graphics
maintainers ryandesign
license CPLv1.0
@@ -33,9 +33,8 @@
programs (for non-interactive use) can use the +no_x11 \
variant to build graphviz without its display routines.
-checksums md5 9f1aed5682305841985a4aa935cf3fa5 \
- sha1 1cc7a69ea63804e50eb2e7520e20fe7561b962c2 \
- rmd160 2d8335e22cdb9a41322ae9e0737c5ddf38a29a8c
+checksums sha1 054be8605ffe8ddca9c1a8cb5d0fae83c16e6378 \
+ rmd160 4dd29ad5b97d033514bf2b78d9d5411365721d6a
# graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant
# graphviz-gui needs Xcode 3.1.2+; see #18811
@@ -65,10 +64,14 @@
lib/libz.dylib \
lib/libintl.dylib
-depends_build port:pkgconfig
+use_autoreconf yes
+depends_build-append port:pkgconfig
+
depends_run port:urw-fonts
+patchfiles patch-lib-gvc-Makefile.am.diff
+
configure.args --with-codegens \
--with-x \
--without-devil \
Added: trunk/dports/graphics/graphviz-devel/files/patch-lib-gvc-Makefile.am.diff
===================================================================
--- trunk/dports/graphics/graphviz-devel/files/patch-lib-gvc-Makefile.am.diff (rev 0)
+++ trunk/dports/graphics/graphviz-devel/files/patch-lib-gvc-Makefile.am.diff 2010-10-08 04:51:27 UTC (rev 72240)
@@ -0,0 +1,19 @@
+http://graphviz.org/bugs/b2050.html
+--- lib/gvc/Makefile.am 5 Oct 2010 19:04:46 -0000 1.117
++++ lib/gvc/Makefile.am 28 Aug 2009 19:46:42 -0000 1.116
+@@ -1,4 +1,4 @@
+-# $Id: Makefile.am,v 1.117 2010/10/05 19:04:46 ellson Exp $ $Revision: 1.117 $
++# $Id: Makefile.am,v 1.116 2009/08/28 19:46:42 erg Exp $ $Revision: 1.116 $
+ ## Process this file with automake to produce Makefile.in
+
+ GVC_VERSION="5:0:0"
+@@ -18,7 +18,8 @@
+ -I$(top_srcdir)/lib/pathplan \
+ -I$(top_srcdir)/lib/$(GRAPH) \
+ -I$(top_srcdir)/lib/cdt \
+- $(INCLTDL) -DGVLIBDIR=\"$(pkglibdir)\"
++ $(INCLTDL) -I$(top_srcdir)/libltdl \
++ -DGVLIBDIR=\"$(pkglibdir)\"
+
+ if WITH_WIN32
+ AM_CFLAGS = -D_BLD_gvc=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101007/5995e054/attachment-0001.html>
More information about the macports-changes
mailing list