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-Sep-2005 19:35:09
Branch: HEAD Handle: 2005091218350800
Modified files:
openpkg-src/ncc ncc.patch ncc.spec
Log:
upgrading package: ncc 2.1 -> 2.2
Summary:
Revision Changes Path
1.3 +5 -24 openpkg-src/ncc/ncc.patch
1.15 +2 -4 openpkg-src/ncc/ncc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ncc/ncc.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 ncc.patch
--- openpkg-src/ncc/ncc.patch 21 Dec 2004 11:06:39 -0000 1.2
+++ openpkg-src/ncc/ncc.patch 12 Sep 2005 17:35:08 -0000 1.3
@@ -1,13 +1,6 @@
---- main.C Wed Jan 8 04:55:59 2003
-+++ main.C Sun Mar 2 12:11:09 2003
-@@ -1,3 +1,4 @@
-+#include <sys/types.h>
- #include <sys/mman.h>
- #include <sys/stat.h>
- #include <fcntl.h>
Index: config.h
---- config.h.orig 2004-12-10 21:24:06 +0100
-+++ config.h 2004-12-21 11:38:30 +0100
+--- config.h.orig 2005-09-12 16:01:46 +0200
++++ config.h 2005-09-12 19:33:52 +0200
@@ -1,11 +1,7 @@
#ifdef __GCC__
#define alloca __builtin_alloca
@@ -19,10 +12,10 @@
-#endif
#endif
- #define NCC_VERSION "2.1"
+ #define NCC_VERSION "2.2"
Index: dbstree.C
---- dbstree.C.orig 2004-12-21 11:40:06 +0100
-+++ dbstree.C 2004-12-21 11:48:36 +0100
+--- dbstree.C.orig 2004-12-01 04:54:40 +0100
++++ dbstree.C 2005-09-12 19:33:52 +0200
@@ -14,6 +14,7 @@
#include <stdio.h>
#include <assert.h>
@@ -31,15 +24,3 @@
#include "dbstree.h"
//***************************************************************
-Index: preproc.C
---- preproc.C.orig 2004-12-21 12:04:00 +0100
-+++ preproc.C 2004-12-21 12:04:44 +0100
-@@ -1,7 +1,7 @@
-+#include <sys/types.h>
- #include <sys/mman.h>
- #include <sys/stat.h>
- #include <fcntl.h>
--#include <sys/types.h>
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ncc/ncc.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 ncc.spec
--- openpkg-src/ncc/ncc.spec 24 Mar 2005 11:19:37 -0000 1.14
+++ openpkg-src/ncc/ncc.spec 12 Sep 2005 17:35:08 -0000 1.15
@@ -32,8 +32,8 @@
Class: EVAL
Group: Language
License: GPL
-Version: 2.1
-Release: 20041221
+Version: 2.2
+Release: 20050912
# list of sources
Source0:
http://students.ceid.upatras.gr/~sxanth/ncc/ncc-%{version}.tar.gz
@@ -62,8 +62,6 @@
%prep
%setup -q
%patch -p0
- rm -f ncc
- touch *
%{l_shtool} subst \
-e 's;/usr/include/nognu;%{l_prefix}/share/ncc/nognu;' \
config.h
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]