Changeset 1814 for branches/6.2
- Timestamp:
- 01/29/07 09:05:35 (2 years ago)
- Location:
- branches/6.2
- Files:
-
- 1 removed
- 12 modified
- 1 moved
-
doc/README (modified) (1 diff)
-
packages/LFS-BOOK/LFS-BOOK-6.2-XML-update-1.patch (modified) (1 diff)
-
packages/grub/Makefile (modified) (1 diff)
-
packages/linux/Makefile (modified) (1 diff)
-
packages/linux64/Makefile (modified) (1 diff)
-
packages/man-db/Makefile (modified) (1 diff)
-
packages/man-db/convert-mans (moved) (moved from branches/6.2/packages/shadow/convert-mans)
-
packages/man-pages-es/Makefile (modified) (1 diff)
-
packages/mc/Makefile (modified) (2 diffs)
-
packages/seamonkey/seamonkey-1.0.2-pangocairo-1.patch (deleted)
-
packages/shadow/Makefile (modified) (1 diff)
-
vars/vars.ppc (modified) (1 diff)
-
vars/vars.sparc (modified) (1 diff)
-
vars/vars.x86 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/doc/README
r1783 r1814 74 74 The original LFS book recommends using "the latest available 2.6.16.x kernel 75 75 version" and gives a link to linux-2.6.16.27. However, at the time of the 76 release of this CD, the latest linux-2.6.16.x version is 2.6.16.3 5. For the76 release of this CD, the latest linux-2.6.16.x version is 2.6.16.38. For the 77 77 convenience of jhalfs users, the LFS book on this CD has been patched 78 78 to include this kernel version. -
branches/6.2/packages/LFS-BOOK/LFS-BOOK-6.2-XML-update-1.patch
r1783 r1814 7 7 <!ENTITY linux-dl-version "2.6"> 8 8 -<!ENTITY linux-version "2.6.16.27"> 9 +<!ENTITY linux-version "2.6.16.3 5">9 +<!ENTITY linux-version "2.6.16.38"> 10 10 <!ENTITY linux-size "39,886 KB"> 11 11 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> 12 12 -<!ENTITY linux-md5 "ebedfe5376efec483ce12c1629c7a5b1"> 13 +<!ENTITY linux-md5 " 87e383c1446a7e4cb4c919145eb918ce">13 +<!ENTITY linux-md5 "4ce97d0f4728d9864c91807f47128deb"> 14 14 <!ENTITY linux-home "http://www.kernel.org/"> 15 15 <!ENTITY linux-ch8-du "310 - 350 MB"> -
branches/6.2/packages/grub/Makefile
r1726 r1814 35 35 patch -Np1 -i ../$(PATCH1) || true 36 36 autoreconf --force --install --verbose 37 ./configure --prefix=/usr37 CFLAGS="-O1 -fno-strict-aliasing" ./configure --prefix=/usr 38 38 make $(PM) 39 39 make install -
branches/6.2/packages/linux/Makefile
r1783 r1814 2 2 3 3 NM= linux 4 VRS= 2.6.16.3 54 VRS= 2.6.16.38 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 8 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) 9 SHA-$(FILE)= be52aa526bc3950709e4af67d9f87705b09fb2e99 SHA-$(FILE)= af5c05666f7a182cc62046272aabbbb8a40be56e 10 10 11 11 DIR1= loop-AES-v3.1d -
branches/6.2/packages/linux64/Makefile
r1783 r1814 2 2 3 3 NM= linux 4 VRS= 2.6.16.3 54 VRS= 2.6.16.38 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 8 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) 9 SHA-$(FILE)= be52aa526bc3950709e4af67d9f87705b09fb2e99 SHA-$(FILE)= af5c05666f7a182cc62046272aabbbb8a40be56e 10 10 11 11 DIR1= loop-AES-v3.1d -
branches/6.2/packages/man-db/Makefile
r1528 r1814 35 35 make 36 36 make install 37 install -m755 ../convert-mans /usr/bin 37 38 38 39 clean: -
branches/6.2/packages/man-pages-es/Makefile
r1528 r1814 21 21 22 22 compile-stage2: 23 find man? -type f | \24 grep -v 'man7/iso_8859-7.7' | \25 while read F ; do \26 iconv -f UTF-8 -t ISO-8859-1 $$F >tmp ; mv tmp $$F ; \27 done28 cp -r man? /usr/share/man/es23 mv man7/iso_8859-2.7{,X} 24 mv man7/iso_8859-7.7{,X} 25 convert-mans UTF-8 ISO-8859-1 man?/*.? 26 mv man7/iso_8859-2.7{X,} 27 mv man7/iso_8859-7.7{X,} 28 make install 29 29 30 30 clean: -
branches/6.2/packages/mc/Makefile
r1783 r1814 9 9 SHA-$(FILE)= 92be0802143245e0fb7e3847d70da614cad7d5fb 10 10 11 PATCH1= $(NM)_$(VRS)-6.diff.gz 12 URL-$(PATCH1)= http://ftp.debian.org/debian/pool/main/m/mc/$(PATCH1) 13 SHA-$(PATCH1)= 5f25f69801d192ff806818c79121865abf8392f1 11 PATCH1= $(DIR)-bash32-1.patch 12 URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/blfs/svn/$(PATCH1) 13 SHA-$(PATCH1)= 7e516f2a5f1ce69884b8200da348c1d03c6dfe67 14 15 PATCH2= $(DIR)-debian_fixes-1.patch 16 URL-$(PATCH2)= http://www.linuxfromscratch.org/patches/blfs/svn/$(PATCH2) 17 SHA-$(PATCH2)= 29a81f756d14ea7028ca3cbbef1bf1df35ed0739 14 18 15 19 # Targets … … 21 25 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 22 26 23 stage2: Makefile $(FILE) $(PATCH1) 27 stage2: Makefile $(FILE) $(PATCH1) $(PATCH2) 24 28 $(std_build) 25 29 26 30 compile-stage2: 27 zcat ../$(PATCH1) | patch -Np1 28 rm debian/patches/01_mc.ext.in.mime.patch 29 rm debian/patches/02_debian_syntax.patch 30 rm debian/patches/08_awk.patch 31 rm debian/patches/36_developer_mode.patch 32 for a in debian/patches/*.patch ; do \ 33 if egrep -q '+++.*mc-4' $$a ; then \ 34 patch -Np1 -i $$a ; \ 35 else \ 36 patch -Np0 -i $$a ; \ 37 fi ; \ 38 done 39 CPPFLAGS="-DUTF8" ./configure --with-screen=slang --prefix=/usr \ 40 --enable-charset 41 iconv -f ISO-8859-1 -t UTF-8 lib/mc.hint > tmp && mv tmp lib/mc.hint 42 iconv -f ISO-8859-1 -t UTF-8 doc/xnc.hlp > tmp && mv tmp doc/xnc.hlp 43 iconv -f ISO-8859-1 -t UTF-8 lib/mc.hint.es > tmp && mv tmp lib/mc.hint.es 44 iconv -f ISO-8859-1 -t UTF-8 doc/es/xnc.hlp > tmp && mv tmp doc/es/xnc.hlp 45 iconv -f ISO-8859-1 -t UTF-8 lib/mc.hint.it > tmp && mv tmp lib/mc.hint.it 46 iconv -f ISO-8859-1 -t UTF-8 doc/it/xnc.hlp > tmp && mv tmp doc/it/xnc.hlp 47 iconv -f ISO-8859-1 -t UTF-8 lib/mc.hint.nl > tmp && mv tmp lib/mc.hint.nl 48 iconv -f ISO-8859-2 -t UTF-8 lib/mc.hint.cs > tmp && mv tmp lib/mc.hint.cs 49 iconv -f ISO-8859-2 -t UTF-8 lib/mc.hint.hu > tmp && mv tmp lib/mc.hint.hu 50 iconv -f ISO-8859-2 -t UTF-8 doc/hu/xnc.hlp > tmp && mv tmp doc/hu/xnc.hlp 51 iconv -f ISO-8859-2 -t UTF-8 lib/mc.hint.pl > tmp && mv tmp lib/mc.hint.pl 52 iconv -f ISO-8859-2 -t UTF-8 doc/pl/xnc.hlp > tmp && mv tmp doc/pl/xnc.hlp 53 iconv -f ISO-8859-5 -t UTF-8 lib/mc.hint.sr > tmp && mv tmp lib/mc.hint.sr 54 iconv -f ISO-8859-5 -t UTF-8 doc/sr/xnc.hlp > tmp && mv tmp doc/sr/xnc.hlp 55 iconv -f ISO-8859-5 -t UTF-8 lib/mc.menu.sr > tmp && mv tmp lib/mc.menu.sr 56 iconv -f koi8-r -t UTF-8 lib/mc.hint.ru > tmp && mv tmp lib/mc.hint.ru 57 iconv -f koi8-r -t UTF-8 doc/ru/xnc.hlp > tmp && mv tmp doc/ru/xnc.hlp 58 iconv -f koi8-u -t UTF-8 lib/mc.hint.uk > tmp && mv tmp lib/mc.hint.uk 59 iconv -f big5 -t UTF-8 lib/mc.hint.zh > tmp && mv tmp lib/mc.hint.zh 31 patch -Np1 -i ../$(PATCH1) 32 patch -Np1 -i ../$(PATCH2) 33 CPPFLAGS="-DUTF8" ./configure --prefix=/usr --enable-charset 60 34 make 35 convert-mans ISO-8859-1 UTF-8 lib/mc.hint{,.es,.it,.nl} 36 convert-mans ISO-8859-2 UTF-8 lib/mc.hint{.cs,.hu,.pl} 37 convert-mans ISO-8859-5 UTF-8 lib/mc.hint.sr 38 convert-mans KOI8-R UTF-8 lib/mc.hint.ru 39 convert-mans KOI8-U UTF-8 lib/mc.hint.uk 40 convert-mans BIG5 UTF-8 lib/mc.hint.zh 41 convert-mans ISO-8859-1 UTF-8 doc/{es,it}/mc.hlp.* 42 convert-mans ISO-8859-2 UTF-8 doc/{hu,pl}/mc.hlp.* 43 convert-mans ISO-8859-5 UTF-8 doc/sr/mc.hlp.sr 44 convert-mans KOI8-R UTF-8 doc/ru/mc.hlp.ru 61 45 make install 46 chmod 1755 /usr/lib/mc/cons.saver 62 47 63 48 clean: -
branches/6.2/packages/shadow/Makefile
r1528 r1814 26 26 find man -name Makefile -exec sed -i '/groups/d' {} \; 27 27 sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile 28 ../convert-mans UTF-8 ISO-8859-2 man/cs/*.? 29 ../convert-mans UTF-8 ISO-8859-1 man/de/*.? 30 ../convert-mans UTF-8 ISO-8859-1 man/es/*.? 31 ../convert-mans UTF-8 ISO-8859-1 man/fi/*.? 32 ../convert-mans UTF-8 ISO-8859-1 man/fr/*.? 33 ../convert-mans UTF-8 ISO-8859-2 man/hu/*.? 34 ../convert-mans UTF-8 ISO-8859-1 man/id/*.? 35 ../convert-mans UTF-8 ISO-8859-1 man/it/*.? 36 ../convert-mans UTF-8 EUC-JP man/ja/*.? 37 # ../convert-mans UTF-8 EUC-KR man/ko/*.? 38 ../convert-mans UTF-8 ISO-8859-2 man/pl/*.? 39 ../convert-mans UTF-8 ISO-8859-1 man/pt_BR/*.? 40 ../convert-mans UTF-8 KOI8-R man/ru/*.? 41 ../convert-mans UTF-8 ISO-8859-9 man/tr/*.? 42 # ../convert-mans UTF-8 GB2312 man/zh_CN/*.? 43 # ../convert-mans UTF-8 BIG5 man/zh_TW/*.? 28 for i in de es fi fr id it pt_BR; do \ 29 convert-mans UTF-8 ISO-8859-1 man/$$i/*.? ; \ 30 done 31 32 for i in cs hu pl; do \ 33 convert-mans UTF-8 ISO-8859-2 man/$$i/*.? ; \ 34 done 35 36 convert-mans UTF-8 EUC-JP man/ja/*.? 37 convert-mans UTF-8 KOI8-R man/ru/*.? 38 convert-mans UTF-8 ISO-8859-9 man/tr/*.? 44 39 make $(PM) 45 40 make install -
branches/6.2/vars/vars.ppc
r1735 r1814 1 export VERSION := ppc-6.2- 41 export VERSION := ppc-6.2-5 2 2 export CFLAGS := -Os -s -fno-strict-aliasing 3 3 export LINKER := ld.so.1 -
branches/6.2/vars/vars.sparc
r1735 r1814 1 export VERSION := sparc-6.2- 41 export VERSION := sparc-6.2-5 2 2 export CFLAGS := -Os -s -fno-strict-aliasing 3 3 export LFS_TARGET := sparc-unknown-linux-gnu -
branches/6.2/vars/vars.x86
r1735 r1814 1 export VERSION := x86-6.2- 41 export VERSION := x86-6.2-5 2 2 export CFLAGS := -Os -s -fno-strict-aliasing -mtune=i686 3 3 export LINKER := ld-linux.so.2
