OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Aug-2003 10:01:09
Branch: HEAD Handle: 2003081809010503
Modified files:
openpkg-src/mapson mapson.patch mapson.spec
openpkg-web news.txt
Log:
avoid prototype clashes
Summary:
Revision Changes Path
1.2 +9 -3 openpkg-src/mapson/mapson.patch
1.20 +1 -1 openpkg-src/mapson/mapson.spec
1.6208 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mapson/mapson.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 mapson.patch
--- openpkg-src/mapson/mapson.patch 8 Feb 2002 15:51:28 -0000 1.1
+++ openpkg-src/mapson/mapson.patch 18 Aug 2003 08:01:08 -0000 1.2
@@ -1,6 +1,6 @@
---- libgetopt/getopt.h.orig Fri Feb 8 16:40:49 2002
-+++ libgetopt/getopt.h Fri Feb 8 16:41:15 2002
-@@ -138,7 +138,7 @@
+--- libgetopt/getopt.h.dist 2003-08-18 09:53:19.000000000 +0200
++++ libgetopt/getopt.h 2003-08-18 09:53:46.000000000 +0200
+@@ -138,13 +138,11 @@
`getopt'. */
#if (defined __STDC__ && __STDC__) || defined __cplusplus
@@ -9,3 +9,9 @@
/* Many other libraries have conflicting prototypes for getopt, with
differences in the consts, in stdlib.h. To avoid compilation
errors, only prototype getopt for the GNU C library. */
+ extern int getopt (int __argc, char *const *__argv, const char *__shortopts);
+-# else /* not __GNU_LIBRARY__ */
+-extern int getopt ();
+ # endif /* __GNU_LIBRARY__ */
+
+ # ifndef __need_getopt
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mapson/mapson.spec
============================================================================
$ cvs diff -u -r1.19 -r1.20 mapson.spec
--- openpkg-src/mapson/mapson.spec 8 Jul 2003 14:40:51 -0000 1.19
+++ openpkg-src/mapson/mapson.spec 18 Aug 2003 08:01:08 -0000 1.20
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.4
-Release: 20030628
+Release: 20030818
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/mapson/mapson-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6207 -r1.6208 news.txt
--- openpkg-web/news.txt 18 Aug 2003 07:44:13 -0000 1.6207
+++ openpkg-web/news.txt 18 Aug 2003 08:01:05 -0000 1.6208
@@ -1,3 +1,4 @@
+18-Aug-2003: Upgraded package: P<mapson-2.4-20030818>
18-Aug-2003: Upgraded package: P<bind-9.2.2-20030818>
18-Aug-2003: Upgraded package: P<ghostscript-8.11-20030818>
18-Aug-2003: Upgraded package: P<cvsd-0.9.20-20030818>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]