[35413] trunk/dports/graphics/graphviz/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 27 12:48:37 PDT 2008


Revision: 35413
          http://trac.macosforge.org/projects/macports/changeset/35413
Author:   ryandesign at macports.org
Date:     2008-03-27 12:48:36 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
graphviz: update to 2.18 and explicitly turn off optional features so they don't get inadvertently auto-detected without the proper dependencies having been declared

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

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2008-03-27 19:44:13 UTC (rev 35412)
+++ trunk/dports/graphics/graphviz/Portfile	2008-03-27 19:48:36 UTC (rev 35413)
@@ -4,8 +4,7 @@
 
 name                graphviz
 set my_name         graphviz
-version             2.16.1
-revision            1
+version             2.18
 categories          graphics
 maintainers         ryandesign
 homepage            http://www.graphviz.org/
@@ -35,9 +34,9 @@
 
 checksums \
 	${distname}${extract.suffix} \
-		md5 8952fb2a627b38e38ed429a3a9d5cc5c \
-		sha1 46b704bd9b81922bcd17167c88f3278a9645e894 \
-		rmd160 6d0f23fa176a1bef7ee0ca48cf1b700fe6cbfb42
+		md5 7df2705482c86fc7a9ee5f0446ed0b9e \
+		sha1 b638181cf776bc4bb1fa8f95525a3943feb18b4a \
+		rmd160 2c7f23af1a9e480ab6cc5f5f39edad7a5da3ceae
 
 platform darwin 6 {
 	pre-fetch {
@@ -86,8 +85,25 @@
 
 configure.args \
 	--mandir=${prefix}/share/man \
+	--with-codegens \
+	--with-x \
+	--without-devil \
+	--without-smyrna \
+	--with-digcola \
+	--without-ipsepcola \
+	--without-rsvg \
+	--with-pangocairo \
+	--with-freetype2 \
+	--with-fontconfig \
+	--without-gdk-pixbuf \
+	--without-gtk \
+	--without-gtkgl \
+	--without-gtkglext \
+	--without-glade \
+	--without-gnomeui \
+	--without-ming \
+	--without-quartz \
 	--with-mylibgd \
-	--with-pangocairo \
 	--disable-swig \
 	--disable-sharp \
 	--disable-guile \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/6708721f/attachment.html 


More information about the macports-changes mailing list