Author: pebender
Date: Sat May 23 11:50:18 2009
New Revision: 4814
Added:
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
Log:
- Committed files missing from previous commit.
Added: trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-ldd.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-ldd.patch Sat
May 23 11:50:18 2009
@@ -0,0 +1,12 @@
+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
+ }
Added:
trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-perl.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1-perl.patch.gar
Sat May 23 11:50:18 2009
@@ -0,0 +1,63 @@
+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.
Added: trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/devel/glibc/files/glibc-2.10.1.patch Sat May
23 11:50:18 2009
@@ -0,0 +1,24 @@
+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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---