Changeset 1814 for branches/6.2

Show
Ignore:
Timestamp:
01/29/07 09:05:35 (2 years ago)
Author:
alexander
Message:

6.2-5 release

Location:
branches/6.2
Files:
1 removed
12 modified
1 moved

Legend:

Unmodified
Added
Removed
  • branches/6.2/doc/README

    r1783 r1814  
    7474The original LFS book recommends using "the latest available 2.6.16.x kernel 
    7575version" 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.35. For the 
     76release of this CD, the latest linux-2.6.16.x version is 2.6.16.38. For the 
    7777convenience of jhalfs users, the LFS book on this CD has been patched 
    7878to include this kernel version. 
  • branches/6.2/packages/LFS-BOOK/LFS-BOOK-6.2-XML-update-1.patch

    r1783 r1814  
    77 <!ENTITY linux-dl-version "2.6"> 
    88-<!ENTITY linux-version "2.6.16.27"> 
    9 +<!ENTITY linux-version "2.6.16.35"> 
     9+<!ENTITY linux-version "2.6.16.38"> 
    1010 <!ENTITY linux-size "39,886 KB"> 
    1111 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> 
    1212-<!ENTITY linux-md5 "ebedfe5376efec483ce12c1629c7a5b1"> 
    13 +<!ENTITY linux-md5 "87e383c1446a7e4cb4c919145eb918ce"> 
     13+<!ENTITY linux-md5 "4ce97d0f4728d9864c91807f47128deb"> 
    1414 <!ENTITY linux-home "http://www.kernel.org/"> 
    1515 <!ENTITY linux-ch8-du "310 - 350 MB"> 
  • branches/6.2/packages/grub/Makefile

    r1726 r1814  
    3535        patch -Np1 -i ../$(PATCH1) || true 
    3636        autoreconf --force --install --verbose 
    37         ./configure --prefix=/usr 
     37        CFLAGS="-O1 -fno-strict-aliasing" ./configure --prefix=/usr 
    3838        make $(PM) 
    3939        make install 
  • branches/6.2/packages/linux/Makefile

    r1783 r1814  
    22 
    33NM= linux 
    4 VRS= 2.6.16.35 
     4VRS= 2.6.16.38 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) 
    9 SHA-$(FILE)= be52aa526bc3950709e4af67d9f87705b09fb2e9 
     9SHA-$(FILE)= af5c05666f7a182cc62046272aabbbb8a40be56e 
    1010 
    1111DIR1= loop-AES-v3.1d 
  • branches/6.2/packages/linux64/Makefile

    r1783 r1814  
    22 
    33NM= linux 
    4 VRS= 2.6.16.35 
     4VRS= 2.6.16.38 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) 
    9 SHA-$(FILE)= be52aa526bc3950709e4af67d9f87705b09fb2e9 
     9SHA-$(FILE)= af5c05666f7a182cc62046272aabbbb8a40be56e 
    1010 
    1111DIR1= loop-AES-v3.1d 
  • branches/6.2/packages/man-db/Makefile

    r1528 r1814  
    3535        make 
    3636        make install 
     37        install -m755 ../convert-mans /usr/bin 
    3738 
    3839clean: 
  • branches/6.2/packages/man-pages-es/Makefile

    r1528 r1814  
    2121 
    2222compile-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          done 
    28         cp -r man? /usr/share/man/es 
     23        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 
    2929 
    3030clean: 
  • branches/6.2/packages/mc/Makefile

    r1783 r1814  
    99SHA-$(FILE)= 92be0802143245e0fb7e3847d70da614cad7d5fb 
    1010 
    11 PATCH1= $(NM)_$(VRS)-6.diff.gz 
    12 URL-$(PATCH1)= http://ftp.debian.org/debian/pool/main/m/mc/$(PATCH1) 
    13 SHA-$(PATCH1)= 5f25f69801d192ff806818c79121865abf8392f1 
     11PATCH1= $(DIR)-bash32-1.patch 
     12URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/blfs/svn/$(PATCH1) 
     13SHA-$(PATCH1)= 7e516f2a5f1ce69884b8200da348c1d03c6dfe67 
     14 
     15PATCH2= $(DIR)-debian_fixes-1.patch 
     16URL-$(PATCH2)= http://www.linuxfromscratch.org/patches/blfs/svn/$(PATCH2) 
     17SHA-$(PATCH2)= 29a81f756d14ea7028ca3cbbef1bf1df35ed0739 
    1418 
    1519# Targets 
     
    2125        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 
    2226 
    23 stage2: Makefile $(FILE) $(PATCH1) 
     27stage2: Makefile $(FILE) $(PATCH1) $(PATCH2) 
    2428        $(std_build) 
    2529 
    2630compile-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 
    6034        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 
    6145        make install 
     46        chmod 1755 /usr/lib/mc/cons.saver 
    6247 
    6348clean: 
  • branches/6.2/packages/shadow/Makefile

    r1528 r1814  
    2626        find man -name Makefile -exec sed -i '/groups/d' {} \; 
    2727        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/*.? 
    4439        make $(PM) 
    4540        make install 
  • branches/6.2/vars/vars.ppc

    r1735 r1814  
    1 export VERSION := ppc-6.2-4 
     1export VERSION := ppc-6.2-5 
    22export CFLAGS := -Os -s -fno-strict-aliasing 
    33export LINKER := ld.so.1 
  • branches/6.2/vars/vars.sparc

    r1735 r1814  
    1 export VERSION := sparc-6.2-4 
     1export VERSION := sparc-6.2-5 
    22export CFLAGS := -Os -s -fno-strict-aliasing 
    33export LFS_TARGET := sparc-unknown-linux-gnu 
  • branches/6.2/vars/vars.x86

    r1735 r1814  
    1 export VERSION := x86-6.2-4 
     1export VERSION := x86-6.2-5 
    22export CFLAGS := -Os -s -fno-strict-aliasing -mtune=i686 
    33export LINKER := ld-linux.so.2