Changeset 1766
- Timestamp:
- 12/06/06 08:30:07 (2 years ago)
- Location:
- trunk
- Files:
-
- 6 modified
- 2 moved
-
Makefile (modified) (2 diffs)
-
etc/profile (modified) (1 diff)
-
packages/LFS-BOOK/Makefile (modified) (2 diffs)
-
packages/lfs-bootscripts/Makefile (modified) (1 diff)
-
packages/lfs-bootscripts/lfs-bootscripts-20060712-functions-1.patch (moved) (moved from trunk/packages/lfs-bootscripts/lfs-bootscripts-6.2-functions-1.patch)
-
packages/lfs-bootscripts/lfs-bootscripts-20060712-livecd-1.patch (moved) (moved from trunk/packages/lfs-bootscripts/lfs-bootscripts-6.2-livecd-1.patch)
-
packages/xorg-server/Makefile (modified) (1 diff)
-
root/.mozilla/default/79exklwh.slt/prefs.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1764 r1766 251 251 ch-screen ch-pkgconfig ch-libidn ch-libgpg-error ch-libgcrypt \ 252 252 ch-gnutls ch-curl ch-zip ch-unzip ch-lynx ch-libxml2 ch-expat \ 253 ch-subversion stop-herech-lfs-bootscripts ch-livecd-bootscripts ch-docbook-xml ch-libxslt \253 ch-subversion ch-lfs-bootscripts ch-livecd-bootscripts ch-docbook-xml ch-libxslt \ 254 254 ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng \ 255 255 ch-freetype ch-fontconfig \ … … 269 269 ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs \ 270 270 ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-BRLTTY \ 271 ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \271 ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm stop-here ch-linux \ 272 272 ch-sysfsutils ch-pcmcia-cs ch-pcmciautils ch-ddccontrol ch-ddccontrol-db \ 273 273 ch-initramfs ch-blfs-bootscripts ch-oui-data \ -
trunk/etc/profile
r1687 r1766 7 7 XML_CATALOG_FILES="/usr/share/docbook/xsl-stylesheets-1.69.1/catalog.xml /etc/xml/catalog" 8 8 9 WWW_HOME="/usr/share/LFS-BOOK- 6.2-HTML/index.html"9 WWW_HOME="/usr/share/LFS-BOOK-SVN-HTML/index.html" 10 10 11 11 NNTPSERVER=news.gmane.org -
trunk/packages/LFS-BOOK/Makefile
r1691 r1766 2 2 3 3 NM= LFS-BOOK 4 VRS= 6.24 VRS= SVN 5 5 DIRBASE= $(NM)-$(VRS) 6 6 DIR= $(DIRBASE)-XML 7 7 HTMLDIR= $(DIRBASE)-HTML 8 8 9 FILE= $(DIR).tar.bz210 URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE)11 SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d63850529 #FILE= $(DIR).tar.bz2 10 #URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE) 11 #SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052 12 12 13 #REV= 7646 14 #REVPARM= -r $(REV)15 # 16 #URL= svn://svn.linuxfromscratch.org/LFS/trunk/BOOK13 REV= 7882 14 REVPARM= -r $(REV) 15 16 URL= svn://svn.linuxfromscratch.org/LFS/trunk/BOOK 17 17 18 18 SEAMONKEY_CONFIG= $(ROOT)/root/.mozilla/default/79exklwh.slt/prefs.js … … 28 28 stage2: Makefile $(FILE) 29 29 @$(call echo_message, Building) 30 #@svn co -q $(REVPARM) $(URL) $(DIR)-XML31 tar xf $(FILE)30 @svn co -q $(REVPARM) $(URL) $(DIR) 31 #tar xf $(FILE) 32 32 @cd $(DIR) ; make BASEDIR=../$(HTMLDIR) 33 33 cp -av $(DIR) $(HTMLDIR) /usr/share -
trunk/packages/lfs-bootscripts/Makefile
r1745 r1766 2 2 3 3 NM= lfs-bootscripts 4 VRS= 6.24 VRS= 20060712 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE)9 SHA-$(FILE)= 616ece5d67a79169e62547141f481ea5150e348c8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 9 SHA-$(FILE)= cd3dec92a837f5e6520c91b3d53773bbd37026d0 10 10 11 11 PATCH1= $(DIR)-livecd-1.patch -
trunk/packages/xorg-server/Makefile
r1735 r1766 36 36 patch -Np1 -i ../$(PATCH1) 37 37 patch -Np1 -i ../$(PATCH2) 38 auto make38 autoreconf --force --install --verbose 39 39 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ 40 40 --with-mesa-source=`pwd`/$(DIR1) --with-default-font-path=built-ins -
trunk/root/.mozilla/default/79exklwh.slt/prefs.js
r1733 r1766 12 12 user_pref("browser.preferences.lastpanel", 0); 13 13 user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.0.5/searchplugins/google.src"); 14 user_pref("browser.startup.homepage", "file:///usr/share/LFS-BOOK- 6.2-HTML/index.html");14 user_pref("browser.startup.homepage", "file:///usr/share/LFS-BOOK-SVN-HTML/index.html"); 15 15 user_pref("browser.startup.homepage_override.mstone", "rv:1.8.0.7"); 16 16 user_pref("dom.disable_open_during_load", true);
