Author: alexander
Date: 2007-08-22 10:03:20 -0600 (Wed, 22 Aug 2007)
New Revision: 2036

Modified:
   trunk/packages/LFS-BOOK/Makefile
   trunk/packages/linux-headers/Makefile
   trunk/packages/linux/Makefile
   trunk/packages/linux64/Makefile
   trunk/packages/man-db/Makefile
Log:
Updated the book

Modified: trunk/packages/LFS-BOOK/Makefile
===================================================================
--- trunk/packages/LFS-BOOK/Makefile    2007-08-21 16:47:29 UTC (rev 2035)
+++ trunk/packages/LFS-BOOK/Makefile    2007-08-22 16:03:20 UTC (rev 2036)
@@ -10,7 +10,7 @@
 #URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE)
 #SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052
 
-REV= 8319
+REV= 8333
 REVPARM= -r $(REV)
 
 ifeq ($(CD_ARCH),x86)

Modified: trunk/packages/linux/Makefile
===================================================================
--- trunk/packages/linux/Makefile       2007-08-21 16:47:29 UTC (rev 2035)
+++ trunk/packages/linux/Makefile       2007-08-22 16:03:20 UTC (rev 2036)
@@ -1,12 +1,12 @@
 # Linux Kernel Makefile
 
 NM= linux
-VRS= 2.6.22.2
+VRS= 2.6.22.4
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE)
-SHA-$(FILE)= e2606e42a3b40e16f65f750f1dd7cf6a580ea71a
+SHA-$(FILE)= cc729d89add08c6fd7b91e440eda459b9c284950
 
 PATCH1= reiser4-for-2.6.22-2.patch.gz
 URL-$(PATCH1)= ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.22/$(PATCH1)

Modified: trunk/packages/linux-headers/Makefile
===================================================================
--- trunk/packages/linux-headers/Makefile       2007-08-21 16:47:29 UTC (rev 
2035)
+++ trunk/packages/linux-headers/Makefile       2007-08-22 16:03:20 UTC (rev 
2036)
@@ -1,12 +1,12 @@
 # Linux-headers Makefile
 
 NM= linux
-VRS= 2.6.22.2
+VRS= 2.6.22.4
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE)
-SHA-$(FILE)= e2606e42a3b40e16f65f750f1dd7cf6a580ea71a
+SHA-$(FILE)= cc729d89add08c6fd7b91e440eda459b9c284950
 
 # Targets
 

Modified: trunk/packages/linux64/Makefile
===================================================================
--- trunk/packages/linux64/Makefile     2007-08-21 16:47:29 UTC (rev 2035)
+++ trunk/packages/linux64/Makefile     2007-08-22 16:03:20 UTC (rev 2036)
@@ -1,12 +1,12 @@
 # Linux Kernel Makefile
 
 NM= linux
-VRS= 2.6.22.2
+VRS= 2.6.22.4
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE)
-SHA-$(FILE)= e2606e42a3b40e16f65f750f1dd7cf6a580ea71a
+SHA-$(FILE)= cc729d89add08c6fd7b91e440eda459b9c284950
 
 PATCH1= reiser4-for-2.6.22-2.patch.gz
 URL-$(PATCH1)= ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.22/$(PATCH1)

Modified: trunk/packages/man-db/Makefile
===================================================================
--- trunk/packages/man-db/Makefile      2007-08-21 16:47:29 UTC (rev 2035)
+++ trunk/packages/man-db/Makefile      2007-08-22 16:03:20 UTC (rev 2036)
@@ -8,6 +8,10 @@
 URL-$(FILE)= http://savannah.nongnu.org/download/man-db/$(FILE)
 SHA-$(FILE)= 5c6ba8eb287a69f14433feb34e720b066536d163
 
+PATCH1= $(DIR)-fixes-1.patch
+URL-$(PATCH1)= 
http://www.linuxfromscratch.org/patches/lfs/development/$(PATCH1)
+SHA-$(PATCH1)= 5ac2a79c2e471991503173982728e65f60f3e071
+
 # Targets
 
 include $(ROOT)/scripts/functions
@@ -16,7 +20,7 @@
        chroot "$(MP)" $(chenv-post-bash) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
-stage2: Makefile $(FILE)
+stage2: Makefile $(FILE) $(PATCH1)
        $(std_build)
 
 compile-stage2:
@@ -30,6 +34,7 @@
        echo '#define COL "/usr/bin/col"' >>include/manconfig.h.in
        echo '#define VGRIND "/usr/bin/vgrind"' >>include/manconfig.h.in
        echo '#define GRAP "/usr/bin/grap"' >>include/manconfig.h.in
+       patch -Np1 -i ../$(PATCH1)
        ./configure --prefix=/usr --enable-mb-groff --disable-setuid
        make
        make install

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to