r1715 - crux-2.2/ports/core/lilo
Author: sip Date: 2006-08-12 11:30:55 +0200 (Sat, 12 Aug 2006) New Revision: 1715 Added: crux-2.2/ports/core/lilo/lilo-22.7.3.patch Removed: crux-2.2/ports/core/lilo/lilo-22.7.2.patch Modified: crux-2.2/ports/core/lilo/.md5sum crux-2.2/ports/core/lilo/Pkgfile Log: lilo: updated to 22.7.3 Modified: crux-2.2/ports/core/lilo/.md5sum =================================================================== --- crux-2.2/ports/core/lilo/.md5sum 2006-08-12 07:43:26 UTC (rev 1714) +++ crux-2.2/ports/core/lilo/.md5sum 2006-08-12 09:30:55 UTC (rev 1715) @@ -1,3 +1,3 @@ -00123b2693be0b5c9181c0b844343d07 lilo-22.7.2.patch -2bf1eb08c449a28ebadcf66c48a26567 lilo-22.7.2.src.tar.gz +3e05c2b0e0d30e821509eaaec0bbd47c lilo-22.7.3.patch +a3aacf90482e0c07492623042b901503 lilo-22.7.3.src.tar.gz e4be19b729f2c848e0838a937f960e1b lilo.conf Modified: crux-2.2/ports/core/lilo/Pkgfile =================================================================== --- crux-2.2/ports/core/lilo/Pkgfile 2006-08-12 07:43:26 UTC (rev 1714) +++ crux-2.2/ports/core/lilo/Pkgfile 2006-08-12 09:30:55 UTC (rev 1715) @@ -3,14 +3,14 @@ # Maintainer: Per Lid�n, core-ports at crux dot nu name=lilo -version=22.7.2 +version=22.7.3 release=1 source=(http://home.san.rr.com/johninsd/pub/linux/lilo/$name-$version.src.tar.gz \ $name-$version.patch lilo.conf) build() { cd $name-$version - patch -p1 < ../$name-$version.patch + patch -p0 < ../$name-$version.patch sed -i 's|\./checkit||g' Makefile make all make ROOT=$PKG install Deleted: crux-2.2/ports/core/lilo/lilo-22.7.2.patch =================================================================== --- crux-2.2/ports/core/lilo/lilo-22.7.2.patch 2006-08-12 07:43:26 UTC (rev 1714) +++ crux-2.2/ports/core/lilo/lilo-22.7.2.patch 2006-08-12 09:30:55 UTC (rev 1715) @@ -1,29 +0,0 @@ -diff -Nru lilo-22.7.2.orig/Makefile lilo-22.7.2/Makefile ---- lilo-22.7.2.orig/Makefile 2006-07-08 11:59:25.735532000 +0200 -+++ lilo-22.7.2/Makefile 2006-07-08 12:01:54.420824250 +0200 -@@ -64,7 +64,7 @@ - # XL_SECS=n Support for extra large (non-standard) floppies. - - CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \ -- -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL \ -+ -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVIRTUAL \ - -DATARAID -DMDPRAID - - # set the compiler optimization level -@@ -154,7 +154,7 @@ - # - # everything needed to run, just short of installation - # --all: lilo bootsect.b diag1.img # OBSOLETE: $(BOOTS) edit dparam.com activate -+all: lilo bootsect.b # diag1.img # OBSOLETE: $(BOOTS) edit dparam.com activate - if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then \ - make diagnostic; \ - make dosexe; fi -@@ -180,7 +180,6 @@ - # - test: test.img - test.img: -- ./checkit - echo Tested >test.img - # - # make the bootable diagnostic floppies Copied: crux-2.2/ports/core/lilo/lilo-22.7.3.patch (from rev 1714, crux-2.2/ports/core/lilo/lilo-22.7.2.patch) =================================================================== --- crux-2.2/ports/core/lilo/lilo-22.7.3.patch (rev 0) +++ crux-2.2/ports/core/lilo/lilo-22.7.3.patch 2006-08-12 09:30:55 UTC (rev 1715) @@ -0,0 +1,20 @@ +--- Makefile.orig 2006-08-12 11:27:22.726223250 +0200 ++++ Makefile 2006-08-12 11:28:32.070557000 +0200 +@@ -65,7 +65,7 @@ + # XL_SECS=n Support for extra large (non-standard) floppies. + + CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \ +- -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL \ ++ -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVIRTUAL \ + -DMDPRAID + + # set the following if you wish LILO.COM to be installed +@@ -162,7 +162,7 @@ + # + # everything needed to run, just short of installation + # +-all: lilo bootsect.b diag1.img # OBSOLETE: $(BOOTS) edit dparam.com activate ++all: lilo bootsect.b # diag1.img OBSOLETE: $(BOOTS) edit dparam.com activate + if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then \ + make diagnostic; \ + make dosexe; fi
participants (1)
-
crux@crux.nu