[103337] trunk/dports/graphics/graphviz-devel

ryandesign at macports.org ryandesign at macports.org
Fri Feb 22 01:36:55 PST 2013


Revision: 103337
          https://trac.macports.org/changeset/103337
Author:   ryandesign at macports.org
Date:     2013-02-22 01:36:55 -0800 (Fri, 22 Feb 2013)
Log Message:
-----------
graphviz-devel: update to 2.31.20130222.0546

Modified Paths:
--------------
    trunk/dports/graphics/graphviz-devel/Portfile
    trunk/dports/graphics/graphviz-devel/files/patch-cmd-gvedit-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/graphics/graphviz-devel/files/patch-cgraph.diff

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2013-02-22 09:31:10 UTC (rev 103336)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2013-02-22 09:36:55 UTC (rev 103337)
@@ -9,7 +9,7 @@
 
 name                            graphviz-devel
 set my_name                     graphviz
-version                         2.31.20130211.0545
+version                         2.31.20130222.0546
 set thisbranch                  [strsed ${name} "g/^${my_name}//"]
 set otherbranch                 [expr {${thisbranch} == {} ? {-devel} : {}}]
 categories                      graphics
@@ -32,8 +32,8 @@
                                 simple text language, and produce output in a \
                                 variety of visual and text formats.
 
-checksums                       rmd160  60735c5d2faf92c4e1ed1a593547d62258eae607 \
-                                sha256  a143c8048233268005fb34c59d62d1527a5285c9b12fa9bfba21cbec522a9c0e
+checksums                       rmd160  7b89acf9fa821ebb8320876d976124d691058180 \
+                                sha256  aa3fd9d53d587ebc3ad6047d4f5a3d48be21cab914bc3fff60063287b002470b
 
 # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant
 # graphviz-gui needs Xcode 3.1.2+; see #18811
@@ -58,8 +58,6 @@
 
 depends_run                     port:urw-fonts
 
-patchfiles                      patch-cgraph.diff
-
 # nawk: illegal jump type 339
 conflicts_build                 nawk
 

Deleted: trunk/dports/graphics/graphviz-devel/files/patch-cgraph.diff
===================================================================
--- trunk/dports/graphics/graphviz-devel/files/patch-cgraph.diff	2013-02-22 09:31:10 UTC (rev 103336)
+++ trunk/dports/graphics/graphviz-devel/files/patch-cgraph.diff	2013-02-22 09:36:55 UTC (rev 103337)
@@ -1,57 +0,0 @@
-http://www.graphviz.org/mantisbt/view.php?id=2257
-http://hg.research.att.com/graphviz/rev/59b90d6b66e4
---- plugin/gdiplus/Makefile.in.orig	2013-01-13 21:23:26.000000000 -0600
-+++ plugin/gdiplus/Makefile.in	2013-02-13 22:21:48.000000000 -0600
-@@ -532,12 +532,14 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
-+ at WITH_CGRAPH_FALSE@GRAPH = graph
-+ at WITH_CGRAPH_TRUE@GRAPH = cgraph
- AM_CPPFLAGS = \
- 	-I$(top_srcdir) \
- 	-I$(top_srcdir)/lib/common \
- 	-I$(top_srcdir)/lib/pathplan \
- 	-I$(top_srcdir)/lib/gvc \
--	-I$(top_srcdir)/lib/graph \
-+	-I$(top_srcdir)/lib/$(GRAPH) \
- 	-I$(top_srcdir)/lib/cdt
- 
- PATCHES = GdiPlusEnums.h.patch GdiPlusHeaders.h.patch GdiPlusimageAttributes.h.patch GdiPlusImaging.h.patch
---- plugin/glitz/Makefile.in.orig	2013-01-13 21:23:27.000000000 -0600
-+++ plugin/glitz/Makefile.in	2013-02-13 22:21:48.000000000 -0600
-@@ -502,12 +502,14 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
-+ at WITH_CGRAPH_FALSE@GRAPH = graph
-+ at WITH_CGRAPH_TRUE@GRAPH = cgraph
- AM_CPPFLAGS = \
- 	-I$(top_srcdir) \
- 	-I$(top_srcdir)/lib/common \
- 	-I$(top_srcdir)/lib/pathplan \
- 	-I$(top_srcdir)/lib/gvc \
--	-I$(top_srcdir)/lib/graph \
-+	-I$(top_srcdir)/lib/$(GRAPH) \
- 	-I$(top_srcdir)/lib/cdt \
- 	$(PANGOCAIRO_CFLAGS) $(GLITZ_CFLAGS)
- 
---- plugin/ming/Makefile.in.orig	2013-01-13 21:23:27.000000000 -0600
-+++ plugin/ming/Makefile.in	2013-02-13 22:21:48.000000000 -0600
-@@ -504,13 +504,15 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
-+ at WITH_CGRAPH_FALSE@GRAPH = graph
-+ at WITH_CGRAPH_TRUE@GRAPH = cgraph
- pkgfontdir = ${pkgdatadir}/font
- AM_CPPFLAGS = \
- 	-I$(top_srcdir) \
- 	-I$(top_srcdir)/lib/common \
- 	-I$(top_srcdir)/lib/pathplan \
- 	-I$(top_srcdir)/lib/gvc \
--	-I$(top_srcdir)/lib/graph \
-+	-I$(top_srcdir)/lib/$(GRAPH) \
- 	-I$(top_srcdir)/lib/cdt \
- 	$(MING_CFLAGS)
- 

Modified: trunk/dports/graphics/graphviz-devel/files/patch-cmd-gvedit-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/graphviz-devel/files/patch-cmd-gvedit-Makefile.in.diff	2013-02-22 09:31:10 UTC (rev 103336)
+++ trunk/dports/graphics/graphviz-devel/files/patch-cmd-gvedit-Makefile.in.diff	2013-02-22 09:36:55 UTC (rev 103337)
@@ -1,6 +1,6 @@
---- cmd/gvedit/Makefile.in.orig	2012-08-13 23:46:56.000000000 -0500
-+++ cmd/gvedit/Makefile.in	2012-08-14 13:57:37.000000000 -0500
-@@ -67,8 +67,7 @@
+--- cmd/gvedit/Makefile.in.orig	2013-02-14 07:30:24.000000000 -0600
++++ cmd/gvedit/Makefile.in	2013-02-18 19:16:50.000000000 -0600
+@@ -84,8 +84,7 @@
  	gvedit-mdichild.$(OBJEXT) $(am__objects_1)
  gvedit_OBJECTS = $(am_gvedit_OBJECTS)
  am__DEPENDENCIES_1 =
@@ -8,9 +8,9 @@
 -	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 +gvedit_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- AM_V_lt = $(am__v_lt_$(V))
- am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
-@@ -535,7 +534,7 @@
+ AM_V_lt = $(am__v_lt_ at AM_V@)
+ am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
+@@ -563,7 +562,7 @@
  	-DGVEDIT_DATADIR=\""$(pkgdatadir)/gvedit"\"
  
  gvedit_LDADD = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130222/86078975/attachment-0001.html>


More information about the macports-changes mailing list