Author: sip Date: 2006-07-08 12:04:00 +0200 (Sat, 08 Jul 2006) New Revision: 1594 Added: crux-2.2/ports/core/lilo/lilo-22.7.2.patch Removed: crux-2.2/ports/core/lilo/lilo-22.7.1.patch Modified: crux-2.2/ports/core/lilo/.md5sum crux-2.2/ports/core/lilo/Pkgfile Log: lilo: updated to 22.7.2 Modified: crux-2.2/ports/core/lilo/.md5sum =================================================================== --- crux-2.2/ports/core/lilo/.md5sum 2006-07-08 09:46:25 UTC (rev 1593) +++ crux-2.2/ports/core/lilo/.md5sum 2006-07-08 10:04:00 UTC (rev 1594) @@ -1,3 +1,3 @@ -ef6d42d12632bbb7b87f58c597908495 lilo-22.7.1.patch -1f3855c6f2c7b2beaa8a90bf9975a289 lilo-22.7.1.src.tar.gz +00123b2693be0b5c9181c0b844343d07 lilo-22.7.2.patch +2bf1eb08c449a28ebadcf66c48a26567 lilo-22.7.2.src.tar.gz e4be19b729f2c848e0838a937f960e1b lilo.conf Modified: crux-2.2/ports/core/lilo/Pkgfile =================================================================== --- crux-2.2/ports/core/lilo/Pkgfile 2006-07-08 09:46:25 UTC (rev 1593) +++ crux-2.2/ports/core/lilo/Pkgfile 2006-07-08 10:04:00 UTC (rev 1594) @@ -3,7 +3,7 @@ # Maintainer: Per Lid�n, core-ports at crux dot nu name=lilo -version=22.7.1 +version=22.7.2 release=1 source=(http://home.san.rr.com/johninsd/pub/linux/lilo/$name-$version.src.tar.gz \ $name-$version.patch lilo.conf) @@ -11,6 +11,7 @@ build() { cd $name-$version patch -p1 < ../$name-$version.patch + sed -i 's|\./checkit||g' Makefile make all make ROOT=$PKG install install -m 644 ../lilo.conf $PKG/etc Deleted: crux-2.2/ports/core/lilo/lilo-22.7.1.patch =================================================================== --- crux-2.2/ports/core/lilo/lilo-22.7.1.patch 2006-07-08 09:46:25 UTC (rev 1593) +++ crux-2.2/ports/core/lilo/lilo-22.7.1.patch 2006-07-08 10:04:00 UTC (rev 1594) @@ -1,21 +0,0 @@ -diff -ru lilo-22.7/Makefile lilo-22.7-new/Makefile ---- lilo-22.7/Makefile 2005-04-12 17:32:50.000000000 +0200 -+++ lilo-22.7-new/Makefile 2005-04-15 01:00:00.204783424 +0200 -@@ -60,7 +60,7 @@ - # XL_SECS=n Support for extra large (non-standard) floppies. - - CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DONE_SHOT -DPASS160 \ -- -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -+ -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVIRTUAL - - # set the compiler optimization level - -@@ -124,7 +124,7 @@ - .SUFFIXES: .img .b .com .S .s - - --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 Added: crux-2.2/ports/core/lilo/lilo-22.7.2.patch =================================================================== --- crux-2.2/ports/core/lilo/lilo-22.7.2.patch (rev 0) +++ crux-2.2/ports/core/lilo/lilo-22.7.2.patch 2006-07-08 10:04:00 UTC (rev 1594) @@ -0,0 +1,29 @@ +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
participants (1)
-
crux@crux.nu