Revision: 5780
Author: pebender
Date: Wed Nov  4 16:33:13 2009
Log: - Updated packages devel/glibc, devel/glibc-crtobjs and  
devel/glibc-headers.


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

Added:
  /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.11-ldd.patch
  /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.11-perl.patch.gar
  /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.11.patch
Deleted:
   
/trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-binutils_2.20.patch
  /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-ldd.patch
  /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-perl.patch.gar
  /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1.patch
Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/script/devel/glibc/Makefile
  /trunk/gar-minimyth/script/devel/glibc/checksums
  /trunk/gar-minimyth/script/devel/glibc/package-api.mk

=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.11-ldd.patch   Wed  
Nov  4 16:33:13 2009
@@ -0,0 +1,12 @@
+diff -Naur glibc-2.11-old/elf/ldd.bash.in glibc-2.11-new/elf/ldd.bash.in
+--- glibc-2.11-old/elf/ldd.bash.in     2009-11-04 06:33:46.000000000 -0800
++++ glibc-2.11-new/elf/ldd.bash.in     2009-11-04 06:34:29.000000000 -0800
+@@ -112,7 +112,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
+   }
=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.11-perl.patch.gar      
 
Wed Nov  4 16:33:13 2009
@@ -0,0 +1,63 @@
+diff -Naur glibc-2.11-old/conform/conformtest.pl  
glibc-2.11-new/conform/conformtest.pl
+--- glibc-2.11-old/conform/conformtest.pl      2009-10-30 10:17:08.000000000  
-0700
++++ glibc-2.11-new/conform/conformtest.pl      2009-11-04 06:33:22.000000000  
-0800
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl
++#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl
+
+ use Getopt::Long;
+
+diff -Naur glibc-2.11-old/locale/gen-translit.pl  
glibc-2.11-new/locale/gen-translit.pl
+--- glibc-2.11-old/locale/gen-translit.pl      2009-10-30 10:17:08.000000000  
-0700
++++ glibc-2.11-new/locale/gen-translit.pl      2009-11-04 06:33:22.000000000  
-0800
+@@ -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.11-old/manual/libm-err-tab.pl  
glibc-2.11-new/manual/libm-err-tab.pl
+--- glibc-2.11-old/manual/libm-err-tab.pl      2009-10-30 10:17:08.000000000  
-0700
++++ glibc-2.11-new/manual/libm-err-tab.pl      2009-11-04 06:33:22.000000000  
-0800
+@@ -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.11-old/math/gen-libm-test.pl  
glibc-2.11-new/math/gen-libm-test.pl
+--- glibc-2.11-old/math/gen-libm-test.pl       2009-10-30 10:17:08.000000000  
-0700
++++ glibc-2.11-new/math/gen-libm-test.pl       2009-11-04 06:33:22.000000000  
-0800
+@@ -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.11-old/scripts/begin-end-check.pl  
glibc-2.11-new/scripts/begin-end-check.pl
+--- glibc-2.11-old/scripts/begin-end-check.pl  2009-10-30  
10:17:08.000000000 -0700
++++ glibc-2.11-new/scripts/begin-end-check.pl  2009-11-04  
06:33:22.000000000 -0800
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_build_destdir@@GAR_build_bindir@/perl
+
+ use strict;
+ use warnings;
+diff -Naur glibc-2.11-old/scripts/gen-FAQ.pl  
glibc-2.11-new/scripts/gen-FAQ.pl
+--- glibc-2.11-old/scripts/gen-FAQ.pl  2009-10-30 10:17:08.000000000 -0700
++++ glibc-2.11-new/scripts/gen-FAQ.pl  2009-11-04 06:33:22.000000000 -0800
+@@ -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.11-old/scripts/test-installation.pl  
glibc-2.11-new/scripts/test-installation.pl
+--- glibc-2.11-old/scripts/test-installation.pl        2009-10-30  
10:17:08.000000000 -0700
++++ glibc-2.11-new/scripts/test-installation.pl        2009-11-04  
06:33:22.000000000 -0800
+@@ -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.
=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.11.patch       Wed Nov 
  
4 16:33:13 2009
@@ -0,0 +1,24 @@
+diff -Naur glibc-2.11-old/configure glibc-2.11-new/configure
+--- glibc-2.11-old/configure   2009-11-04 06:33:07.000000000 -0800
++++ glibc-2.11-new/configure   2009-11-04 06:34:00.000000000 -0800
+@@ -4664,15 +4664,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.
=======================================
---  
/trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-binutils_2.20.patch   
 
Fri Oct 16 09:42:07 2009
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -Naur glibc-2.10.1-old/configure glibc-2.10.1-new/configure
---- glibc-2.10.1-old/configure 2009-05-17 05:19:31.000000000 -0700
-+++ glibc-2.10.1-new/configure 2009-10-16 09:40:08.000000000 -0700
-@@ -4839,7 +4839,7 @@
-   ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.*  
\([0-9]*\.[0-9.]*\).*$/\1/p'`
-   case $ac_prog_version in
-     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
--    2.1[3-9]*)
-+    2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
-        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
-     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
-
-@@ -4902,7 +4902,7 @@
-   ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.*  
\([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
-   case $ac_prog_version in
-     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
--    2.1[3-9]*)
-+    2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*)
-        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
-     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
-
-diff -Naur glibc-2.10.1-old/configure.in glibc-2.10.1-new/configure.in
---- glibc-2.10.1-old/configure.in      2009-04-03 16:51:47.000000000 -0700
-+++ glibc-2.10.1-new/configure.in      2009-10-16 09:40:35.000000000 -0700
-@@ -897,10 +897,10 @@
- # Accept binutils 2.13 or newer.
- AC_CHECK_PROG_VER(AS, $AS, --version,
-                 [GNU assembler.* \([0-9]*\.[0-9.]*\)],
--                [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
-+                [2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*], 
AS=:  
critic_missing="$critic_missing as")
- AC_CHECK_PROG_VER(LD, $LD, --version,
-                 [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
--                [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")
-+                [2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*], 
LD=:  
critic_missing="$critic_missing ld")
-
- # We need the physical current working directory.  We cannot use the
- # "pwd -P" shell builtin since that's not portable.  Instead we try to
=======================================
--- /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-ldd.patch Sat  
May 23 11:50:18 2009
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur glibc-2.10.1-old/elf/ldd.bash.in  
glibc-2.10.1-new/elf/ldd.bash.in
---- glibc-2.10.1-old/elf/ldd.bash.in   2009-05-23 08:24:23.000000000 -0700
-+++ glibc-2.10.1-new/elf/ldd.bash.in   2009-05-23 08:26:00.000000000 -0700
-@@ -112,7 +112,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
-   }
=======================================
---  
/trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-perl.patch.gar        
 
Sat May 23 11:50:18 2009
+++ /dev/null
@@ -1,63 +0,0 @@
-diff -Naur glibc-2.10.1-old/conform/conformtest.pl  
glibc-2.10.1-new/conform/conformtest.pl
---- glibc-2.10.1-old/conform/conformtest.pl    2001-08-22 21:34:36.000000000  
-0700
-+++ glibc-2.10.1-new/conform/conformtest.pl    2009-05-23 08:23:46.000000000  
-0700
-@@ -1,4 +1,4 @@
--#! /usr/bin/perl
-+#! @GAR_build_DESTDIR@@GAR_build_bindir@/perl
-
- use Getopt::Long;
-
-diff -Naur glibc-2.10.1-old/locale/gen-translit.pl  
glibc-2.10.1-new/locale/gen-translit.pl
---- glibc-2.10.1-old/locale/gen-translit.pl    2000-11-01 19:09:24.000000000  
-0800
-+++ glibc-2.10.1-new/locale/gen-translit.pl    2009-05-23 08:23:46.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.10.1-old/manual/libm-err-tab.pl  
glibc-2.10.1-new/manual/libm-err-tab.pl
---- glibc-2.10.1-old/manual/libm-err-tab.pl    2001-08-28 01:05:40.000000000  
-0700
-+++ glibc-2.10.1-new/manual/libm-err-tab.pl    2009-05-23 08:23:46.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.10.1-old/math/gen-libm-test.pl  
glibc-2.10.1-new/math/gen-libm-test.pl
---- glibc-2.10.1-old/math/gen-libm-test.pl     2006-08-13 01:19:54.000000000  
-0700
-+++ glibc-2.10.1-new/math/gen-libm-test.pl     2009-05-23 08:23:46.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.10.1-old/scripts/begin-end-check.pl  
glibc-2.10.1-new/scripts/begin-end-check.pl
---- glibc-2.10.1-old/scripts/begin-end-check.pl        2005-09-17  
10:15:23.000000000 -0700
-+++ glibc-2.10.1-new/scripts/begin-end-check.pl        2009-05-23  
08:23:46.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-...@gar_build_destdir@@GAR_build_bindir@/perl
-
- use strict;
- use warnings;
-diff -Naur glibc-2.10.1-old/scripts/gen-FAQ.pl  
glibc-2.10.1-new/scripts/gen-FAQ.pl
---- glibc-2.10.1-old/scripts/gen-FAQ.pl        1998-05-08 13:54:49.000000000 
-0700
-+++ glibc-2.10.1-new/scripts/gen-FAQ.pl        2009-05-23 08:23:46.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.10.1-old/scripts/test-installation.pl  
glibc-2.10.1-new/scripts/test-installation.pl
---- glibc-2.10.1-old/scripts/test-installation.pl      2004-09-26  
05:49:33.000000000 -0700
-+++ glibc-2.10.1-new/scripts/test-installation.pl      2009-05-23  
08:23:46.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.
=======================================
--- /trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1.patch     Sat May 
 
23 11:50:18 2009
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur glibc-2.10.1-old/configure glibc-2.10.1-new/configure
---- glibc-2.10.1-old/configure 2009-05-23 08:21:51.000000000 -0700
-+++ glibc-2.10.1-new/configure 2009-05-23 08:24:45.000000000 -0700
-@@ -4639,15 +4639,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.
=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Wed Nov  4  
16:27:29 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Wed Nov  4  
16:33:13 2009
@@ -30,3 +30,6 @@

  Updated packages
      Updated system/zoneinfo.
+    Updated devel/glibc.
+    Updated devel/glibc-crtobjs.
+    Updated devel/glibc-headers.
=======================================
--- /trunk/gar-minimyth/script/devel/glibc/Makefile     Sat Oct 17 21:21:58 2009
+++ /trunk/gar-minimyth/script/devel/glibc/Makefile     Wed Nov  4 16:33:13 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)-binutils_2.20.patch $(DISTNAME)-perl.patch.gar  
$(DISTNAME).patch $(DISTNAME)-ldd.patch
+PATCHFILES += $(DISTNAME)-perl.patch.gar $(DISTNAME).patch  
$(DISTNAME)-ldd.patch
  LICENSE = GPL2/LGPL2_1

  DESCRIPTION =
=======================================
--- /trunk/gar-minimyth/script/devel/glibc/checksums    Fri Oct 16 09:42:07  
2009
+++ /trunk/gar-minimyth/script/devel/glibc/checksums    Wed Nov  4 16:33:13  
2009
@@ -1,5 +1,4 @@
-ee71dedf724dc775e4efec9b823ed3be  download/glibc-2.10.1.tar.bz2
-f55994a2e235a25a0a951b51843dbe33  download/glibc-2.10.1-binutils_2.20.patch
-c7c95402cabc514b97dc27201c0ff48a  download/glibc-2.10.1-perl.patch.gar
-f533c094b9e55f50df65719fddc8957c  download/glibc-2.10.1.patch
-af2fe7017df68498934e0297e87eec33  download/glibc-2.10.1-ldd.patch
+2c990f97e9ff9fb1c3c85fe826e991b9  download/glibc-2.11.tar.bz2
+d128c20339e18157d87aefb13a1ad1b4  download/glibc-2.11-perl.patch.gar
+fe853cdb73994288003864c134482975  download/glibc-2.11.patch
+44a626e09daf1d18f77b23316b57e4d3  download/glibc-2.11-ldd.patch
=======================================
--- /trunk/gar-minimyth/script/devel/glibc/package-api.mk       Tue Jun 23  
20:45:19 2009
+++ /trunk/gar-minimyth/script/devel/glibc/package-api.mk       Wed Nov  4  
16:33:13 2009
@@ -1,4 +1,4 @@
-GLIBC_VERSION = 2.10.1
+GLIBC_VERSION = 2.11

  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