From a36928e800280cfcaab7d0047d76d5e2e666b4fe Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 15 Mar 2009 13:20:55 +0000 Subject: - udpate to 2.22.0 - unbreak options WITH_TCL, WITH_TK - new option WITH_GHOSTSCRIPT - drop bash dependecy PR: 132162 - fix tred regression PR: 130751 --- graphics/graphviz/files/patch-config_perl.pl | 9 +++++++++ graphics/graphviz/files/patch-configure | 11 ----------- 2 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 graphics/graphviz/files/patch-config_perl.pl (limited to 'graphics/graphviz/files') diff --git a/graphics/graphviz/files/patch-config_perl.pl b/graphics/graphviz/files/patch-config_perl.pl new file mode 100644 index 000000000000..bbbf65452e03 --- /dev/null +++ b/graphics/graphviz/files/patch-config_perl.pl @@ -0,0 +1,9 @@ +--- config/config_perl.pl.orig 2008-07-14 14:54:04.000000000 +0200 ++++ config/config_perl.pl 2009-03-15 11:08:29.000000000 +0100 +@@ -11,5 +11,5 @@ + print "-I$archlib/CORE"; + } + if ($ARGV[0] eq "PERL_INSTALL_DIR") { +- print "$Config{vendorarch}" ++ print "$Config{sitearch}" + } diff --git a/graphics/graphviz/files/patch-configure b/graphics/graphviz/files/patch-configure index a8d4adca0061..7b1d02b10fdf 100644 --- a/graphics/graphviz/files/patch-configure +++ b/graphics/graphviz/files/patch-configure @@ -21,14 +21,3 @@ if test -n "$lua_inc"; then CFLAGS="$CFLAGS -I$lua_inc" -@@ -27376,8 +27381,8 @@ - if test "x$use_swig" != "xYes"; then - use_php="No (swig not available)" - else -- if test `$SWIG -help 2>&1 | $GREP -c '\-php5 *- Generate'` = 0; then -- use_php="No (swig does not support -php5 option)" -+ if test `$SWIG -help 2>&1 | $GREP -c '\-php *- Generate'` = 0; then -+ use_php="No (swig does not support -php option)" - else - # Extract the first word of "php", so it can be a program name with args. - set dummy php; ac_word=$2 -- cgit v1.2.3