Author: pebender
Date: Sun May 10 20:45:35 2009
New Revision: 4741

Added:
    trunk/gar-minimyth/script/lib/libftdi/files/libftdi-0.16.patch.gar
    trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.36.patch.gar
    trunk/gar-minimyth/script/lib/nss/files/nss-3.12.3-cross.patch
    trunk/gar-minimyth/script/lib/nss/files/nss-3.12.3.patch.gar
     
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
Removed:
    trunk/gar-minimyth/script/lib/libftdi/files/libftdi-0.15.patch.gar
    trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.35.patch.gar
    trunk/gar-minimyth/script/lib/nss/files/nss-3.12-cross.patch
    trunk/gar-minimyth/script/lib/nss/files/nss-3.12.patch.gar
     
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.3-disable_man.patch
     
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.3-perl.patch.gar
     
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.3-sysinfo.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/lib/bluez/Makefile
    trunk/gar-minimyth/script/lib/bluez/checksums
    trunk/gar-minimyth/script/lib/libftdi/Makefile
    trunk/gar-minimyth/script/lib/libftdi/checksums
    trunk/gar-minimyth/script/lib/libpng/Makefile
    trunk/gar-minimyth/script/lib/libpng/checksums
    trunk/gar-minimyth/script/lib/libpng/files/config.cache.i386
    trunk/gar-minimyth/script/lib/libpng/files/config.cache.x86_64
    trunk/gar-minimyth/script/lib/nss/Makefile
    trunk/gar-minimyth/script/lib/nss/checksums
    trunk/gar-minimyth/script/utils/coreutils/Makefile
    trunk/gar-minimyth/script/utils/coreutils/checksums
    trunk/gar-minimyth/script/utils/usbutils/Makefile
    trunk/gar-minimyth/script/utils/usbutils/checksums

Log:
- Udated packages lib/bluez, lib/libftdi, lib/libpng, lib/nss,  
utils/coreutils and utils/usbutils.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Sun May 10  
20:45:35 2009
@@ -105,6 +105,9 @@
      Updated lib/ffmpeg.
      Updated lib/libdvdnav.
      Updated lib/libdvdread.
+    Updated lib/libftdi.
+    Updated lib/libpng.
+    Updated lib/nss.
      Updated mediaplayers/mplayer-svn.
      Updated mediaplayers/xine-lib.
      Updated net/mount.cifs.

Modified: trunk/gar-minimyth/script/lib/bluez/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/bluez/Makefile        (original)
+++ trunk/gar-minimyth/script/lib/bluez/Makefile        Sun May 10 20:45:35 2009
@@ -1,5 +1,5 @@
  GARNAME = bluez
-GARVERSION = 4.38
+GARVERSION = 4.39
  CATEGORIES = lib
  MASTER_SITES = http://www.kernel.org/pub/linux/bluetooth/
  DISTFILES = $(DISTNAME).tar.gz

Modified: trunk/gar-minimyth/script/lib/bluez/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/bluez/checksums       (original)
+++ trunk/gar-minimyth/script/lib/bluez/checksums       Sun May 10 20:45:35 2009
@@ -1 +1 @@
-80eae83a64c634390b7e88a1ea12048f  download/bluez-4.38.tar.gz
+ba06291b737077332e914d6d653501c6  download/bluez-4.39.tar.gz

Modified: trunk/gar-minimyth/script/lib/libftdi/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libftdi/Makefile      (original)
+++ trunk/gar-minimyth/script/lib/libftdi/Makefile      Sun May 10 20:45:35 2009
@@ -1,5 +1,5 @@
  GARNAME = libftdi
-GARVERSION = 0.15
+GARVERSION = 0.16
  CATEGORIES = lib
  MASTER_SITES = http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/
  DISTFILES = $(DISTNAME).tar.gz
@@ -20,9 +20,9 @@
        --enable-shared \
        --disable-static \
        --disable-libftdipp \
+       --disable-python-bindings \
        --with-gnu-ld \
-       --with-boost="$(DESTDIR)$(prefix)" \
-       --with-boost-libdir="$(DESTDIR)$(libdir)"
+       --without-boost

  CONFIGURE_ENV = \
        ac_cv_path_HAVELIBUSB=$(DESTDIR)$(bindir)/libusb-config

Modified: trunk/gar-minimyth/script/lib/libftdi/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/libftdi/checksums     (original)
+++ trunk/gar-minimyth/script/lib/libftdi/checksums     Sun May 10 20:45:35 2009
@@ -1,2 +1,2 @@
-d585c9758cb7085a4448c7c4ece07d8e  download/libftdi-0.15.tar.gz
-000357c242a42f41fc081f3b492f5563  download/libftdi-0.15.patch.gar
+524af6f39aefa1a4e8fac12c6be0ed06  download/libftdi-0.16.tar.gz
+8e8b8a870c89748560240cbd9861d6b7  download/libftdi-0.16.patch.gar

Added: trunk/gar-minimyth/script/lib/libftdi/files/libftdi-0.16.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/libftdi/files/libftdi-0.16.patch.gar  Sun  
May 10 20:45:35 2009
@@ -0,0 +1,21 @@
+diff -Naur libftdi-0.16-old/libftdi-config.in  
libftdi-0.16-new/libftdi-config.in
+--- libftdi-0.16-old/libftdi-config.in 2009-02-06 07:40:10.000000000 -0800
++++ libftdi-0.16-new/libftdi-config.in 2009-05-10 19:40:25.000000000 -0700
+@@ -50,8 +50,8 @@
+       exit 0
+       ;;
+     --cflags)
+-      if test "@includedir@" != /usr/include ; then
+-        includes="-...@includedir@"
++      if test "@GAR_DESTDIR@@includedir@" !=  
@GAR_DESTDIR@@GAR_includedir@ ; then
++        includes="-...@gar_destdir@@includedir@"
+       fi
+       echo_cflags=yes
+       ;;
+@@ -75,5 +75,5 @@
+       echo $includes
+ fi
+ if test "$echo_libs" = "yes"; then
+-      echo -...@libdir@ -lftdi @LIBS@
++      echo -...@gar_destdir@@libdir@ -lftdi @LIBS@
+ fi

Modified: trunk/gar-minimyth/script/lib/libpng/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/Makefile       (original)
+++ trunk/gar-minimyth/script/lib/libpng/Makefile       Sun May 10 20:45:35 2009
@@ -1,5 +1,5 @@
  GARNAME = libpng
-GARVERSION = 1.2.35
+GARVERSION = 1.2.36
  CATEGORIES = lib
  MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
  DISTFILES = $(DISTNAME).tar.bz2 config.cache.$(GARCH_FAMILY)

Modified: trunk/gar-minimyth/script/lib/libpng/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/checksums      (original)
+++ trunk/gar-minimyth/script/lib/libpng/checksums      Sun May 10 20:45:35 2009
@@ -1,4 +1,4 @@
-b8b8d09adf6bee2c5902c8e54c4f2e68  download/libpng-1.2.35.tar.bz2
-b12711d61f9c839c995fe1bc1d7dc3b5  download/libpng-1.2.35.patch.gar
-ad8b4e63457c11ecebd9e07e0495e2e6  download/config.cache.i386
-ad8b4e63457c11ecebd9e07e0495e2e6  download/config.cache.x86_64
+325d67a8dd4a1f672d395c339fddd75c  download/libpng-1.2.36.tar.bz2
+3f10c9fe0ad25009293b347a4157e73b  download/libpng-1.2.36.patch.gar
+48428884d61b270b17e314363f8fdbff  download/config.cache.i386
+48428884d61b270b17e314363f8fdbff  download/config.cache.x86_64

Modified: trunk/gar-minimyth/script/lib/libpng/files/config.cache.i386
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/files/config.cache.i386        
(original)
+++ trunk/gar-minimyth/script/lib/libpng/files/config.cache.i386        Sun May 
10  
20:45:35 2009
@@ -1,2 +1 @@
-ac_cv_func_malloc_0_nonnull=yes
  ac_cv_func_strtod=yes

Modified: trunk/gar-minimyth/script/lib/libpng/files/config.cache.x86_64
==============================================================================
--- trunk/gar-minimyth/script/lib/libpng/files/config.cache.x86_64       
(original)
+++ trunk/gar-minimyth/script/lib/libpng/files/config.cache.x86_64      Sun May 
 
10 20:45:35 2009
@@ -1,2 +1 @@
-ac_cv_func_malloc_0_nonnull=yes
  ac_cv_func_strtod=yes

Added: trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.36.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/libpng/files/libpng-1.2.36.patch.gar  Sun  
May 10 20:45:35 2009
@@ -0,0 +1,21 @@
+diff -Naur libpng-1.2.36-old/scripts/libpng-config.in  
libpng-1.2.36-new/scripts/libpng-config.in
+--- libpng-1.2.36-old/scripts/libpng-config.in 2008-05-29  
10:37:58.000000000 -0700
++++ libpng-1.2.36-new/scripts/libpng-config.in 2009-05-10  
19:50:32.000000000 -0700
+@@ -9,14 +9,15 @@
+ # Modeled after libxml-config.
+
+ version="@PNGLIB_VERSION@"
++destd...@gar_destdir@
+ prefix="@prefix@"
+ exec_prefix="@exec_prefix@"
+ libdir="@libdir@"
+ includedir="@includedir@/lib...@pnglib_major@@PNGLIB_MINOR@"
+ libs="-l...@pnglib_major@@PNGLIB_MINOR@"
+ all_libs="-l...@pnglib_major@@PNGLIB_MINOR@ @LIBS@"
+-I_opts="-I${includedir}"
+-L_opts="-L${libdir}"
++I_opts="-I$DESTDIR${includedir}"
++L_opts="-L$DESTDIR${libdir}"
+ R_opts=""
+ cppflags=""
+ ccopts="@LIBPNG_NO_MMX@"

Modified: trunk/gar-minimyth/script/lib/nss/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/nss/Makefile  (original)
+++ trunk/gar-minimyth/script/lib/nss/Makefile  Sun May 10 20:45:35 2009
@@ -1,8 +1,8 @@
  GARNAME = nss
-GARVERSION = 3.12
+GARVERSION = 3.12.3
  CATEGORIES = lib
-MASTER_SITES =  
http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_RTM/src/
-DISTFILES = $(DISTNAME).tar.gz
+MASTER_SITES =  
http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_3_RTM/src/
+DISTFILES = $(DISTNAME).tar.bz2
  PATCHFILES  = $(DISTNAME).patch.gar
  ifneq ($(DESTIMG),build)
  PATCHFILES += $(DISTNAME)-cross.patch
@@ -30,7 +30,7 @@
        OS_ARCH="Linux" \
        OS_TEST="$(GARCH_FAMILY)" \
        CPU_ARCH="$(GARCH_FAMILY)" \
-       USE_64="$(if $(filter x86_64,$(GARCH_FAMILY)),1,0)" \
+       $(if $(filter x86_64,$(GARCH_FAMILY)),USE_64="1") \
        NATIVE_CC="$(build_CC)" \
        NATIVE_FLAGS="$(build_CFLAGS)" \
        BUILD_OPT="1" \

Modified: trunk/gar-minimyth/script/lib/nss/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/nss/checksums (original)
+++ trunk/gar-minimyth/script/lib/nss/checksums Sun May 10 20:45:35 2009
@@ -1,3 +1,3 @@
-917f4e05f3982bd7fceaede197f0e1d4  download/nss-3.12.tar.gz
-f570c6ce0134f4cc0ef4250090ef3ade  download/nss-3.12.patch.gar
-cbc835ed642ec892bd409a3a5c48e46d  download/nss-3.12-cross.patch
+ecb7079ba4ebcf29b7716775384f1f18  download/nss-3.12.3.tar.bz2
+f102eeca05b5ffb2eddb04ef5c1622bf  download/nss-3.12.3.patch.gar
+a860bb85395346b62c615ef437962b48  download/nss-3.12.3-cross.patch

Added: trunk/gar-minimyth/script/lib/nss/files/nss-3.12.3-cross.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/nss/files/nss-3.12.3-cross.patch      Sun May 
 
10 20:45:35 2009
@@ -0,0 +1,35 @@
+diff -Naur nss-3.12.3-old/mozilla/security/nss/cmd/shlibsign/sign.sh  
nss-3.12.3-new/mozilla/security/nss/cmd/shlibsign/sign.sh
+--- nss-3.12.3-old/mozilla/security/nss/cmd/shlibsign/sign.sh  2009-05-10  
19:59:20.000000000 -0700
++++ nss-3.12.3-new/mozilla/security/nss/cmd/shlibsign/sign.sh  2009-05-10  
19:59:59.000000000 -0700
+@@ -18,8 +18,8 @@
+         PATH=${ARG1}/lib:${ARG1}/bin:${ARG4}:${PATH}
+     fi
+     export PATH
+-    echo ${2}/shlibsign -v -i ${5}
+-    ${2}/shlibsign -v -i ${5}
++    echo nss-shlibsign -v -i ${5}
++    nss-shlibsign -v -i ${5}
+     ;;
+ OpenVMS)
+     temp="tmp$$.tmp"
+@@ -31,8 +31,8 @@
+     echo '$ define/job getipnodebyname xxx' >> $temp2
+     echo '$ define/job vms_null_dl_name sys$share:decc$shr' >> $temp2
+     dcl @$temp2
+-    echo ${2}/shlibsign -v -i ${5}
+-    ${2}/shlibsign -v -i ${5}
++    echo nss-shlibsign -v -i ${5}
++    nss-shlibsign -v -i ${5}
+     sed -e "s/\([^\.]*\)\.so/\$ deass\/job \1/" $temp > $temp2
+     echo '$ deass/job getipnodebyname' >> $temp2
+     echo '$ deass/job vms_null_dl_name' >> $temp2
+@@ -52,7 +52,7 @@
+     export LIBRARY_PATH
+     ADDON_PATH=${1}/lib:${4}:$ADDON_PATH
+     export ADDON_PATH
+-    echo ${2}/shlibsign -v -i ${5}
+-    ${2}/shlibsign -v -i ${5}
++    echo nss-shlibsign -v -i ${5}
++    nss-shlibsign -v -i ${5}
+     ;;
+ esac

Added: trunk/gar-minimyth/script/lib/nss/files/nss-3.12.3.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/nss/files/nss-3.12.3.patch.gar        Sun May 
10  
20:45:35 2009
@@ -0,0 +1,31 @@
+diff -Naur nss-3.12.3-old/mozilla/security/coreconf/Linux.mk  
nss-3.12.3-new/mozilla/security/coreconf/Linux.mk
+--- nss-3.12.3-old/mozilla/security/coreconf/Linux.mk  2008-09-05  
16:17:23.000000000 -0700
++++ nss-3.12.3-new/mozilla/security/coreconf/Linux.mk  2009-05-10  
19:59:27.000000000 -0700
+@@ -46,11 +46,11 @@
+       IMPL_STRATEGY = _PTH
+ endif
+
+-CC                    = gcc
+-CCC                   = g++
+-RANLIB                        = ranlib
++CC                    = @GAR_CC@
++CCC                   = @GAR_CXX@
++RANLIB                        = @GAR_RANLIB@
+
+-DEFAULT_COMPILER = gcc
++DEFAULT_COMPILER = @GAR_CC@
+
+ ifeq ($(OS_TEST),m68k)
+       OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
+diff -Naur nss-3.12.3-old/mozilla/security/coreconf/UNIX.mk  
nss-3.12.3-new/mozilla/security/coreconf/UNIX.mk
+--- nss-3.12.3-old/mozilla/security/coreconf/UNIX.mk   2008-10-03  
12:12:41.000000000 -0700
++++ nss-3.12.3-new/mozilla/security/coreconf/UNIX.mk   2009-05-10  
19:59:27.000000000 -0700
+@@ -38,7 +38,7 @@
+ XP_DEFINE  += -DXP_UNIX
+ LIB_SUFFIX  = a
+ DLL_SUFFIX  = so
+-AR          = ar cr $@
++AR          = @GAR_AR@ cr $@
+ LDOPTS     += -L$(SOURCE_LIB_DIR)
+
+ ifdef BUILD_OPT

Modified: trunk/gar-minimyth/script/utils/coreutils/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/coreutils/Makefile  (original)
+++ trunk/gar-minimyth/script/utils/coreutils/Makefile  Sun May 10 20:45:35  
2009
@@ -1,5 +1,5 @@
  GARNAME = coreutils
-GARVERSION = 7.3
+GARVERSION = 7.4
  CATEGORIES = utils
  MASTER_SITES = ftp://ftp.gnu.org/gnu/$(GARNAME)/
  DISTFILES = $(DISTNAME).tar.gz

Modified: trunk/gar-minimyth/script/utils/coreutils/checksums
==============================================================================
--- trunk/gar-minimyth/script/utils/coreutils/checksums (original)
+++ trunk/gar-minimyth/script/utils/coreutils/checksums Sun May 10 20:45:35  
2009
@@ -1,4 +1,4 @@
-b72c35e4872cf04c2b7642ef8248d0ea  download/coreutils-7.3.tar.gz
-c04e02e963f62857ff6ddf3f04ff6405  download/coreutils-7.3-perl.patch.gar
-772038388c0b43e52ca132e25ba168c6  download/coreutils-7.3-sysinfo.patch
-fa267429f768e047ae563af52520b961  download/coreutils-7.3-disable_man.patch
+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

Added:  
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-disable_man.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-disable_man.patch 
 
Sun May 10 20:45:35 2009
@@ -0,0 +1,24 @@
+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                      \

Added:  
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-perl.patch.gar
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-perl.patch.gar    
 
Sun May 10 20:45:35 2009
@@ -0,0 +1,72 @@
+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;

Added:  
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-sysinfo.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/utils/coreutils/files/coreutils-7.4-sysinfo.patch     
 
Sun May 10 20:45:35 2009
@@ -0,0 +1,56 @@
+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)

Modified: trunk/gar-minimyth/script/utils/usbutils/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/usbutils/Makefile   (original)
+++ trunk/gar-minimyth/script/utils/usbutils/Makefile   Sun May 10 20:45:35  
2009
@@ -1,5 +1,5 @@
  GARNAME = usbutils
-GARVERSION = 0.81
+GARVERSION = 0.82
  CATEGORIES = utils
  MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/linux-usb/
  DISTFILES = $(DISTNAME).tar.gz usb.ids

Modified: trunk/gar-minimyth/script/utils/usbutils/checksums
==============================================================================
--- trunk/gar-minimyth/script/utils/usbutils/checksums  (original)
+++ trunk/gar-minimyth/script/utils/usbutils/checksums  Sun May 10 20:45:35  
2009
@@ -1,4 +1,2 @@
-ba5e44d49ebf382015e96f43ce982abb  download/usbutils-0.81.tar.gz
-20eb034c1dc9c330a8ccb873d27321e8  download/config.cache.i386
-20eb034c1dc9c330a8ccb873d27321e8  download/config.cache.x86_64
+6e393cc7423b5d228fa3d34c21481ae4  download/usbutils-0.82.tar.gz
  22c7a0a7c445951285e4662b74763659  download/usb.ids

--~--~---------~--~----~------------~-------~--~----~
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