Revision: 5462
Author: pebender
Date: Fri Sep 11 08:46:18 2009
Log: - Updated package utils/coreutils.


http://code.google.com/p/minimyth/source/detail?r=5462

Added:
   
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.6-disable_man.patch
   
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.6-perl.patch.gar
   
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.6-sysinfo.patch
Deleted:
   
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-disable_man.patch
   
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-perl.patch.gar
   
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-sysinfo.patch
Modified:
  /trunk/gar-minimyth/script/utils/coreutils/Makefile
  /trunk/gar-minimyth/script/utils/coreutils/checksums

=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.6-disable_man.patch
         
Fri Sep 11 08:46:18 2009
@@ -0,0 +1,24 @@
+diff -Naur coreutils-7.6-old/Makefile.am coreutils-7.6-new/Makefile.am
+--- coreutils-7.6-old/Makefile.am      2009-09-11 08:43:16.000000000 -0700
++++ coreutils-7.6-new/Makefile.am      2009-09-11 08:44:07.000000000 -0700
+@@ -17,7 +17,7 @@
+
+ ALL_RECURSIVE_TARGETS =
+
+-SUBDIRS = lib src doc man po tests gnulib-tests
++SUBDIRS = lib src doc po tests gnulib-tests
+
+ changelog_etc =                               \
+   ChangeLog-2005                      \
+diff -Naur coreutils-7.6-old/Makefile.in coreutils-7.6-new/Makefile.in
+--- coreutils-7.6-old/Makefile.in      2009-09-11 08:43:16.000000000 -0700
++++ coreutils-7.6-new/Makefile.in      2009-09-11 08:44:07.000000000 -0700
+@@ -1025,7 +1025,7 @@
+
+ # Some tests always need root privileges, others need them only sometimes.
+ ALL_RECURSIVE_TARGETS = install-root check-root distcheck-hook
+-SUBDIRS = lib src doc man po tests gnulib-tests
++SUBDIRS = lib src doc po tests gnulib-tests
+ changelog_etc = \
+   ChangeLog-2005                      \
+   ChangeLog-2006                      \
=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.6-perl.patch.gar   
 
Fri Sep 11 08:46:18 2009
@@ -0,0 +1,72 @@
+diff -Naur coreutils-7.6-old/build-aux/announce-gen  
coreutils-7.6-new/build-aux/announce-gen
+--- coreutils-7.6-old/build-aux/announce-gen   2009-09-10 10:33:40.000000000  
-0700
++++ coreutils-7.6-new/build-aux/announce-gen   2009-09-11 08:42:25.000000000  
-0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
+...@gar_build_destdir@@GAR_build_bindir@/perl -w
+ # Generate a release announcement message.
+
+ my $VERSION = '2009-09-01 06:47'; # UTC
+diff -Naur coreutils-7.6-old/build-aux/cvsu  
coreutils-7.6-new/build-aux/cvsu
+--- coreutils-7.6-old/build-aux/cvsu   2009-09-01 04:01:16.000000000 -0700
++++ coreutils-7.6-new/build-aux/cvsu   2009-09-11 08:42:25.000000000 -0700
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+
+ # cvsu - do a quick check to see what files are out of date.
+ #
+diff -Naur coreutils-7.6-old/build-aux/useless-if-before-free  
coreutils-7.6-new/build-aux/useless-if-before-free
+--- coreutils-7.6-old/build-aux/useless-if-before-free 2009-05-03  
22:46:33.000000000 -0700
++++ coreutils-7.6-new/build-aux/useless-if-before-free 2009-09-11  
08:42:25.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -T
+...@gar_build_destdir@@GAR_build_bindir@ -T
+ # Detect instances of "if (p) free (p);".
+ # Likewise for "if (p != NULL) free (p);".  And with braces.
+ # Also detect "if (NULL != p) free (p);".
+diff -Naur coreutils-7.6-old/man/help2man coreutils-7.6-new/man/help2man
+--- coreutils-7.6-old/man/help2man     2009-09-01 04:01:16.000000000 -0700
++++ coreutils-7.6-new/man/help2man     2009-09-11 08:42:25.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
+...@gar_build_destdir@@GAR_build_bindir@/perl -w
+
+ # Generate a short man page from --help and --version output.
+ # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009
+diff -Naur coreutils-7.6-old/src/dcgen coreutils-7.6-new/src/dcgen
+--- coreutils-7.6-old/src/dcgen        2009-09-01 04:01:16.000000000 -0700
++++ coreutils-7.6-new/src/dcgen        2009-09-11 08:42:25.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
+...@gar_build_destdir@@GAR_build_bindir@/perl -w
+ # dcgen -- convert dircolors.hin to dircolors.h.
+
+ # Copyright (C) 1996, 1998, 2004, 2005, 2006, 2009 Free Software  
Foundation, Inc.
+diff -Naur coreutils-7.6-old/src/extract-magic  
coreutils-7.6-new/src/extract-magic
+--- coreutils-7.6-old/src/extract-magic        2009-09-01 04:01:16.000000000 
-0700
++++ coreutils-7.6-new/src/extract-magic        2009-09-11 08:42:25.000000000 
-0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
+...@gar_build_destdir@@GAR_build_bindir@/perl -w
+ # Derive #define directives from specially formatted `case ...:'  
statements.
+
+ # Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc.
+diff -Naur coreutils-7.6-old/src/wheel-gen.pl  
coreutils-7.6-new/src/wheel-gen.pl
+--- coreutils-7.6-old/src/wheel-gen.pl 2009-09-01 04:01:16.000000000 -0700
++++ coreutils-7.6-new/src/wheel-gen.pl 2009-09-11 08:42:25.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
+...@gar_build_destdir@@GAR_build_bindir@/perl -w
+ # Generate the spokes of a wheel, for wheel factorization.
+
+ # Copyright (C) 2001, 2005, 2009 Free Software Foundation, Inc.
+@@ -16,7 +16,7 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
++eval 'exec @GAR_build_DESTDIR@@GAR_build_bindir@/perl -S $0 ${1+"$@"}'
+   if 0;
+
+ use strict;
=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.6-sysinfo.patch    
 
Fri Sep 11 08:46:18 2009
@@ -0,0 +1,56 @@
+diff -Naur coreutils-7.6-old/src/uname.c coreutils-7.6-new/src/uname.c
+--- coreutils-7.6-old/src/uname.c      2009-09-11 08:42:15.000000000 -0700
++++ coreutils-7.6-new/src/uname.c      2009-09-11 08:43:27.000000000 -0700
+@@ -308,6 +308,28 @@
+         if (0 <= sysinfo (SI_ARCHITECTURE, processor, sizeof processor))
+           element = processor;
+       }
++#else
++      {
++      struct utsname u;
++      uname(&u);
++      element = u.machine;
++#ifdef linux
++      if(!strcmp(element, "i686")) { /* Check for Athlon */
++              char cinfo[1024];
++              FILE *f=fopen("/proc/cpuinfo", "r");
++              if(f) {
++                      while(fgets(cinfo, 1024, f)) {
++                              if(!strncmp(cinfo, "vendor_id", 9)) {
++                                      if(strstr(cinfo, "AuthenticAMD"))
++                                              element="athlon";
++                                      break;
++                              }
++                      }
++                      fclose(f);
++              }
++      }
++#endif
++      }
+ #endif
+ #ifdef UNAME_PROCESSOR
+       if (element == unknown)
+@@ -345,7 +367,7 @@
+
+   if (toprint & PRINT_HARDWARE_PLATFORM)
+     {
+-      char const *element = unknown;
++      char *element = unknown;
+ #if HAVE_SYSINFO && defined SI_PLATFORM
+       {
+         static char hardware_platform[257];
+@@ -353,6 +375,14 @@
+                           hardware_platform, sizeof hardware_platform))
+           element = hardware_platform;
+       }
++#else
++      {
++      struct utsname u;
++      uname(&u);
++      element = u.machine;
++      if(strlen(element)==4 && element[0]=='i' && element[2]=='8' &&  
element[3]=='6')
++              element[1]='3';
++      }
+ #endif
+ #ifdef UNAME_HARDWARE_PLATFORM
+       if (element == unknown)
=======================================
---  
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-disable_man.patch
         
Thu Aug 20 20:43:23 2009
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur coreutils-7.5-old/Makefile.am coreutils-7.5-new/Makefile.am
---- coreutils-7.5-old/Makefile.am      2009-08-20 20:01:09.000000000 -0700
-+++ coreutils-7.5-new/Makefile.am      2009-08-20 20:01:58.000000000 -0700
-@@ -17,7 +17,7 @@
-
- ALL_RECURSIVE_TARGETS =
-
--SUBDIRS = lib src doc man po tests gnulib-tests
-+SUBDIRS = lib src doc po tests gnulib-tests
-
- changelog_etc =                               \
-   ChangeLog-2005                      \
-diff -Naur coreutils-7.5-old/Makefile.in coreutils-7.5-new/Makefile.in
---- coreutils-7.5-old/Makefile.in      2009-08-20 20:01:09.000000000 -0700
-+++ coreutils-7.5-new/Makefile.in      2009-08-20 20:01:58.000000000 -0700
-@@ -982,7 +982,7 @@
-
- # Some tests always need root privileges, others need them only sometimes.
- ALL_RECURSIVE_TARGETS = install-root check-root distcheck-hook
--SUBDIRS = lib src doc man po tests gnulib-tests
-+SUBDIRS = lib src doc po tests gnulib-tests
- changelog_etc = \
-   ChangeLog-2005                      \
-   ChangeLog-2006                      \
=======================================
---  
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-perl.patch.gar   
 
Thu Aug 20 20:43:23 2009
+++ /dev/null
@@ -1,72 +0,0 @@
-diff -Naur coreutils-7.5-old/build-aux/announce-gen  
coreutils-7.5-new/build-aux/announce-gen
---- coreutils-7.5-old/build-aux/announce-gen   2009-05-03 22:46:33.000000000  
-0700
-+++ coreutils-7.5-new/build-aux/announce-gen   2009-08-20 19:58:17.000000000  
-0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-...@gar_build_destdir@@GAR_build_bindir@/perl -w
- # Generate a release announcement message.
-
- my $VERSION = '2009-03-05 09:52'; # UTC
-diff -Naur coreutils-7.5-old/build-aux/cvsu  
coreutils-7.5-new/build-aux/cvsu
---- coreutils-7.5-old/build-aux/cvsu   2009-08-15 08:25:32.000000000 -0700
-+++ coreutils-7.5-new/build-aux/cvsu   2009-08-20 19:58:17.000000000 -0700
-@@ -1,4 +1,4 @@
--#! /usr/bin/perl -w
-+#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
-
- # cvsu - do a quick check to see what files are out of date.
- #
-diff -Naur coreutils-7.5-old/build-aux/useless-if-before-free  
coreutils-7.5-new/build-aux/useless-if-before-free
---- coreutils-7.5-old/build-aux/useless-if-before-free 2009-05-03  
22:46:33.000000000 -0700
-+++ coreutils-7.5-new/build-aux/useless-if-before-free 2009-08-20  
19:58:17.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -T
-...@gar_build_destdir@@GAR_build_bindir@ -T
- # Detect instances of "if (p) free (p);".
- # Likewise for "if (p != NULL) free (p);".  And with braces.
- # Also detect "if (NULL != p) free (p);".
-diff -Naur coreutils-7.5-old/man/help2man coreutils-7.5-new/man/help2man
---- coreutils-7.5-old/man/help2man     2009-08-15 08:25:32.000000000 -0700
-+++ coreutils-7.5-new/man/help2man     2009-08-20 19:58:17.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-...@gar_build_destdir@@GAR_build_bindir@/perl -w
-
- # Generate a short man page from --help and --version output.
- # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009
-diff -Naur coreutils-7.5-old/src/dcgen coreutils-7.5-new/src/dcgen
---- coreutils-7.5-old/src/dcgen        2009-08-15 08:25:32.000000000 -0700
-+++ coreutils-7.5-new/src/dcgen        2009-08-20 19:58:17.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-...@gar_build_destdir@@GAR_build_bindir@/perl -w
- # dcgen -- convert dircolors.hin to dircolors.h.
-
- # Copyright (C) 1996, 1998, 2004, 2005, 2006, 2009 Free Software  
Foundation, Inc.
-diff -Naur coreutils-7.5-old/src/extract-magic  
coreutils-7.5-new/src/extract-magic
---- coreutils-7.5-old/src/extract-magic        2009-08-15 08:25:32.000000000 
-0700
-+++ coreutils-7.5-new/src/extract-magic        2009-08-20 19:58:17.000000000 
-0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-...@gar_build_destdir@@GAR_build_bindir@/perl -w
- # Derive #define directives from specially formatted `case ...:'  
statements.
-
- # Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc.
-diff -Naur coreutils-7.5-old/src/wheel-gen.pl  
coreutils-7.5-new/src/wheel-gen.pl
---- coreutils-7.5-old/src/wheel-gen.pl 2009-08-15 08:25:32.000000000 -0700
-+++ coreutils-7.5-new/src/wheel-gen.pl 2009-08-20 19:58:17.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl -w
-...@gar_build_destdir@@GAR_build_bindir@/perl -w
- # Generate the spokes of a wheel, for wheel factorization.
-
- # Copyright (C) 2001, 2005, 2009 Free Software Foundation, Inc.
-@@ -16,7 +16,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
--eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
-+eval 'exec @GAR_build_DESTDIR@@GAR_build_bindir@/perl -S $0 ${1+"$@"}'
-   if 0;
-
- use strict;
=======================================
---  
/trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-sysinfo.patch    
 
Thu Aug 20 20:43:23 2009
+++ /dev/null
@@ -1,56 +0,0 @@
-diff -Naur coreutils-7.5-old/src/uname.c coreutils-7.5-new/src/uname.c
---- coreutils-7.5-old/src/uname.c      2009-08-20 19:58:04.000000000 -0700
-+++ coreutils-7.5-new/src/uname.c      2009-08-20 20:01:26.000000000 -0700
-@@ -308,6 +308,28 @@
-       if (0 <= sysinfo (SI_ARCHITECTURE, processor, sizeof processor))
-         element = processor;
-       }
-+#else
-+      {
-+      struct utsname u;
-+      uname(&u);
-+      element = u.machine;
-+#ifdef linux
-+      if(!strcmp(element, "i686")) { /* Check for Athlon */
-+              char cinfo[1024];
-+              FILE *f=fopen("/proc/cpuinfo", "r");
-+              if(f) {
-+                      while(fgets(cinfo, 1024, f)) {
-+                              if(!strncmp(cinfo, "vendor_id", 9)) {
-+                                      if(strstr(cinfo, "AuthenticAMD"))
-+                                              element="athlon";
-+                                      break;
-+                              }
-+                      }
-+                      fclose(f);
-+              }
-+      }
-+#endif
-+      }
- #endif
- #ifdef UNAME_PROCESSOR
-       if (element == unknown)
-@@ -345,7 +367,7 @@
-
-   if (toprint & PRINT_HARDWARE_PLATFORM)
-     {
--      char const *element = unknown;
-+      char *element = unknown;
- #if HAVE_SYSINFO && defined SI_PLATFORM
-       {
-       static char hardware_platform[257];
-@@ -353,6 +375,14 @@
-                         hardware_platform, sizeof hardware_platform))
-         element = hardware_platform;
-       }
-+#else
-+      {
-+      struct utsname u;
-+      uname(&u);
-+      element = u.machine;
-+      if(strlen(element)==4 && element[0]=='i' && element[2]=='8' &&  
element[3]=='6')
-+              element[1]='3';
-+      }
- #endif
- #ifdef UNAME_HARDWARE_PLATFORM
-       if (element == unknown)
=======================================
--- /trunk/gar-minimyth/script/utils/coreutils/Makefile Thu Aug 20 20:43:23  
2009
+++ /trunk/gar-minimyth/script/utils/coreutils/Makefile Fri Sep 11 08:46:18  
2009
@@ -1,5 +1,5 @@
  GARNAME = coreutils
-GARVERSION = 7.5
+GARVERSION = 7.6
  CATEGORIES = utils
  MASTER_SITES = ftp://ftp.gnu.org/gnu/$(GARNAME)/
  DISTFILES = $(DISTNAME).tar.gz
=======================================
--- /trunk/gar-minimyth/script/utils/coreutils/checksums        Thu Aug 20  
20:43:23 2009
+++ /trunk/gar-minimyth/script/utils/coreutils/checksums        Fri Sep 11  
08:46:18 2009
@@ -1,4 +1,4 @@
-775351410b7d6879767c3e4563354dc6  download/coreutils-7.5.tar.gz
-f95c20d6640d26d82573a4aba2b64bbb  download/coreutils-7.5-perl.patch.gar
-c9ed19861f279539c0c2f15c8ef2fdf6  download/coreutils-7.5-sysinfo.patch
-19c3b2c4c665e93cf24b08a8edb68ad0  download/coreutils-7.5-disable_man.patch
+3d82f979229365f880da750642e67cf3  download/coreutils-7.6.tar.gz
+93556b6f8c18c26717afde06872cfd90  download/coreutils-7.6-perl.patch.gar
+493c762acfc9c308875576ece82689ae  download/coreutils-7.6-sysinfo.patch
+0b9cca9a30f1d1d82601f949cb615973  download/coreutils-7.6-disable_man.patch

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to