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: 10-Dec-2007 21:42:41
Branch: HEAD Handle: 2007121020424000
Added files:
openpkg-src/sccs sccs.patch
Modified files:
openpkg-src/sccs sccs.spec
Log:
add patch to CVS
Summary:
Revision Changes Path
1.1 +34 -0 openpkg-src/sccs/sccs.patch
1.6 +1 -1 openpkg-src/sccs/sccs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sccs/sccs.patch
============================================================================
$ cvs diff -u -r0 -r1.1 sccs.patch
--- /dev/null 2007-12-10 21:42:29 +0100
+++ sccs.patch 2007-12-10 21:42:40 +0100
@@ -0,0 +1,34 @@
+Index: make/mksh/dosys.cc
+--- make/mksh/dosys.cc.orig 2007-03-07 01:12:07 +0100
++++ make/mksh/dosys.cc 2007-06-07 10:14:43 +0200
+@@ -104,6 +104,8 @@
+ * Static variables
+ */
+
++extern char **environ;
++
+ /*
+ * File table of contents
+ */
+Index: make/src/main.cc
+--- make/src/main.cc.orig 2007-03-07 01:14:43 +0100
++++ make/src/main.cc 2007-06-07 10:15:17 +0200
+@@ -217,6 +217,7 @@
+ const char *progname;
+
+ extern int POSIX;
++extern char **environ;
+
+ /*
+ * main(argc, argv)
+Index: sccs/src/vc.c
+--- sccs/src/vc.c.orig 2007-03-25 15:11:04 +0200
++++ sccs/src/vc.c 2007-06-07 10:13:06 +0200
+@@ -38,6 +38,7 @@
+ /* from OpenSolaris "sccs:cmd/vc.c" */
+ # include <defines.h>
+ # include <locale.h>
++# include <limits.h>
+
+
+ static int SYMSIZE;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sccs/sccs.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 sccs.spec
--- openpkg-src/sccs/sccs.spec 7 Jun 2007 08:39:56 -0000 1.5
+++ openpkg-src/sccs/sccs.spec 10 Dec 2007 20:42:40 -0000 1.6
@@ -37,7 +37,7 @@
Group: SCM
License: BSD/CDDL & GPL
Version: %{V_sccs}
-Release: 20070607
+Release: 20071210
# list of sources
Source0:
http://switch.dl.sourceforge.net/heirloom/heirloom-devtools-%{V_sccs}.tar.bz2
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]