Revision: 5325 Author: pebender Date: Thu Aug 20 20:43:23 2009 Log: - Updated package utils/coreutils.
http://code.google.com/p/minimyth/source/detail?r=5325 Added: /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 Deleted: /trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-disable_man.patch /trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-perl.patch.gar /trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-sysinfo.patch Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /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.5-disable_man.patch Thu Aug 20 20:43:23 2009 @@ -0,0 +1,24 @@ +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 \ ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-perl.patch.gar Thu Aug 20 20:43:23 2009 @@ -0,0 +1,72 @@ +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; ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.5-sysinfo.patch Thu Aug 20 20:43:23 2009 @@ -0,0 +1,56 @@ +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/files/coreutils-7.4-disable_man.patch Sun May 10 20:45:35 2009 +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur coreutils-7.4-old/Makefile.am coreutils-7.4-new/Makefile.am ---- coreutils-7.4-old/Makefile.am 2009-05-10 20:26:51.000000000 -0700 -+++ coreutils-7.4-new/Makefile.am 2009-05-10 20:27:39.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.4-old/Makefile.in coreutils-7.4-new/Makefile.in ---- coreutils-7.4-old/Makefile.in 2009-05-10 20:26:51.000000000 -0700 -+++ coreutils-7.4-new/Makefile.in 2009-05-10 20:27:39.000000000 -0700 -@@ -936,7 +936,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.4-perl.patch.gar Sun May 10 20:45:35 2009 +++ /dev/null @@ -1,72 +0,0 @@ -diff -Naur coreutils-7.4-old/build-aux/announce-gen coreutils-7.4-new/build-aux/announce-gen ---- coreutils-7.4-old/build-aux/announce-gen 2009-05-03 22:46:33.000000000 -0700 -+++ coreutils-7.4-new/build-aux/announce-gen 2009-05-10 20:26:10.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.4-old/build-aux/cvsu coreutils-7.4-new/build-aux/cvsu ---- coreutils-7.4-old/build-aux/cvsu 2009-04-24 05:41:19.000000000 -0700 -+++ coreutils-7.4-new/build-aux/cvsu 2009-05-10 20:26:10.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.4-old/build-aux/useless-if-before-free coreutils-7.4-new/build-aux/useless-if-before-free ---- coreutils-7.4-old/build-aux/useless-if-before-free 2009-05-03 22:46:33.000000000 -0700 -+++ coreutils-7.4-new/build-aux/useless-if-before-free 2009-05-10 20:26:10.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.4-old/man/help2man coreutils-7.4-new/man/help2man ---- coreutils-7.4-old/man/help2man 2009-03-15 01:12:49.000000000 -0700 -+++ coreutils-7.4-new/man/help2man 2009-05-10 20:26:10.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.4-old/src/dcgen coreutils-7.4-new/src/dcgen ---- coreutils-7.4-old/src/dcgen 2009-02-27 08:36:00.000000000 -0800 -+++ coreutils-7.4-new/src/dcgen 2009-05-10 20:26:10.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 Free Software Foundation, Inc. -diff -Naur coreutils-7.4-old/src/extract-magic coreutils-7.4-new/src/extract-magic ---- coreutils-7.4-old/src/extract-magic 2009-04-24 05:41:19.000000000 -0700 -+++ coreutils-7.4-new/src/extract-magic 2009-05-10 20:26:10.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 Free Software Foundation, Inc. -diff -Naur coreutils-7.4-old/src/wheel-gen.pl coreutils-7.4-new/src/wheel-gen.pl ---- coreutils-7.4-old/src/wheel-gen.pl 2009-04-24 05:41:19.000000000 -0700 -+++ coreutils-7.4-new/src/wheel-gen.pl 2009-05-10 20:26:10.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 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.4-sysinfo.patch Sun May 10 20:45:35 2009 +++ /dev/null @@ -1,56 +0,0 @@ -diff -Naur coreutils-7.4-old/src/uname.c coreutils-7.4-new/src/uname.c ---- coreutils-7.4-old/src/uname.c 2009-05-10 20:25:43.000000000 -0700 -+++ coreutils-7.4-new/src/uname.c 2009-05-10 20:27:07.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/html/minimyth/document-changelog.txt Thu Aug 20 20:42:28 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Aug 20 20:43:23 2009 @@ -39,6 +39,7 @@ Updated system/lirc. Updated system/udev. Updated system/zoneinfo. + Updated utils/coreutils. Updated utils/pciutils. Updated utils/usbutils. Updated xorg-7.4/pixman. ======================================= --- /trunk/gar-minimyth/script/utils/coreutils/Makefile Sun May 10 20:45:35 2009 +++ /trunk/gar-minimyth/script/utils/coreutils/Makefile Thu Aug 20 20:43:23 2009 @@ -1,5 +1,5 @@ GARNAME = coreutils -GARVERSION = 7.4 +GARVERSION = 7.5 CATEGORIES = utils MASTER_SITES = ftp://ftp.gnu.org/gnu/$(GARNAME)/ DISTFILES = $(DISTNAME).tar.gz ======================================= --- /trunk/gar-minimyth/script/utils/coreutils/checksums Sun May 10 20:45:35 2009 +++ /trunk/gar-minimyth/script/utils/coreutils/checksums Thu Aug 20 20:43:23 2009 @@ -1,4 +1,4 @@ -c52f4f64dda9a245c38e74c09fdd86d2 download/coreutils-7.4.tar.gz -40f3f0a4e4ab1fe49a16e6c7b6c2c803 download/coreutils-7.4-perl.patch.gar -287d454105fc852121169d57cbd02a09 download/coreutils-7.4-sysinfo.patch -a1e9a74b71c567cf6284ee194f86c29b download/coreutils-7.4-disable_man.patch +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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
