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-Jul-2003 18:11:15
Branch: HEAD Handle: 2003071817111302
Added files:
openpkg-src/pccts pccts.patch
Modified files:
openpkg-src/pccts pccts.spec
openpkg-web news.txt
Log:
avoid varargs.h
Summary:
Revision Changes Path
1.1 +22 -0 openpkg-src/pccts/pccts.patch
1.9 +5 -3 openpkg-src/pccts/pccts.spec
1.5652 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pccts/pccts.patch
============================================================================
$ cvs diff -u -r0 -r1.1 pccts.patch
--- /dev/null 2003-07-18 18:11:15.000000000 +0200
+++ pccts.patch 2003-07-18 18:11:15.000000000 +0200
@@ -0,0 +1,22 @@
+--- pccts/sorcerer/lib/sorlist.c.dist 2003-07-18 18:04:50.000000000 +0200
++++ pccts/sorcerer/lib/sorlist.c 2003-07-18 18:05:11.000000000 +0200
+@@ -29,6 +29,8 @@
+ #include <stdio.h>
+ #include <setjmp.h>
+
++#include "pcctscfg.h"
++
+ #ifdef PCCTS_USE_STDARG
+ #include <stdarg.h>
+ #else
+--- pccts/sorcerer/lib/sintstack.c.dist 2003-07-18 18:08:17.000000000 +0200
++++ pccts/sorcerer/lib/sintstack.c 2003-07-18 18:08:32.000000000 +0200
+@@ -29,6 +29,8 @@
+ #include <stdio.h>
+ #include <setjmp.h>
+
++#include "pcctscfg.h"
++
+ #ifdef PCCTS_USE_STDARG
+ #include <stdarg.h>
+ #else
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pccts/pccts.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 pccts.spec
--- openpkg-src/pccts/pccts.spec 8 Jul 2003 14:41:30 -0000 1.8
+++ openpkg-src/pccts/pccts.spec 18 Jul 2003 16:11:15 -0000 1.9
@@ -33,17 +33,18 @@
Group: Converter
License: GPL
Version: 1.33mr33
-Release: 20020821
+Release: 20030718
# list of sources
Source0: http://www.polhode.com/pccts133mr.zip
Source1: http://www.antlr.org/papers/pcctsbk.pdf
+Patch0: pccts.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, infozip
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030717, infozip
+PreReq: OpenPKG, openpkg >= 20030717
AutoReq: no
AutoReqProv: no
@@ -55,6 +56,7 @@
%prep
%setup -T -c
%{l_prefix}/bin/unzip -q -x %{SOURCE0}
+ %patch -p0
%build
cd pccts
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5651 -r1.5652 news.txt
--- openpkg-web/news.txt 18 Jul 2003 15:36:36 -0000 1.5651
+++ openpkg-web/news.txt 18 Jul 2003 16:11:13 -0000 1.5652
@@ -1,3 +1,4 @@
+18-Jul-2003: Upgraded package: P<pccts-1.33mr33-20030718>
18-Jul-2003: Upgraded package: P<squid-2.5.3-20030718>
18-Jul-2003: Upgraded package: P<dhcpd-3.0.1rc11-20030718>
18-Jul-2003: Upgraded package: P<bind8-8.4.1-20030718>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]