OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 04-Mar-2009 23:10:46 Branch: HEAD Handle: 2009030422104500 Modified files: openpkg-src/graphviz graphviz.patch graphviz.spec Log: upgrading package: graphviz 2.20.3 -> 2.22.0 Summary: Revision Changes Path 1.15 +30 -0 openpkg-src/graphviz/graphviz.patch 1.86 +2 -2 openpkg-src/graphviz/graphviz.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/graphviz/graphviz.patch ============================================================================ $ cvs diff -u -r1.14 -r1.15 graphviz.patch --- openpkg-src/graphviz/graphviz.patch 21 Jun 2008 16:20:15 -0000 1.14 +++ openpkg-src/graphviz/graphviz.patch 4 Mar 2009 22:10:45 -0000 1.15 @@ -50,3 +50,33 @@ #if defined(HAVE_LIBGD) && defined(HAVE_GD_FREETYPE) /* fontsize at which text is omitted entirely */ +Index: lib/graph/graphio.c +--- lib/graph/graphio.c.orig 2009-03-02 18:46:34 +0100 ++++ lib/graph/graphio.c 2009-03-04 23:03:28 +0100 +@@ -193,7 +193,7 @@ + { + if (myfgets) AG.fgets = myfgets; + if (myfwrite) AG.fwrite = myfwrite; +-#if defined(__SUNPRO_C) || defined(__CYGWIN__) || defined(__MINGW32__) ++#if 1 || defined(__SUNPRO_C) || defined(__CYGWIN__) || defined(__MINGW32__) + #undef ferror + #endif + if (myferror) AG.ferror = myferror; +@@ -581,7 +581,7 @@ + free(dict); + } + +-#if defined(__SUNPRO_C) || defined(__CYGWIN__) || defined(__MINGW32__) ++#if 1 || defined(__SUNPRO_C) || defined(__CYGWIN__) || defined(__MINGW32__) + /* for systems where ferror is a macro */ + static int agferror(FILE *stream) + { +@@ -599,7 +599,7 @@ + AG.fwrite = fwrite; /* init to system version of fwrite() */ + } + if (AG.ferror == NULL) { +-#if defined(__SUNPRO_C) || defined(__CYGWIN__) || defined(__MINGW32__) ++#if 1 || defined(__SUNPRO_C) || defined(__CYGWIN__) || defined(__MINGW32__) + #undef ferror + AG.ferror = agferror; /* init to ferror macro wrapper function */ + #else @@ . patch -p0 <<'@@ .' Index: openpkg-src/graphviz/graphviz.spec ============================================================================ $ cvs diff -u -r1.85 -r1.86 graphviz.spec --- openpkg-src/graphviz/graphviz.spec 13 Dec 2008 15:41:52 -0000 1.85 +++ openpkg-src/graphviz/graphviz.spec 4 Mar 2009 22:10:45 -0000 1.86 @@ -22,7 +22,7 @@ ## # package versions -%define V_graphviz 2.20.3 +%define V_graphviz 2.22.0 %define V_graphviz_perl_base 2.04 %define V_graphviz_perl_data_structure 0.17 @@ -37,7 +37,7 @@ Group: Diagram License: GPL Version: %{V_graphviz} -Release: 20081213 +Release: 20090304 # package options %option with_x11 no @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
