Author: pebender
Date: Mon Apr 27 19:30:47 2009
New Revision: 4676

Added:
    trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-ldd.patch
    trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-perl.patch.gar
    trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-ticket-7060.patch
    trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile
    trunk/gar-minimyth/script/devel/glibc-headers/Makefile
    trunk/gar-minimyth/script/devel/glibc/Makefile
    trunk/gar-minimyth/script/devel/glibc/checksums
    trunk/gar-minimyth/script/devel/glibc/package-api.mk

Log:
- Updated package devel/glibc, devel/glibc-crtobjs and devel/glibc-headers.



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     Mon Apr 27  
19:30:47 2009
@@ -25,6 +25,9 @@
      Added nvidia/nvidia-180.51.

  Updated packages
+    Updated devel/glibc.
+    Updated devel/glibc-crtobjs.
+    Updated devel/glibc-headers.
      Updated disk/e2fsprogs.
      Updated emulators/sdlmame.
      Updated kernel-2.6.29/linux.

Modified: trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile      (original)
+++ trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile      Mon Apr 27  
19:30:47 2009
@@ -29,7 +29,7 @@

  CONFIGURE_ARGS  = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
        --enable-bind-now \
-       --enable-kernel=2.6.9 \
+       --enable-kernel=2.6.26 \
        --with-binutils=$(build_DESTDIR)$(build_bindir) \
        --without-gd \
        --without-cvs \

Modified: trunk/gar-minimyth/script/devel/glibc-headers/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc-headers/Makefile      (original)
+++ trunk/gar-minimyth/script/devel/glibc-headers/Makefile      Mon Apr 27  
19:30:47 2009
@@ -18,7 +18,7 @@

  CONFIGURE_ARGS  = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
        --disable-sanity-checks \
-       --enable-kernel=2.6.9 \
+       --enable-kernel=2.6.26 \
        --with-binutils=$(build_DESTDIR)$(build_bindir) \
        --without-cvs \
        --with-headers=$(DESTDIR)$(includedir) \

Modified: trunk/gar-minimyth/script/devel/glibc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc/Makefile      (original)
+++ trunk/gar-minimyth/script/devel/glibc/Makefile      Mon Apr 27 19:30:47 2009
@@ -4,7 +4,7 @@
  MASTER_SITES  = ftp://ftp.gnu.org/gnu/$(GARNAME)/
  MASTER_SITES += ftp://sources.redhat.com/pub/$(GARNAME)/snapshots/
  DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-perl.patch.gar $(DISTNAME).patch  
$(DISTNAME)-ldd.patch
+PATCHFILES = $(DISTNAME)-ticket-7060.patch $(DISTNAME)-perl.patch.gar  
$(DISTNAME).patch $(DISTNAME)-ldd.patch
  LICENSE = GPL2/LGPL2_1

  DESCRIPTION =
@@ -36,7 +36,7 @@

  CONFIGURE_ARGS  = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
        --enable-bind-now \
-       --enable-kernel=2.6.9 \
+       --enable-kernel=2.6.26 \
        --with-binutils=$(build_DESTDIR)$(build_bindir) \
        --without-gd \
        --without-cvs \

Modified: trunk/gar-minimyth/script/devel/glibc/checksums
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc/checksums     (original)
+++ trunk/gar-minimyth/script/devel/glibc/checksums     Mon Apr 27 19:30:47 2009
@@ -7,3 +7,9 @@
  a2a14772f6fe75c705112af530a12adc   
download/glibc-2.8-20080526-perl.patch.gar
  5384a5d44e4d25a5694e38b3b13c5599  download/glibc-2.8-20080526.patch
  ffe40391c045010061b8c76131a761b3  download/glibc-2.8-20080526-ldd.patch
+
+fc62e989cf31d015f31628609fc3757a  download/glibc-2.9.tar.bz2
+d17ebfbf6217fe55e2a99c93e9a8ebef  download/glibc-2.9-ticket-7060.patch
+0fe85511299678cbfd626a347c6d0496  download/glibc-2.9-perl.patch.gar
+64862354da84566ecce10b2538c5e997  download/glibc-2.9.patch
+99bf5afbb733bdd0dc6cc180e700845c  download/glibc-2.9-ldd.patch

Added: trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-ldd.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-ldd.patch     Mon Apr 
 
27 19:30:47 2009
@@ -0,0 +1,12 @@
+diff -Naur glibc-2.9-old/elf/ldd.bash.in glibc-2.9-new/elf/ldd.bash.in
+--- glibc-2.9-old/elf/ldd.bash.in      2009-04-27 10:45:32.000000000 -0700
++++ glibc-2.9-new/elf/ldd.bash.in      2009-04-27 10:46:44.000000000 -0700
+@@ -110,7 +110,7 @@
+ # environments where the executed program might not have permissions
+ # to write to the console/tty.  But only bash 3.x supports the pipefail
+ # option, and we don't bother to handle the case for older bash versions.
+-if set -o pipefail 2> /dev/null; then
++if `set -o pipefail 2> /dev/null ; echo $?`; then
+   try_trace() {
+     eval $add_env '"$@"' | cat
+   }

Added: trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-perl.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-perl.patch.gar        
 
Mon Apr 27 19:30:47 2009
@@ -0,0 +1,63 @@
+diff -Naur glibc-2.9-old/conform/conformtest.pl  
glibc-2.9-new/conform/conformtest.pl
+--- glibc-2.9-old/conform/conformtest.pl       2009-04-27 10:40:39.000000000  
-0700
++++ glibc-2.9-new/conform/conformtest.pl       2009-04-27 10:45:06.000000000  
-0700
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl
+
+ use Getopt::Long;
+
+diff -Naur glibc-2.9-old/locale/gen-translit.pl  
glibc-2.9-new/locale/gen-translit.pl
+--- glibc-2.9-old/locale/gen-translit.pl       2009-04-27 10:40:38.000000000  
-0700
++++ glibc-2.9-new/locale/gen-translit.pl       2009-04-27 10:45:06.000000000  
-0700
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+ open F, "cat C-translit.h.in | gcc -E - |" || die "Cannot preprocess  
input file";
+
+
+diff -Naur glibc-2.9-old/manual/libm-err-tab.pl  
glibc-2.9-new/manual/libm-err-tab.pl
+--- glibc-2.9-old/manual/libm-err-tab.pl       2009-04-27 10:40:38.000000000  
-0700
++++ glibc-2.9-new/manual/libm-err-tab.pl       2009-04-27 10:45:06.000000000  
-0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
+...@gar_build_destdir@@GAR_build_bindir@/perl -w
+ # Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+ # This file is part of the GNU C Library.
+ # Contributed by Andreas Jaeger <[email protected]>, 1999.
+diff -Naur glibc-2.9-old/math/gen-libm-test.pl  
glibc-2.9-new/math/gen-libm-test.pl
+--- glibc-2.9-old/math/gen-libm-test.pl        2009-04-27 10:40:38.000000000 
-0700
++++ glibc-2.9-new/math/gen-libm-test.pl        2009-04-27 10:45:06.000000000 
-0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -w
+...@gar_build_destdir@@GAR_build_bindir@/perl -w
+ # Copyright (C) 1999, 2006 Free Software Foundation, Inc.
+ # This file is part of the GNU C Library.
+ # Contributed by Andreas Jaeger <[email protected]>, 1999.
+diff -Naur glibc-2.9-old/scripts/begin-end-check.pl  
glibc-2.9-new/scripts/begin-end-check.pl
+--- glibc-2.9-old/scripts/begin-end-check.pl   2009-04-27 10:40:38.000000000  
-0700
++++ glibc-2.9-new/scripts/begin-end-check.pl   2009-04-27 10:45:06.000000000  
-0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_build_destdir@@GAR_build_bindir@/perl
+
+ use strict;
+ use warnings;
+diff -Naur glibc-2.9-old/scripts/gen-FAQ.pl  
glibc-2.9-new/scripts/gen-FAQ.pl
+--- glibc-2.9-old/scripts/gen-FAQ.pl   2009-04-27 10:40:38.000000000 -0700
++++ glibc-2.9-new/scripts/gen-FAQ.pl   2009-04-27 10:45:06.000000000 -0700
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl
+
+ =pod
+ This is a silly little program for generating the libc FAQ.
+diff -Naur glibc-2.9-old/scripts/test-installation.pl  
glibc-2.9-new/scripts/test-installation.pl
+--- glibc-2.9-old/scripts/test-installation.pl 2009-04-27  
10:40:38.000000000 -0700
++++ glibc-2.9-new/scripts/test-installation.pl 2009-04-27  
10:45:06.000000000 -0700
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl -w
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl -w
+ # Copyright (C) 1997, 1998, 1999, 2004 Free Software Foundation, Inc.
+ # This file is part of the GNU C Library.
+ # Contributed by Andreas Jaeger <[email protected]>, 1997.

Added:  
trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-ticket-7060.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9-ticket-7060.patch     
 
Mon Apr 27 19:30:47 2009
@@ -0,0 +1,12 @@
+diff -Naur glibc-2.9-old/resolv/Versions glibc-2.9-new/resolv/Versions
+--- glibc-2.9-old/resolv/Versions      2008-08-01 10:15:34.000000000 -0700
++++ glibc-2.9-new/resolv/Versions      2009-04-27 10:41:36.000000000 -0700
+@@ -102,7 +102,7 @@
+     _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
+     _nss_dns_getnetbyname_r; _nss_dns_getcanonname_r;
+     _nss_dns_gethostbyaddr2_r;
+-    _nss_dns_gethostbyname4_r;
++#    _nss_dns_gethostbyname4_r;
+   }
+ }
+

Added: trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/glibc/files/glibc-2.9.patch Mon Apr 27  
19:30:47 2009
@@ -0,0 +1,24 @@
+diff -Naur glibc-2.9-old/configure glibc-2.9-new/configure
+--- glibc-2.9-old/configure    2009-04-27 10:43:46.000000000 -0700
++++ glibc-2.9-new/configure    2009-04-27 10:45:51.000000000 -0700
+@@ -4327,15 +4327,15 @@
+     path_binutils=`(cd $path_binutils; pwd) | sed 's%/*$%/%'`
+     CC="$CC -B$path_binutils"
+ fi
+-AS=`$CC -print-prog-name=as`
+-LD=`$CC -print-prog-name=ld`
+-AR=`$CC -print-prog-name=ar`
++AS=${AS}
++LD=${LD}
++AR=${AR}
+
+-OBJDUMP=`$CC -print-prog-name=objdump`
++OBJDUMP=${OBJDUMP}
+
+
+ # ranlib has to be treated a bit differently since it might not exist at  
all.
+-ac_ranlib=`$CC -print-prog-name=ranlib`
++ac_ranlib=${RANLIB}
+ if test "x$ac_ranlib" = xranlib; then
+ # This extra check has to happen since gcc simply echos the parameter in
+ # case it cannot find the value in its own directories.

Modified: trunk/gar-minimyth/script/devel/glibc/package-api.mk
==============================================================================
--- trunk/gar-minimyth/script/devel/glibc/package-api.mk        (original)
+++ trunk/gar-minimyth/script/devel/glibc/package-api.mk        Mon Apr 27  
19:30:47 2009
@@ -1,4 +1,4 @@
-GLIBC_VERSION = 2.8-20080526
+GLIBC_VERSION = 2.9

  GLIBC_ADD_LIB_PATH = \
        mkdir -p $(DESTDIR)$(sysconfdir) ; \

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