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 Date: 11-Jan-2003 17:04:32
Branch: HEAD Handle: 2003011116043101
Modified files:
openpkg-src/xv xv.patch xv.spec
openpkg-web news.txt
Log:
Linux hates redeclaration of sys_errlist, too
Summary:
Revision Changes Path
1.3 +1 -1 openpkg-src/xv/xv.patch
1.11 +1 -1 openpkg-src/xv/xv.spec
1.2658 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xv/xv.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 xv.patch
--- openpkg-src/xv/xv.patch 1 Dec 2002 19:51:41 -0000 1.2
+++ openpkg-src/xv/xv.patch 11 Jan 2003 16:04:32 -0000 1.3
@@ -6,7 +6,7 @@
# include <errno.h>
extern int errno; /* SHOULD be in errno.h, but often isn't */
-# ifndef __NetBSD__
-+# if !defined(__NetBSD__) && !defined(__FreeBSD__)
++# if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__linux__)
extern char *sys_errlist[]; /* this too... */
# endif
#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xv/xv.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 xv.spec
--- openpkg-src/xv/xv.spec 3 Jan 2003 10:55:48 -0000 1.10
+++ openpkg-src/xv/xv.spec 11 Jan 2003 16:04:32 -0000 1.11
@@ -33,7 +33,7 @@
Group: XWindow
License: XV
Version: 3.10a
-Release: 20021201
+Release: 20030111
# list of sources
Source0: ftp://ftp.cis.upenn.edu/pub/xv/xv-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2657 -r1.2658 news.txt
--- openpkg-web/news.txt 11 Jan 2003 16:02:05 -0000 1.2657
+++ openpkg-web/news.txt 11 Jan 2003 16:04:31 -0000 1.2658
@@ -1,3 +1,4 @@
+11-Jan-2003: Upgraded package: P<xv-3.10a-20030111>
11-Jan-2003: Upgraded package: P<ocaml-3.06-20030111>
11-Jan-2003: Upgraded package: P<tftp-0.32-20030111>
11-Jan-2003: Upgraded package: P<subversion-0.16.0-20030111>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]