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: 01-Apr-2006 20:25:46
Branch: HEAD Handle: 2006040119254600
Modified files:
openpkg-src/make make.patch make.spec
Log:
upgrading package: make 3.80 -> 3.81
Summary:
Revision Changes Path
1.2 +8 -28 openpkg-src/make/make.patch
1.37 +2 -2 openpkg-src/make/make.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/make/make.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 make.patch
--- openpkg-src/make/make.patch 9 Jan 2003 14:02:57 -0000 1.1
+++ openpkg-src/make/make.patch 1 Apr 2006 18:25:46 -0000 1.2
@@ -1,6 +1,7 @@
---- glob/glob.c.orig Wed Sep 25 03:11:43 2002
-+++ glob/glob.c Wed Sep 25 03:15:32 2002
-@@ -215,13 +215,13 @@
+Index: glob/glob.c
+--- glob/glob.c.orig 2006-03-10 03:20:45 +0100
++++ glob/glob.c 2006-04-01 19:09:18 +0200
+@@ -216,13 +216,13 @@
# ifdef HAVE_ALLOCA_H
# include <alloca.h>
# else /* Not HAVE_ALLOCA_H. */
@@ -16,30 +17,10 @@
# endif /* sparc or HAVE_ALLOCA_H. */
# endif /* GCC. */
-
---- glob/glob.h.orig Sat Jan 22 00:43:03 2000
-+++ glob/glob.h Fri Aug 23 02:37:03 2002
-@@ -47,6 +47,9 @@
-
- /* We need `size_t' for the following definitions. */
- #ifndef __size_t
-+#if defined __FreeBSD__
-+#define __size_t size_t
-+#else
- # if defined __GNUC__ && __GNUC__ >= 2
- typedef __SIZE_TYPE__ __size_t;
- # else
-@@ -59,6 +62,7 @@
- */
- #if !(defined __DECC && defined __SIZE_T)
- typedef unsigned long int __size_t;
-+#endif
- #endif
- # endif
- #else
---- make.h.orig Wed Sep 11 18:55:44 2002
-+++ make.h Mon Oct 21 22:05:11 2002
-@@ -33,7 +33,7 @@
+Index: make.h
+--- make.h.orig 2006-02-16 00:54:43 +0100
++++ make.h 2006-04-01 19:09:18 +0200
+@@ -31,7 +31,7 @@
# ifdef _AIX
#pragma alloca
# else
@@ -48,4 +29,3 @@
char *alloca ();
# endif
# endif
-
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/make/make.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 make.spec
--- openpkg-src/make/make.spec 1 Jan 2006 13:16:31 -0000 1.36
+++ openpkg-src/make/make.spec 1 Apr 2006 18:25:46 -0000 1.37
@@ -32,8 +32,8 @@
Class: CORE
Group: Development
License: GPL
-Version: 3.80
-Release: 20050726
+Version: 3.81
+Release: 20060401
# list of sources
Source0: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]