- Timestamp:
- Aug 31, 2008, 9:15:57 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ea55a49
- Parents:
- 33bdb0d
- Location:
- patches
- Files:
-
- 8 deleted
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/coreutils-6.12-uname-1.patch
r33bdb0d r7b31c44 2 2 Date: 2006-08-24 3 3 Initial Package Version: 5.97 4 Rediffed against 6.12 by Joe Ciccone on 2008-08-30 4 5 Upstream Status: Not Accepted 5 6 Origin: Gentoo - http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/coreutils … … 8 9 Original Patch by - Matthew Burgess and Scot McPherson 9 10 10 diff -Naur coreutils- 5.97.orig/src/uname.c coreutils-5.97/src/uname.c11 --- coreutils- 5.97.orig/src/uname.c 2005-09-15 12:57:04.000000000 -070012 +++ coreutils- 5.97/src/uname.c 2006-08-24 15:52:53.000000000 -070013 @@ -5 1,6 +51,11 @@11 diff -Naur coreutils-6.12.orig/src/uname.c coreutils-6.12/src/uname.c 12 --- coreutils-6.12.orig/src/uname.c 2008-05-26 02:40:33.000000000 -0400 13 +++ coreutils-6.12/src/uname.c 2008-08-31 12:03:12.000000000 -0400 14 @@ -50,6 +50,11 @@ 14 15 # include <mach-o/arch.h> 15 16 #endif … … 23 24 #include "error.h" 24 25 #include "quote.h" 25 @@ -1 38,6 +143,106 @@26 @@ -158,6 +163,106 @@ 26 27 exit (status); 27 28 } … … 130 131 printed. */ 131 132 132 @@ - 250,10 +355,14 @@133 @@ -305,10 +410,14 @@ 133 134 if (toprint & PRINT_PROCESSOR) 134 135 { … … 146 147 } 147 148 #endif 148 @@ -3 06,9 +415,13 @@149 @@ -361,9 +470,13 @@ 149 150 if (element == unknown) 150 151 { -
patches/perl-5.10.0-Configure_multilib-1.patch
r33bdb0d r7b31c44 2 2 Date: 2005-10-20 3 3 Initial Package Version: 5.8.7 4 Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30 4 5 Origin: Ryan Oliver 5 6 Description: this patch allows perl to be installed in /usr/lib32 or /usr/lib64 instead of /usr/lib. 6 7 7 --- perl-5.8.7/Configure-ORIG 2005-10-20 11:49:47.571389008 +1000 8 +++ perl-5.8.7/Configure 2005-10-20 12:30:35.571236464 +1000 9 @@ -5930,6 +5930,8 @@ 8 diff -Naur perl-5.10.0.orig/Configure perl-5.10.0/Configure 9 --- perl-5.10.0.orig/Configure 2007-12-18 05:47:07.000000000 -0500 10 +++ perl-5.10.0/Configure 2008-08-31 11:56:58.000000000 -0400 11 @@ -6174,6 +6174,8 @@ 10 12 : The default "style" setting is made in installstyle.U 11 13 case "$installstyle" in … … 16 18 esac 17 19 eval $prefixit 18 @@ -64 33,6 +6435,8 @@20 @@ -6406,6 +6408,8 @@ 19 21 case "$sitelib" in 20 22 '') case "$installstyle" in … … 25 27 esac 26 28 ;; 27 @@ -6 560,6 +6564,8 @@29 @@ -6912,6 +6916,8 @@ 28 30 prog=`echo $package | $sed 's/-*[0-9.]*$//'` 29 31 case "$installstyle" in -
patches/perl-5.10.0-libc-1.patch
r33bdb0d r7b31c44 2 2 Date: 2006-02-15 3 3 Initial Package Version: 5.8.8 4 Rediffed against 5.10.0 by Joe Ciccone on 2008-08-30 4 5 Origin: based on current LFS-BOOK patch (perl-5.8.0-libc-2.patch) 5 6 Description: this patch adapts some hard-wired paths to the C library. 6 7 It uses the $prefix variable to locate the correct libc. 7 8 8 diff -Naur perl-5. 8.8.orig/hints/linux.sh perl-5.8.8/hints/linux.sh9 --- perl-5. 8.8.orig/hints/linux.sh 2005-11-18 01:18:45.000000000 +000010 +++ perl-5. 8.8/hints/linux.sh 2006-02-12 12:20:32.000000000 +000011 @@ - 52,9 +52,9 @@9 diff -Naur perl-5.10.0.orig/hints/linux.sh perl-5.10.0/hints/linux.sh 10 --- perl-5.10.0.orig/hints/linux.sh 2007-12-18 05:47:07.000000000 -0500 11 +++ perl-5.10.0/hints/linux.sh 2008-08-31 11:57:41.000000000 -0400 12 @@ -60,9 +60,9 @@ 12 13 # We don't use __GLIBC__ and __GLIBC_MINOR__ because they 13 14 # are insufficiently precise to distinguish things like … … 22 23 23 24 # Configure may fail to find lstat() since it's a static/inline 24 @@ - 330,3 +330,8 @@25 libswanted="$ *"25 @@ -423,3 +423,8 @@ 26 libswanted="$libswanted pthread" 26 27 ;; 27 28 esac
Note:
See TracChangeset
for help on using the changeset viewer.