[arch-commits] Commit in graphviz/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Feb 18 11:53:43 UTC 2013


    Date: Monday, February 18, 2013 @ 12:53:43
  Author: bisson
Revision: 178218

disable cgraph entirely - nothing uses it now - wait for applications to get ported first

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-18 11:00:56 UTC (rev 178217)
+++ PKGBUILD	2013-02-18 11:53:43 UTC (rev 178218)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
@@ -34,9 +34,6 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	# we still like the old libgraph.so api
-	sed 's/@WITH_CGRAPH_FALSE@//g' -i lib/graph/Makefile.in
-
 	sed \
 		-e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-1.9.1/{$CARCH-linux,ruby/backward,})"'":' \
 		-e '/CONFIG/s:site:vendor:' \
@@ -46,7 +43,10 @@
 	export PYTHON=python2
 	export LUA=lua5.1
 
-	./configure --prefix=/usr
+	./configure \
+		--prefix=/usr \
+		--with-cgraph=false # apps need porting to that new api first
+
 	make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig goes wonky
 	make
 }




More information about the arch-commits mailing list