OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 12-Oct-2006 10:46:51 Branch: HEAD Handle: 2006101209464900 Modified files: openpkg-src/ccide ccide.patch ccide.spec Log: fix building under GCC 4.1 world order Summary: Revision Changes Path 1.2 +12 -1 openpkg-src/ccide/ccide.patch 1.9 +1 -1 openpkg-src/ccide/ccide.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ccide/ccide.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 ccide.patch --- openpkg-src/ccide/ccide.patch 29 Sep 2004 07:46:27 -0000 1.1 +++ openpkg-src/ccide/ccide.patch 12 Oct 2006 08:46:49 -0000 1.2 @@ -1,6 +1,6 @@ Index: ccidemain.c --- ccidemain.c.orig 2004-09-28 17:18:35 +0200 -+++ ccidemain.c 2004-09-29 09:43:47 +0200 ++++ ccidemain.c 2006-10-12 10:45:16 +0200 @@ -465,7 +465,9 @@ #endif @@ -12,3 +12,14 @@ } +Index: ccidemain.h +--- ccidemain.h.orig 2004-09-27 18:36:43 +0200 ++++ ccidemain.h 2006-10-12 10:45:49 +0200 +@@ -107,7 +107,6 @@ + extern int uselocaltime; /* 1=local time instead of UTC in timestamp */ + extern int checkequal; /* 0=bypasss checking for '=' in cond stub. */ + extern int changequote; /* 1=issue m4 changequote macro */ +-extern char bufs[4096]; + extern char *M4Comment; /* // for C++ code, else CCIDE_COMMENT() */ + extern char *pComment; /* for C, // for C++, ... */ + extern char *pEcomment; /* for C, // for C++, ... */ @@ . patch -p0 <<'@@ .' Index: openpkg-src/ccide/ccide.spec ============================================================================ $ cvs diff -u -r1.8 -r1.9 ccide.spec --- openpkg-src/ccide/ccide.spec 24 Sep 2006 08:31:11 -0000 1.8 +++ openpkg-src/ccide/ccide.spec 12 Oct 2006 08:46:49 -0000 1.9 @@ -37,7 +37,7 @@ Group: Development License: GPL Version: %{V_major}.%{V_minor} -Release: 20060924 +Release: 20061012 # list of sources Source0: http://switch.dl.sourceforge.net/ccide/ccide-%{V_major}-%{V_minor}.tar.gz @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org