OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Dec-2004 12:57:14
Branch: HEAD Handle: 2004121411571400
Modified files:
openpkg-src/graphviz graphviz.patch graphviz.spec
Log:
upgrading package: graphviz 1.16 -> 2.0
Summary:
Revision Changes Path
1.6 +42 -20 openpkg-src/graphviz/graphviz.patch
1.50 +2 -2 openpkg-src/graphviz/graphviz.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/graphviz/graphviz.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 graphviz.patch
--- openpkg-src/graphviz/graphviz.patch 31 Aug 2004 11:07:28 -0000
1.5
+++ openpkg-src/graphviz/graphviz.patch 14 Dec 2004 11:57:14 -0000
1.6
@@ -1,6 +1,7 @@
+Index: tools/sfio/sfhdr.h
--- tools/sfio/sfhdr.h.orig Fri Apr 27 04:17:42 2001
+++ tools/sfio/sfhdr.h Tue Feb 18 19:26:37 2003
-@@ -122,6 +122,10 @@
+@@ -143,6 +143,10 @@
#include <errno.h>
#include <ctype.h>
@@ -12,8 +13,8 @@
/* initialization */
@@ -230,7 +234,9 @@
- #endif
-
+ #include <limits.h>
+ #else
#if _hdr_values
+#ifdef HAVE_VALUES_H
#include <values.h>
@@ -21,36 +22,31 @@
#if !defined(SF_MAXDOUBLE) && defined(MAXDOUBLE)
#define SF_MAXDOUBLE MAXDOUBLE
#endif
-
Index: lefty/common.h
--- lefty/common.h.orig 2004-08-25 00:52:28 +0200
+++ lefty/common.h 2004-08-31 10:57:50 +0200
-@@ -62,15 +62,18 @@
+@@ -69,12 +69,15 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
+-#ifdef HAVE_LIMITS_H
+-#include <limits.h>
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
-+#endif
-+#ifdef HAVE_SYS_TYPES_H
-+#include <sys/types.h>
+ #endif
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>
+ #endif
++#ifdef HAVE_LIMITS_H
++#include <limits.h>
+#endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
- #ifdef HAVE_LIMITS_H
- #include <limits.h>
- #endif
--#ifdef HAVE_SYS_TYPES_H
--#include <sys/types.h>
--#endif
- #ifdef HAVE_SYS_STAT_H
- #include <sys/stat.h>
- #endif
Index: Makefile.in
--- Makefile.in.orig 2004-08-31 00:31:22 +0200
+++ Makefile.in 2004-08-31 12:32:12 +0200
-@@ -290,8 +290,7 @@
+@@ -293,8 +293,7 @@
html_DATA = $(html)
SUBDIRS = cdt agraph agutil doc pathplan graph gd dotneato \
dotty graphs lefty lneato ns \
@@ -58,5 +54,31 @@
- tkstubs tkspline tools contrib dynagraph
+ tools contrib dynagraph
- EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \
- graphviz.cvt autogen.sh config/depcomp config/config.rpath
ast_common.h.in \
+ EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec graphviz.cvt \
+ autogen.sh config/depcomp config/config.rpath ast_common.h.in \
+Index: dotneato/dotgen/Makefile.in
+--- dotneato/dotgen/Makefile.in.orig 2004-12-11 21:43:25 +0100
++++ dotneato/dotgen/Makefile.in 2004-12-14 12:41:39 +0100
+@@ -299,7 +300,8 @@
+
+ libdotgen_la_LIBADD = \
+ $(top_builddir)/pathplan/libpathplan.la \
+- $(top_builddir)/graph/libgraph.la
++ $(top_builddir)/graph/libgraph.la \
++ $(top_builddir)/dotneato/common/libcommon.la
+
+ EXTRA_DIST = Makefile.old
+ all: all-am
+Index: dotneato/neatogen/Makefile.in
+--- dotneato/neatogen/Makefile.in.orig 2004-12-11 21:43:28 +0100
++++ dotneato/neatogen/Makefile.in 2004-12-14 12:50:39 +0100
+@@ -312,7 +312,8 @@
+ libneatogen_la_LIBADD = \
+ $(top_builddir)/dotneato/pack/libpack.la \
+ $(top_builddir)/pathplan/libpathplan.la \
+- $(top_builddir)/graph/libgraph.la
++ $(top_builddir)/graph/libgraph.la \
++ $(top_builddir)/dotneato/common/libcommon.la
+
+ EXTRA_DIST = Makefile.old
+ all: all-am
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/graphviz/graphviz.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 graphviz.spec
--- openpkg-src/graphviz/graphviz.spec 20 Sep 2004 16:17:17 -0000
1.49
+++ openpkg-src/graphviz/graphviz.spec 14 Dec 2004 11:57:14 -0000
1.50
@@ -33,8 +33,8 @@
Class: BASE
Group: Graphics
License: GPL
-Version: 1.16
-Release: 20040920
+Version: 2.0
+Release: 20041214
# package options
%option with_x11 yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]