Author: alexander Date: 2005-12-10 00:34:05 -0700 (Sat, 10 Dec 2005) New Revision: 1268
Modified: trunk/etc/issue trunk/packages/LFS-BOOK/Makefile trunk/packages/findutils/Makefile trunk/packages/groff/Makefile trunk/packages/man-db/Makefile trunk/packages/man-pages/Makefile trunk/packages/module-init-tools/Makefile trunk/packages/nALFS-profile/Makefile Log: Package updates, matching the LFS book. Modified: trunk/etc/issue =================================================================== --- trunk/etc/issue 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/etc/issue 2005-12-10 07:34:05 UTC (rev 1268) @@ -13,7 +13,7 @@ All the source packages you will need to build an LFS system are located in [1;32m/lfs-sources[00m and you can find the book in -[1;32m/usr/share/LFS-BOOK-6.1-HTML[00m. +[1;32m/usr/share/LFS-BOOK-trunk-HTML[00m. Support questions concerning this CD should be directed to [1;[EMAIL PROTECTED] Modified: trunk/packages/LFS-BOOK/Makefile =================================================================== --- trunk/packages/LFS-BOOK/Makefile 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/packages/LFS-BOOK/Makefile 2005-12-10 07:34:05 UTC (rev 1268) @@ -6,16 +6,16 @@ # Ensure sources match LFS book for "trunk". Update along with LFS packages. ifeq ($(VRS),trunk) -REV= 7197 +REV= 7207 REVPARM= -r $(REV) endif URL= svn://svn.linuxfromscratch.org/LFS/$(VRS)/BOOK FIREFOX_CONFIG= $(ROOT)/root/.mozilla/firefox/2qwpcv2u.default/prefs.js -PATCH50= lfs_book-r7197-utf8-1.patch +PATCH50= lfs_book-r7207-utf8-1.patch URL-$(PATCH50)= http://www.linuxfromscratch.org/~alexander/patches/$(PATCH50) -SHA-$(PATCH50)= d2e25ffee4860d06958bb228c431e13c9e42caf9 +SHA-$(PATCH50)= c99d627085ab118b6f2bc8a359f1d4cf2b5ad07c # Targets Modified: trunk/packages/findutils/Makefile =================================================================== --- trunk/packages/findutils/Makefile 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/packages/findutils/Makefile 2005-12-10 07:34:05 UTC (rev 1268) @@ -1,12 +1,12 @@ # Findutils Makefile NM= findutils -VRS= 4.2.26 +VRS= 4.2.27 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= 872184285ddb6ca7cb14e0c4c5c6b0bd0629541b +SHA-$(FILE)= 9a1785654b3a23a67f92fc7189d038fc2ed08bd2 # Targets Modified: trunk/packages/groff/Makefile =================================================================== --- trunk/packages/groff/Makefile 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/packages/groff/Makefile 2005-12-10 07:34:05 UTC (rev 1268) @@ -13,9 +13,10 @@ URL-$(FILE)= http://ftp.gnu.org/gnu/$(NM)/$(FILE) SHA-$(FILE)= 19c8c83e6ee29dd6041dae0daf1c1d0debd3d32a -PATCH= groff_1.18.1.1-8.diff.bz2 +# Don't recompress with bzip2, this would break jhalfs +PATCH= groff_1.18.1.1-10.diff.gz URL-$(PATCH)= $(HTTP)/$(NM)/$(PATCH) -SHA-$(PATCH)= 8fb3c709b2a4009ff1e09e6c06c42b4fbdc49624 +SHA-$(PATCH)= 197464e2a56854ada9d5512ff1089fa94fdf36e5 # Targets @@ -30,7 +31,7 @@ cp $(SRC)/$(FILE) $(LFSSRC) compile-stage2: - bzcat ../$(PATCH) | patch -Np1 + zcat ../$(PATCH) | patch -Np1 sed -i 's,2010,002D,' font/devutf8/R.proto sed -i 's,2212,002D,' font/devutf8/R.proto ifndef CROSS Modified: trunk/packages/man-db/Makefile =================================================================== --- trunk/packages/man-db/Makefile 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/packages/man-db/Makefile 2005-12-10 07:34:05 UTC (rev 1268) @@ -16,8 +16,9 @@ chroot "$(MP)" $(chenv-post-bash) \ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' -stage2: Makefile $(FILE) $(PATCH1) +stage2: Makefile $(FILE) $(std_build) + cp $(SRC)/$(FILE) $(LFSSRC) compile-stage2: mv man/de{_DE.88591,} Modified: trunk/packages/man-pages/Makefile =================================================================== --- trunk/packages/man-pages/Makefile 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/packages/man-pages/Makefile 2005-12-10 07:34:05 UTC (rev 1268) @@ -1,12 +1,12 @@ # Man-pages Makefile NM= man-pages -VRS= 2.14 +VRS= 2.16 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= 5add7e9db97b64281e75e1f0df19e9bc8b234fb0 +SHA-$(FILE)= df5a26de2fe8ac45ec2ca4b1d7eaf6d6fb996d14 # Targets Modified: trunk/packages/module-init-tools/Makefile =================================================================== --- trunk/packages/module-init-tools/Makefile 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/packages/module-init-tools/Makefile 2005-12-10 07:34:05 UTC (rev 1268) @@ -1,12 +1,12 @@ # Module-Init-Tools Makefile NM= module-init-tools -VRS= 3.2.1 +VRS= 3.2.2 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= f982949eaba759b28ec2cccec9a3625b2c58a299 +SHA-$(FILE)= b51e8ac170be23a1f2e301a1dddd47a47ec2186a # Targets Modified: trunk/packages/nALFS-profile/Makefile =================================================================== --- trunk/packages/nALFS-profile/Makefile 2005-12-10 04:23:28 UTC (rev 1267) +++ trunk/packages/nALFS-profile/Makefile 2005-12-10 07:34:05 UTC (rev 1268) @@ -6,7 +6,7 @@ FILE= $(NM)-$(DIR).tar.bz2 URL-$(FILE)= http://www.linuxfromscratch.org/alfs/downloads/profiles/lfs/svn/$(FILE) -SHA-$(FILE)= 1938839673d967647c78d27ea5d27a67caf07dd3 +SHA-$(FILE)= e0163fbf77a0edae737a9a1c20ad40136d00e651 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
