Author: alexander Date: 2006-04-02 00:20:00 -0700 (Sun, 02 Apr 2006) New Revision: 1459
Modified: branches/udev_update/etc/profile branches/udev_update/packages/LFS-BOOK/Makefile branches/udev_update/packages/anthy/Makefile branches/udev_update/packages/cairo/Makefile branches/udev_update/packages/curl/Makefile branches/udev_update/packages/dhcpcd/Makefile branches/udev_update/packages/dialog/Makefile branches/udev_update/packages/dmraid/Makefile branches/udev_update/root/.mozilla/default/79exklwh.slt/prefs.js Log: Updated the rendered book and packages from A to D alphabetically Modified: branches/udev_update/etc/profile =================================================================== --- branches/udev_update/etc/profile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/etc/profile 2006-04-02 07:20:00 UTC (rev 1459) @@ -6,7 +6,7 @@ XML_CATALOG_FILES="/usr/share/docbook/xsl-stylesheets-1.69.1/catalog.xml /etc/xml/catalog" -WWW_HOME="/usr/share/LFS-BOOK-trunk-HTML/index.html" +WWW_HOME="/usr/share/LFS-BOOK-udev_update-HTML/index.html" NNTPSERVER=news.gmane.org Modified: branches/udev_update/packages/LFS-BOOK/Makefile =================================================================== --- branches/udev_update/packages/LFS-BOOK/Makefile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/packages/LFS-BOOK/Makefile 2006-04-02 07:20:00 UTC (rev 1459) @@ -1,16 +1,13 @@ # LFS Book Makefile NM= LFS-BOOK -VRS= trunk +VRS= udev_update DIR= $(NM)-$(VRS)-HTML -# Ensure sources match LFS book for "trunk". Update along with LFS packages. -ifeq ($(VRS),trunk) -REV= 7298 +REV= 7484 REVPARM= -r $(REV) -endif -URL= svn://svn.linuxfromscratch.org/LFS/$(VRS)/BOOK +URL= svn://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK FIREFOX_CONFIG= $(ROOT)/root/.mozilla/default/79exklwh.slt/prefs.js # Targets Modified: branches/udev_update/packages/anthy/Makefile =================================================================== --- branches/udev_update/packages/anthy/Makefile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/packages/anthy/Makefile 2006-04-02 07:20:00 UTC (rev 1459) @@ -1,12 +1,12 @@ # Anthy Makefile NM= anthy -VRS= 7307 +VRS= 7500 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz -URL-$(FILE)= http://osdn.dl.sourceforge.jp/anthy/18359/$(FILE) -SHA-$(FILE)= bd6eb346c5dcca4f51825f997ccb51d7cd1b08d2 +URL-$(FILE)= http://osdn.dl.sourceforge.jp/anthy/19158/$(FILE) +SHA-$(FILE)= 5c5cb8b8bfbef0f03e336c3005536e238815dfd8 # Targets Modified: branches/udev_update/packages/cairo/Makefile =================================================================== --- branches/udev_update/packages/cairo/Makefile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/packages/cairo/Makefile 2006-04-02 07:20:00 UTC (rev 1459) @@ -1,12 +1,12 @@ # cairo Makefile NM= cairo -VRS= 1.0.2 +VRS= 1.0.4 DIR= $(NM)-$(VRS) -FILE= $(DIR).tar.bz2 -URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) -SHA-$(FILE)= b16997f0f5c89f2b314bcb744e920610808ebc64 +FILE= $(DIR).tar.gz +URL-$(FILE)= http://cairographics.org/releases/$(FILE) +SHA-$(FILE)= 89e72202e5b51a8914fce60f52f7c51ecdea982a # Targets @@ -14,7 +14,7 @@ chroot: chroot "$(MP)" $(chenv-blfs) \ - 'cd $(ROOT) && make ch-gtk2 $(chbash-post-bash)' + 'cd $(ROOT) && make ch-cairo $(chbash-post-bash)' stage2: Makefile $(FILE) $(std_build) Modified: branches/udev_update/packages/curl/Makefile =================================================================== --- branches/udev_update/packages/curl/Makefile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/packages/curl/Makefile 2006-04-02 07:20:00 UTC (rev 1459) @@ -1,12 +1,12 @@ # Curl Makefile NM= curl -VRS= 7.15.1 +VRS= 7.15.3 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) -SHA-$(FILE)= 2b94192557954bba396bfbb980feed17aadc6295 +SHA-$(FILE)= 7e764126ce564429fe2f142428a27cbfc8fb69ee # Targets Modified: branches/udev_update/packages/dhcpcd/Makefile =================================================================== --- branches/udev_update/packages/dhcpcd/Makefile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/packages/dhcpcd/Makefile 2006-04-02 07:20:00 UTC (rev 1459) @@ -1,17 +1,13 @@ # dhcpcd Makefile NM= dhcpcd -VRS= 1.3.22-pl4 +VRS= 2.0.3 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) -SHA-$(FILE)= f4462063c7b392f1899bc9e6ada3309d42e92794 +URL-$(FILE)= http://download.berlios.de/dhcpcd/$(FILE) +SHA-$(FILE)= dec7254ce08114f1ced5e3c37bf528f33bf1ea96 -PATCH1= $(DIR)-fhs-1.patch -URL-$(PATCH1)= $(HTTPBLFS)/$(NM)/$(PATCH1) -SHA-$(PATCH1)= 30056e2d658ceab74a65264c5ecfae4dcbfe8cfb - # Targets include $(ROOT)/scripts/functions @@ -24,9 +20,7 @@ $(std_build) compile-stage2: - patch -Np1 -i ../$(PATCH1) - ./configure --prefix="" --sysconfdir=/var/lib \ - --mandir=/usr/share/man + ./configure --prefix="" --sysconfdir=/var/lib --mandir=/usr/share/man make $(PM) make install Modified: branches/udev_update/packages/dialog/Makefile =================================================================== --- branches/udev_update/packages/dialog/Makefile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/packages/dialog/Makefile 2006-04-02 07:20:00 UTC (rev 1459) @@ -1,12 +1,12 @@ # Dialog Makefile NM= dialog -VRS= 1.0-20051107 +VRS= 1.0-20060221 DIR= $(NM)-$(VRS) FILE= $(DIR).tgz URL-$(FILE)= ftp://invisible-island.net/dialog/$(FILE) -SHA-$(FILE)= d5d80f43c08dcdc44224da8fedd83d77e6943b3f +SHA-$(FILE)= aa4fccdb574077e8ca25698a2fa94cd544cd240c # Targets Modified: branches/udev_update/packages/dmraid/Makefile =================================================================== --- branches/udev_update/packages/dmraid/Makefile 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/packages/dmraid/Makefile 2006-04-02 07:20:00 UTC (rev 1459) @@ -1,12 +1,12 @@ # dmraid Makefile NM= dmraid -VRS= 1.0.0.rc9 +VRS= 1.0.0.rc10 DIR= $(NM) FILE= $(NM)-$(VRS).tar.bz2 URL-$(FILE)= http://people.redhat.com/~heinzm/sw/$(NM)/src/$(FILE) -SHA-$(FILE)= b394202fe2217cf02fae8e444a262c22415ec61b +SHA-$(FILE)= 34fae05d2697908f7bcdb6f063d0b127fe0a5c1c # Targets @@ -20,7 +20,6 @@ $(std_build) compile-stage2: - cd $(VRS) ; sed -i '/selinux/d' tools/Makefile.in cd $(VRS) ; ./configure --prefix=/usr # This package doesn't like parallel build cd $(VRS) ; make Modified: branches/udev_update/root/.mozilla/default/79exklwh.slt/prefs.js =================================================================== --- branches/udev_update/root/.mozilla/default/79exklwh.slt/prefs.js 2006-04-02 04:36:20 UTC (rev 1458) +++ branches/udev_update/root/.mozilla/default/79exklwh.slt/prefs.js 2006-04-02 07:20:00 UTC (rev 1459) @@ -11,7 +11,7 @@ user_pref("browser.preferences.lastpanel", 0); user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.0/searchplugins/google.src"); -user_pref("browser.startup.homepage", "file:///usr/share/LFS-BOOK-trunk-HTML/index.html"); +user_pref("browser.startup.homepage", "file:///usr/share/LFS-BOOK-udev_update-HTML/index.html"); user_pref("browser.startup.homepage_override.mstone", "rv:1.8.0.1"); user_pref("dom.disable_open_during_load", true); user_pref("extensions.disabledObsolete", true); -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
