diff --git a/.gitignore b/.gitignore index 1506006..0731299 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ graphviz-2.26.0.tar.gz +/graphviz-2.26.3.tar.gz diff --git a/graphviz-2.20.3-configure-php.patch b/graphviz-2.20.3-configure-php.patch deleted file mode 100644 index a2e19b5..0000000 --- a/graphviz-2.20.3-configure-php.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- graphviz-2.20.3/configure.orig 2009-02-25 13:14:22.000000000 -0500 -+++ graphviz-2.20.3/configure 2009-02-25 13:15:02.000000000 -0500 -@@ -27376,8 +27376,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 '\-php5* *- Generate'` = 0; then -+ use_php="No (swig does not support -php or -php5 option)" - else - # Extract the first word of "php", so it can be a program name with args. - set dummy php; ac_word=$2 diff --git a/graphviz-2.20.3-gv.i.patch b/graphviz-2.20.3-gv.i.patch deleted file mode 100644 index 8f878f9..0000000 --- a/graphviz-2.20.3-gv.i.patch +++ /dev/null @@ -1,45 +0,0 @@ ---- graphviz-2.20.3/tclpkg/gv/gv.i.orig 2009-02-25 13:44:36.000000000 -0500 -+++ graphviz-2.20.3/tclpkg/gv/gv.i 2009-02-25 13:46:29.000000000 -0500 -@@ -15,8 +15,22 @@ - **********************************************************/ - - %module gv --%{ - -+#ifdef SWIGTCL -+// A typemap telling SWIG to ignore an argument for input -+// However, we still need to pass a pointer to the C function -+%typemap(in,numinputs=0) char *outdata (char *temp) { -+ $1 = &temp; -+} -+// A typemap defining how to return an argument by appending it to the result -+%typemap(argout) char *outdata { -+ Tcl_Obj *o = Tcl_NewStringObj($1); -+ Tcl_ListObjAppendElement(interp,$result,o); -+} -+#endif -+ -+ -+%{ - /* some language headers (e.g. php.h, ruby.h) leave these defined */ - #undef PACKAGE_BUGREPORT - #undef PACKAGE_STRING -@@ -371,18 +385,4 @@ - extern bool write(Agraph_t *g, char *filename); - extern bool write(Agraph_t *g, FILE *f); - -- --#ifdef SWIGTCL --// A typemap telling SWIG to ignore an argument for input --// However, we still need to pass a pointer to the C function --%typemap(in,numinputs=0) char *outdata (char *temp) { -- $1 = &temp; --} --// A typemap defining how to return an argument by appending it to the result --%typemap(argout) char *outdata { -- Tcl_Obj *o = Tcl_NewStringObj($1); -- Tcl_ListObjAppendElement(interp,$result,o); --} --#endif -- - %} diff --git a/graphviz-2.26.0-doc-index-fix.patch b/graphviz-2.26.0-doc-index-fix.patch new file mode 100644 index 0000000..ec36c46 --- /dev/null +++ b/graphviz-2.26.0-doc-index-fix.patch @@ -0,0 +1,85 @@ +--- graphviz-2.26.0/doc/index.html.old 2008-08-25 19:09:29.000000000 +0200 ++++ graphviz-2.26.0/doc/index.html 2010-10-13 14:52:56.000000000 +0200 +@@ -13,7 +13,6 @@ +
+