[21115] trunk/dports/graphics/graphviz/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jan 2 23:51:30 PST 2007
Revision: 21115
http://trac.macosforge.org/projects/macports/changeset/21115
Author: gwright at macports.org
Date: 2007-01-02 23:51:30 -0800 (Tue, 02 Jan 2007)
Log Message:
-----------
Version bump to 2.12.
Modified Paths:
--------------
trunk/dports/graphics/graphviz/Portfile
Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile 2007-01-03 07:11:17 UTC (rev 21114)
+++ trunk/dports/graphics/graphviz/Portfile 2007-01-03 07:51:30 UTC (rev 21115)
@@ -2,8 +2,7 @@
PortSystem 1.0
name graphviz
-version 2.8
-revision 1
+version 2.12
categories graphics
maintainers gwright at opendarwin.org
description Graph visualization software from AT&T and Bell Labs
@@ -26,7 +25,7 @@
homepage http://www.graphviz.org/
master_sites http://www.graphviz.org/pub/graphviz/ARCHIVE/
-checksums md5 ca921b4a9bcd86da4a1092bb17a57d83
+checksums md5 e5547bc0ec47943c72f5c3e2b5dff58f
platform darwin 6 {
patchfiles-append patch-Makefile.in
@@ -54,6 +53,7 @@
}
depends_lib lib:libX11.6:XFree86 \
+ port:cairo \
port:jpeg \
port:libpng \
port:freetype \
@@ -68,16 +68,12 @@
# (If you're running DP, you have a good enough tcl to get the languange
# binding. If this is a problem for anyone it is easily remedied.)
#
-# I have to use an ugly method to prevent the language bindings from
-# being built: explicitly setting some of autoconf's environment
-# variables. This should go away when 2.8 is released. It uses
-# the standard GNU --{en,dis}able-feature flags to configure.
-
configure.env CPPFLAGS=-I${prefix}/include \
LDFLAGS=-L${prefix}/lib
configure.args --mandir=${prefix}/share/man \
--disable-guile \
+ --disable-lua \
--disable-ocaml \
--disable-perl \
--disable-php \
@@ -88,6 +84,10 @@
configure.args-append --enable-guile
}
+variant lua { depends_lib-append port:lua
+ configure.args-append --enable-lua
+ }
+
variant ocaml { depends_lib-append port:ocaml
configure.args-append --enable-ocaml
}
@@ -109,6 +109,7 @@
}
variant all_lang { depends_lib-append port:guile \
+ port:lua \
port:ocaml \
port:perl5.8 \
port:php4 \
@@ -116,6 +117,7 @@
port:ruby
configure.args-append --enable-guile \
+ --enable-lua \
--enable-ocaml \
--enable-perl \
--enable-php \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070102/5e0361ec/attachment.html
More information about the macports-changes
mailing list