lilo: updated to 22.7.3

This commit is contained in:
Simone Rota 2006-08-12 09:30:55 +00:00
parent 6b42d51961
commit 0d67ea27ed
3 changed files with 11 additions and 20 deletions

View File

@ -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

View File

@ -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

View File

@ -1,29 +1,20 @@
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 @@
--- 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 \
-DATARAID -DMDPRAID
-DMDPRAID
# set the compiler optimization level
@@ -154,7 +154,7 @@
# 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
+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