OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 18-Feb-2003 15:21:54
Branch: HEAD Handle: 2003021814215102
Added files:
openpkg-src/graphviz graphviz.patch
Modified files:
openpkg-re/vcheck vc.graphviz
openpkg-src/graphviz graphviz.spec
openpkg-web news.txt
Log:
upgrading package: graphviz 1.8.10 -> 1.9
Summary:
Revision Changes Path
1.8 +1 -1 openpkg-re/vcheck/vc.graphviz
1.3 +23 -0 openpkg-src/graphviz/graphviz.patch
1.36 +12 -10 openpkg-src/graphviz/graphviz.spec
1.3346 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.graphviz
============================================================================
$ cvs diff -u -r1.7 -r1.8 vc.graphviz
--- openpkg-re/vcheck/vc.graphviz 2 Oct 2002 19:42:53 -0000 1.7
+++ openpkg-re/vcheck/vc.graphviz 18 Feb 2003 14:21:51 -0000 1.8
@@ -2,7 +2,7 @@
}
prog graphviz = {
- version = 1.8.10
+ version = 1.9
url = http://www.graphviz.org/pub/graphviz/ARCHIVE/
regex = graphviz-(\d+\.\d+\.\d+)\.tar.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/graphviz/graphviz.patch
============================================================================
$ cvs diff -u -r0 -r1.3 graphviz.patch
--- /dev/null 2003-02-18 15:21:53.000000000 +0100
+++ graphviz.patch 2003-02-18 15:21:54.000000000 +0100
@@ -0,0 +1,23 @@
+--- 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 @@
+ #include <errno.h>
+ #include <ctype.h>
+
++#ifndef va_copy
++#define va_copy(to,fr) ((to)=(fr))
++#endif
++
+ #if vt_threaded
+
+ /* initialization */
+@@ -230,7 +234,9 @@
+ #endif
+
+ #if _hdr_values
++#ifdef HAVE_VALUES_H
+ #include <values.h>
++#endif
+ #if !defined(SF_MAXDOUBLE) && defined(MAXDOUBLE)
+ #define SF_MAXDOUBLE MAXDOUBLE
+ #endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/graphviz/graphviz.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 graphviz.spec
--- openpkg-src/graphviz/graphviz.spec 3 Jan 2003 10:52:19 -0000 1.35
+++ openpkg-src/graphviz/graphviz.spec 18 Feb 2003 14:21:53 -0000 1.36
@@ -32,11 +32,12 @@
Distribution: OpenPKG [BASE]
Group: Graphics
License: GPL
-Version: 1.8.10
-Release: 20021002
+Version: 1.9
+Release: 20030218
# list of sources
Source0:
http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-%{version}.tar.gz
+Patch0: graphviz.patch
# build information
Prefix: %{l_prefix}
@@ -47,15 +48,16 @@
AutoReqProv: no
%description
- Graphviz is a set of graph drawing tools. Graph drawing addresses
- the problem of visualizing structural information by constructing
- geometric representations of abstract graphs and networks.
- Automatic generation of graph drawings has important applications
- in key technologies such as database design, software engineering,
- VLSI and network design and visual interfaces in other domains.
+ Graphviz is a set of graph drawing tools. Graph drawing addresses
+ the problem of visualizing structural information by constructing
+ geometric representations of abstract graphs and networks.
+ Automatic generation of graph drawings has important applications
+ in key technologies such as database design, software engineering,
+ VLSI and network design and visual interfaces in other domains.
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ -70,8 +72,8 @@
--with-pnglibdir=%{l_prefix}/lib \
--with-jpegincludedir=%{l_prefix}/include \
--with-jpeglibdir=%{l_prefix}/lib \
- --without-tcl \
- --without-tk \
+ --without-tclsh \
+ --without-wish \
--without-x \
--disable-shared \
--enable-static
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3345 -r1.3346 news.txt
--- openpkg-web/news.txt 18 Feb 2003 13:48:53 -0000 1.3345
+++ openpkg-web/news.txt 18 Feb 2003 14:21:52 -0000 1.3346
@@ -1,3 +1,4 @@
+18-Feb-2003: Upgraded package: P<graphviz-1.9-20030218>
18-Feb-2003: Upgraded package: P<tomcat-adapter-3.2.4-20030218>
18-Feb-2003: Upgraded package: P<flex-2.5.4a-20030218>
18-Feb-2003: Upgraded package: P<tomcat-3.3.1a-20030218>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]