OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Aug-2004 13:07:29
Branch: HEAD Handle: 2004083112072800
Modified files:
openpkg-src/graphviz graphviz.patch graphviz.spec
Log:
upgrading package: graphviz 1.12 -> 1.14
Summary:
Revision Changes Path
1.5 +37 -13 openpkg-src/graphviz/graphviz.patch
1.47 +2 -2 openpkg-src/graphviz/graphviz.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/graphviz/graphviz.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 graphviz.patch
--- openpkg-src/graphviz/graphviz.patch 7 Jun 2004 12:25:33 -0000 1.4
+++ openpkg-src/graphviz/graphviz.patch 31 Aug 2004 11:07:28 -0000 1.5
@@ -22,17 +22,41 @@
#define SF_MAXDOUBLE MAXDOUBLE
#endif
-Index: lefty/Makefile.in
---- lefty/Makefile.in.orig 2004-03-02 01:20:39.000000000 +0100
-+++ lefty/Makefile.in 2004-06-07 13:49:04.000000000 +0200
-@@ -231,8 +231,8 @@
- $(top_builddir)/lefty/ws/x11/libfilereq/libfilereq.la \
- $(top_builddir)/lefty/os/unix/libos.la \
- @X_LIBS@ @XAW_LIBS@ -lXt @X_PRE_LIBS@ \
-- -lXaw -lXmu -lXext -lX11 @XPM_LIBS@ \
-- @SOCKET_LIBS@ @LIBS@
-+ -lXmu -lXext @XPM_LIBS@ \
-+ @SOCKET_LIBS@ @LIBS@ -lX11
+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 @@
+ #ifdef HAVE_STRING_H
+ #include <string.h>
+ #endif
++#ifdef HAVE_INTTYPES_H
++#include <inttypes.h>
++#endif
++#ifdef HAVE_SYS_TYPES_H
++#include <sys/types.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 @@
+ html_DATA = $(html)
+ SUBDIRS = cdt agraph agutil doc pathplan graph gd dotneato \
+ dotty graphs lefty lneato ns \
+- tclstubs tclhandle gdtclft tcldot tclpathplan \
+- tkstubs tkspline tools contrib dynagraph
++ tools contrib dynagraph
-
- EXTRA_DIST = $(lefty_SCRIPTS) $(lefty_SOURCES) lefty.1 colors.txt \
+ EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \
+ graphviz.cvt autogen.sh config/depcomp config/config.rpath ast_common.h.in \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/graphviz/graphviz.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 graphviz.spec
--- openpkg-src/graphviz/graphviz.spec 7 Jun 2004 12:25:33 -0000 1.46
+++ openpkg-src/graphviz/graphviz.spec 31 Aug 2004 11:07:28 -0000 1.47
@@ -33,8 +33,8 @@
Class: BASE
Group: Graphics
License: GPL
-Version: 1.12
-Release: 20040607
+Version: 1.14
+Release: 20040831
# package options
%option with_x11 yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]