Changeset 1764
- Timestamp:
- 12/06/06 04:36:26 (2 years ago)
- Location:
- trunk
- Files:
-
- 18 modified
-
Makefile (modified) (2 diffs)
-
packages/file/Makefile (modified) (1 diff)
-
packages/grep/Makefile (modified) (1 diff)
-
packages/groff/Makefile (modified) (2 diffs)
-
packages/gzip/Makefile (modified) (1 diff)
-
packages/inetutils/Makefile (modified) (2 diffs)
-
packages/iproute2/Makefile (modified) (1 diff)
-
packages/less/Makefile (modified) (2 diffs)
-
packages/module-init-tools/Makefile (modified) (1 diff)
-
packages/psmisc/Makefile (modified) (1 diff)
-
packages/shadow/Makefile (modified) (2 diffs)
-
packages/sysklogd/Makefile (modified) (2 diffs)
-
packages/sysvinit/Makefile (modified) (1 diff)
-
packages/tar/Makefile (modified) (1 diff)
-
packages/texinfo/Makefile (modified) (2 diffs)
-
packages/udev/Makefile (modified) (3 diffs)
-
packages/util-linux/Makefile (modified) (3 diffs)
-
packages/vim/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1763 r1764 239 239 ch-e2fsprogs ch-coreutils ch-iana-etc ch-m4 ch-bison ch-gpm \ 240 240 ch-ncurses ch-procps ch-libtool ch-perl ch-readline ch-zlib \ 241 ch-autoconf ch-automake ch-bash ch-stop-here241 ch-autoconf ch-automake ch-bash 242 242 243 243 post-bash: ch-bzip2 ch-diffutils ch-file ch-findutils ch-flex \ … … 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 ch-lfs-bootscripts ch-livecd-bootscripts ch-docbook-xml ch-libxslt \253 ch-subversion stop-here 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 \ -
trunk/packages/file/Makefile
r1528 r1764 2 2 3 3 NM= file 4 VRS= 4.1 74 VRS= 4.18 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 9 SHA-$(FILE)= e03710a3fcb95db6d0ee9cfcdf88c19a5e525ee49 SHA-$(FILE)= b733d3dd7e4ab4e16f52ef000163e92c99686c61 10 10 11 11 # Targets -
trunk/packages/grep/Makefile
r1528 r1764 39 39 compile-stage2: 40 40 patch -Np1 -i ../$(PATCH50) 41 chmod +x tests/fmbtest.sh 41 42 ./configure --prefix=/usr --bindir=/bin 42 43 make $(PM) -
trunk/packages/groff/Makefile
r1528 r1764 1 1 # Groff Makefile 2 2 3 # ascii8 and nippon devices exist only for groff-1.18.1. 1as a patch3 # ascii8 and nippon devices exist only for groff-1.18.1.x as a patch 4 4 # rejected upstream. 5 5 # Do not upgrade this package before Debian does it! … … 7 7 8 8 NM= groff 9 VRS= 1.18.1. 19 VRS= 1.18.1.4 10 10 DIR= $(NM)-$(VRS) 11 11 12 12 FILE= $(DIR).tar.gz 13 13 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 14 SHA-$(FILE)= 19c8c83e6ee29dd6041dae0daf1c1d0debd3d32a14 SHA-$(FILE)= 70580701fd90cf6fe7fb70fe951cb2d66bd14e7c 15 15 16 16 PATCH= $(DIR)-debian_fixes-1.patch 17 17 URL-$(PATCH)= $(HTTP)/$(NM)/$(PATCH) 18 SHA-$(PATCH)= 39fb82b9673523cb2451a0491929693226ea97dd18 SHA-$(PATCH)= 4a171a1c7b6c493b5c4349aa18ff1905bddffcb0 19 19 20 20 # Targets -
trunk/packages/gzip/Makefile
r1528 r1764 36 36 compile-stage2: 37 37 patch -Np1 -i ../$(PATCH1) 38 sed -i 's/tail +/tail -n +/' gzexe.in 38 39 ./configure --prefix=/usr 39 40 sed -i 's@"BINDIR"@/bin@g' gzexe.in -
trunk/packages/inetutils/Makefile
r1528 r1764 2 2 3 3 NM= inetutils 4 VRS= 1. 4.24 VRS= 1.5 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 9 SHA-$(FILE)= 6b60d2c78702512e95afae36415f6fe3523dba779 SHA-$(FILE)= f2dc4d7fa5f5590ea71260c464f60eb3b1fc7505 10 10 11 PATCH1= $(DIR)-no_server_man_pages- 1.patch11 PATCH1= $(DIR)-no_server_man_pages-2.patch 12 12 URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1) 13 SHA-$(PATCH1)= ccd3c59f9ed4eca6f7a8dffb494ed8916087bc50 14 15 PATCH2= $(DIR)-gcc4_fixes-3.patch 16 URL-$(PATCH2)= $(HTTP)/$(NM)/$(PATCH2) 17 SHA-$(PATCH2)= 77b063b0fcc15a55e28c18e1b30e1cdf5b1b7d3a 13 SHA-$(PATCH1)= 55510e7f21a09cb688d9a069b6564df3dfe5abbf 18 14 19 15 # Targets … … 25 21 'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)' 26 22 27 stage2: Makefile $(FILE) $(PATCH1) $(PATCH2)23 stage2: Makefile $(FILE) $(PATCH1) 28 24 $(std_build) 29 cp $(SRC)/{$(FILE),$(PATCH1) ,$(PATCH2)} $(LFSSRC)/25 cp $(SRC)/{$(FILE),$(PATCH1)} $(LFSSRC)/ 30 26 31 27 compile-stage2: 32 patch -Np1 -i ../$(PATCH2)33 28 patch -Np1 -i ../$(PATCH1) 34 29 ./configure --prefix=/usr --libexecdir=/usr/sbin \ 35 --sysconfdir=/etc --localstatedir=/var \30 --sysconfdir=/etc --localstatedir=/var --disable-ifconfig \ 36 31 --disable-logger --disable-syslogd \ 37 32 --disable-whois --disable-servers -
trunk/packages/iproute2/Makefile
r1528 r1764 2 2 3 3 NM= iproute2 4 VRS= 2.6.1 65 DATE= 06 03234 VRS= 2.6.18 5 DATE= 061002 6 6 DIR= $(NM)-$(VRS)-$(DATE) 7 7 8 8 FILE= $(DIR).tar.gz 9 9 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 10 SHA-$(FILE)= 76d866bb3b46a7b2e73d79a4faf6fa897152763310 SHA-$(FILE)= 94f9b91d59e0e63b441130e158422a62a7a31b98 11 11 12 12 # Targets -
trunk/packages/less/Makefile
r1528 r1764 9 9 SHA-$(FILE)= fa0d9aa30ec461866786c4080bb594fc3337bb02 10 10 11 PATCH1= $(DIR)-signal_fix-1.patch 12 URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1) 13 SHA-$(PATCH1)= 6951f821ad33dae0ed4cee99ab89023216db848c 11 14 # Targets 12 15 … … 17 20 'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)' 18 21 19 stage2: Makefile $(FILE) 22 stage2: Makefile $(FILE) $(PATCH1) 20 23 $(std_build) 21 cp $(SRC)/ $(FILE)$(LFSSRC)24 cp $(SRC)/{$(FILE),$(PATCH1)} $(LFSSRC) 22 25 23 26 compile-stage2: 27 patch -Np1 -i ../$(PATCH1) 24 28 ./configure --prefix=/usr --sysconfdir=/etc 25 29 make $(PM) -
trunk/packages/module-init-tools/Makefile
r1685 r1764 10 10 11 11 PATCH1= $(DIR)-modprobe-1.patch 12 URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/lfs/6.2/$(PATCH1)12 URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1) 13 13 SHA-$(PATCH1)= 0caecb2078cc47c97e496e2e4717b8b82a52eb01 14 14 -
trunk/packages/psmisc/Makefile
r1554 r1764 2 2 3 3 NM= psmisc 4 VRS= 22. 24 VRS= 22.3 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 9 SHA-$(FILE)= 1ae222803c5b5967a1b93e69f08330e0cdc1a5549 SHA-$(FILE)= 262e5a738c323f5b1f0a112c6fcc906f9860e948 10 10 11 11 # Targets -
trunk/packages/shadow/Makefile
r1528 r1764 2 2 3 3 NM= shadow 4 VRS= 4.0.1 54 VRS= 4.0.17 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 9 SHA-$(FILE)= 0f7cd3366a032091fdffd2f8edf65056bd576cae9 SHA-$(FILE)= 326b3de0a81c1e1f9bfc75e67d45678c14fe282d 10 10 11 11 # Targets … … 26 26 find man -name Makefile -exec sed -i '/groups/d' {} \; 27 27 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/*.? 28 for i in de es fi fr id it pt_BR ; do \ 29 ../convert-mans UTF-8 ISO-8859-1 man/$$i/*.? ; done 30 for i in cs hu pl ; do \ 31 ../convert-mans UTF-8 ISO-8859-2 man/$$i/*.? ; done 36 32 ../convert-mans UTF-8 EUC-JP man/ja/*.? 37 33 # ../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 34 ../convert-mans UTF-8 KOI8-R man/ru/*.? 41 35 ../convert-mans UTF-8 ISO-8859-9 man/tr/*.? -
trunk/packages/sysklogd/Makefile
r1687 r1764 9 9 SHA-$(FILE)= 093775da0e429d0768cf195ceb20fdd6d96aeeea 10 10 11 PATCH1= $(DIR)-fixes- 1.patch11 PATCH1= $(DIR)-fixes-2.patch 12 12 URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1) 13 SHA-$(PATCH1)= 4fbd5e56c212c8e37f363eb48ba86a5ecea21f4a13 SHA-$(PATCH1)= 905d17574d6972f494b8ec4cb62bfad1c9f3ff62 14 14 15 PATCH 50= $(DIR)-8bit-1.patch16 URL-$(PATCH 50)= http://www.linuxfromscratch.org/patches/downloads/$(NM)/$(PATCH50)17 SHA-$(PATCH 50)= edc01eceb4ae7af3d6a02e23a4dace8fee50f3eb15 PATCH2= $(DIR)-8bit-1.patch 16 URL-$(PATCH2)= http://www.linuxfromscratch.org/patches/downloads/$(NM)/$(PATCH2) 17 SHA-$(PATCH2)= edc01eceb4ae7af3d6a02e23a4dace8fee50f3eb 18 18 19 19 # Targets … … 25 25 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 26 26 27 stage2: Makefile $(FILE) $(PATCH1) $(PATCH 50)27 stage2: Makefile $(FILE) $(PATCH1) $(PATCH2) 28 28 $(std_build) 29 cp $(SRC)/{$(FILE),$(PATCH1),$(PATCH 50)} $(LFSSRC)29 cp $(SRC)/{$(FILE),$(PATCH1),$(PATCH2)} $(LFSSRC) 30 30 31 31 compile-stage2: 32 32 patch -Np1 -i ../$(PATCH1) 33 patch -Np1 -i ../$(PATCH 50)33 patch -Np1 -i ../$(PATCH2) 34 34 make $(PM) 35 35 make install -
trunk/packages/sysvinit/Makefile
r1528 r1764 10 10 11 11 PATCH1= $(DIR)-reexec06-1.patch 12 URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1)13 SHA-$(PATCH1)= d06fd7274e767c1c98be27d1dc4adb135260e47914 12 15 13 # Targets -
trunk/packages/tar/Makefile
r1762 r1764 28 28 stage2: Makefile $(FILE) $(PATCH1) $(PATCH2) $(PATCH3) 29 29 $(std_build) 30 cp $(SRC)/{$(PATCH2),$(PATCH3)} $(LFSSRC)31 30 32 31 compile-stage2: 33 patch -Np1 -i ../$(PATCH1)34 patch -Np1 -i ../$(PATCH2)35 patch -Np1 -i ../$(PATCH3)36 32 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin 37 33 make $(PM) -
trunk/packages/texinfo/Makefile
r1643 r1764 4 4 VRS= 4.8 5 5 DIR= $(NM)-$(VRS) 6 FILE= $(DIR).tar.bz27 6 8 FILE= $(DIR) .tar.bz27 FILE= $(DIR)a.tar.bz2 9 8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 10 SHA-$(FILE)= b19e906f7220294c1e8b087d583c50f5c4d7c4209 SHA-$(FILE)= cde723b115faebb81019154c320e108c5042c906 11 10 12 PATCH1= $(DIR) -tempfile_fix-2.patch11 PATCH1= $(DIR)a-tempfile_fix-1.patch 13 12 URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1) 14 13 SHA-$(PATCH1)= 2ead28cb8e2679cdb53e1e4908209f0a31397dfe 15 14 16 PATCH 50= $(DIR)-multibyte-1.patch17 URL-$(PATCH 50)= $(HTTP)/$(NM)/$(PATCH50)18 SHA-$(PATCH 50)= b97ae3468c03f8389dbf5c9b6eed64f996f9ed5c15 PATCH2= $(DIR)a-multibyte-1.patch 16 URL-$(PATCH2)= $(HTTP)/$(NM)/$(PATCH2) 17 SHA-$(PATCH2)= b97ae3468c03f8389dbf5c9b6eed64f996f9ed5c 19 18 20 19 # Targets … … 35 34 'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)' 36 35 37 stage2: Makefile $(FILE) $(PATCH1) $(PATCH 50)36 stage2: Makefile $(FILE) $(PATCH1) $(PATCH2) 38 37 $(std_build) 39 cp $(SRC)/{$(PATCH1),$(PATCH 50)} $(LFSSRC)38 cp $(SRC)/{$(PATCH1),$(PATCH2)} $(LFSSRC) 40 39 41 40 compile-stage2: 42 41 patch -Np1 -i ../$(PATCH1) 43 patch -Np1 -i ../$(PATCH 50)42 patch -Np1 -i ../$(PATCH2) 44 43 ./configure --prefix=/usr 45 44 make $(PM) -
trunk/packages/udev/Makefile
r1725 r1764 2 2 3 3 NM= udev 4 VRS= 0965 CONFVRS= 6.24 VRS= 103 5 CONFVRS= 20061021 6 6 DIR= $(NM)-$(VRS) 7 7 CONFDIR=$(NM)-config-$(CONFVRS) … … 9 9 FILE= $(DIR).tar.bz2 10 10 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 11 SHA-$(FILE)= 8d15b89fdf93ba84e2d33ff6061e140aed0a4dce11 SHA-$(FILE)= 015372f585beeba05217ad6568178820b2713571 12 12 13 13 FILE1= $(CONFDIR).tar.bz2 14 URL-$(FILE1)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE1)15 SHA-$(FILE1)= 5cd22b8e9cf1e996871e2bc540d75e57a4f706a314 URL-$(FILE1)= $(HTTP)/$(NM)-config/$(FILE1) 15 SHA-$(FILE1)= 11b85243e0eec64be63be9e743f1ba7441a47e62 16 16 17 17 # Targets … … 39 39 make EXTRAS="`echo extras/*/`" 40 40 make DESTDIR=/ EXTRAS="`echo extras/*/`" install 41 cp $(CONFDIR)/[0-9]* /etc/udev/rules.d/ 41 cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/ 42 cd $(CONFDIR) ; make install install-doc install-extra-doc 42 43 echo 'ACTION=="add", BUS=="pci", SYSFS{class}=="0x030000", RUN+="detect-video"' >/etc/udev/rules.d/30-video.rules 43 44 install -m755 ../detect-video ../dhcp-helper /lib/udev -
trunk/packages/util-linux/Makefile
r1727 r1764 17 17 SHA-$(PATCH1)= 00f5192493b939c2c996df9c1f3f769abfa3fa8c 18 18 19 PATCH 31= $(DIR)-gcc4_fixes-1.patch20 URL-$(PATCH 31)= http://www.linuxfromscratch.org/patches/downloads/$(NM)/$(PATCH31)21 SHA-$(PATCH 31)= 638972c2f2b09cf20aac60ede91e803a96cea4d919 PATCH2= $(DIR)-lseek-1.patch 20 URL-$(PATCH2)= $(HTTP)/$(NM)/$(PATCH2) 21 SHA-$(PATCH2)= 5cebb93628a644b9e2b72944bdcb244f0b67374b 22 22 23 23 STAGE1_DEPS = $(FILE) 24 STAGE2_DEPS = $(FILE) $(FILE1) $(PATCH1) 24 STAGE2_DEPS = $(FILE) $(FILE1) $(PATCH1) $(PATCH2) 25 25 26 26 # Targets … … 46 46 stage2: Makefile $(STAGE2_DEPS) 47 47 $(std_build) 48 cp $(SRC)/ $(PATCH1)$(LFSSRC)/48 cp $(SRC)/{$(PATCH1),$(PATCH2)} $(LFSSRC)/ 49 49 50 50 compile-stage2: … … 54 54 mkdir -p /var/lib/hwclock 55 55 patch -Np1 -i ../$(PATCH1) 56 patch -Np1 -i ../$(PATCH2) 57 ./configure 56 58 make $(PM) HAVE_KILL=yes HAVE_SLN=yes 57 59 make HAVE_KILL=yes HAVE_SLN=yes install -
trunk/packages/vim/Makefile
r1685 r1764 6 6 7 7 FILE= $(NM)-$(VRS).tar.bz2 8 URL-$(FILE)= http://ftp.vim.org/pub/vim/unix/$(FILE)8 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) 9 9 SHA-$(FILE)= 38ef48cabf942d0dc804a794dcc6f002b9457fc8 10 10 11 11 FILE2= $(NM)-$(VRS)-lang.tar.gz 12 URL-$(FILE2)= http://ftp.vim.org/pub/vim/extra/$(FILE2)12 URL-$(FILE2)= $(HTTP)/$(NM)/$(FILE2) 13 13 SHA-$(FILE2)= 3db6b0004d213490cc00d361835e7a7c685adb52 14 14 15 PATCH1= $(NM)-$(VRS)-fixes- 7.patch16 URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/lfs/6.2/$(PATCH1)17 SHA-$(PATCH1)= caf8b4b5635cf72edd033b048a993f80c5a5aa7b15 PATCH1= $(NM)-$(VRS)-fixes-14.patch 16 URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1) 17 SHA-$(PATCH1)= 53682430a0673e15d20b435702f2e9132249fb77 18 18 19 19 PATCH2= $(NM)-$(VRS)-mandir-1.patch 20 URL-$(PATCH2)= http://www.linuxfromscratch.org/patches/lfs/6.2/$(PATCH2)20 URL-$(PATCH2)= $(HTTP)/$(NM)/$(PATCH2) 21 21 SHA-$(PATCH2)= 182f46dfacefdd3bf6f821dea71f90547d414230 22 23 PATCH3= $(NM)-$(VRS)-spellfile-1.patch24 URL-$(PATCH3)= http://www.linuxfromscratch.org/patches/lfs/6.2/$(PATCH3)25 SHA-$(PATCH3)= 4e0cb489a9b8f989f154d14cadb50deba619dd2b26 22 27 23 # Targets … … 37 33 'cd $(ROOT) && make chroot-gvim $(chbash-post-bash)' 38 34 39 stage2: Makefile $(FILE) $(FILE2) $(PATCH1) $(PATCH2) $(PATCH3)35 stage2: Makefile $(FILE) $(FILE2) $(PATCH1) $(PATCH2) 40 36 $(std_build) 41 cp $(SRC)/{$(FILE),$(FILE2),$(PATCH1),$(PATCH2) ,$(PATCH3)} $(LFSSRC)37 cp $(SRC)/{$(FILE),$(FILE2),$(PATCH1),$(PATCH2)} $(LFSSRC) 42 38 43 39 compile-stage2: … … 45 41 patch -Np1 -i ../$(PATCH1) 46 42 patch -Np1 -i ../$(PATCH2) 47 patch -Np1 -i ../$(PATCH3)48 43 echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h 49 44 ./configure --prefix=/usr --enable-multibyte 50 45 make $(PM) 51 46 make install 52 rm -f /usr/share/vim/$(DIR)/tutor/tutor.{ gr,pl,ru,sk}47 rm -f /usr/share/vim/$(DIR)/tutor/tutor.{pl,ru} 53 48 rm -f /usr/share/vim/$(DIR)/tutor/tutor.??.* 54 49 ln -sfv vim /usr/bin/vi … … 65 60 patch -Np1 -i ../$(PATCH1) 66 61 patch -Np1 -i ../$(PATCH2) 67 patch -Np1 -i ../$(PATCH3)68 62 echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h 69 63 echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h … … 71 65 make $(PM) 72 66 make install 73 rm -f /usr/share/vim/$(DIR)/tutor/tutor.{ gr,pl,ru,sk}67 rm -f /usr/share/vim/$(DIR)/tutor/tutor.{pl,sk} 74 68 rm -f /usr/share/vim/$(DIR)/tutor/tutor.??.* 75 69 ln -sfv vim /usr/bin/vi
