lilo: updated to 22.7.2

This commit is contained in:
Simone Rota 2006-07-08 10:04:00 +00:00
parent e45dedde2f
commit 4870fcd219
4 changed files with 33 additions and 24 deletions

View File

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

View File

@ -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 @@ source=(http://home.san.rr.com/johninsd/pub/linux/lilo/$name-$version.src.tar.gz
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

View File

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

29
lilo/lilo-22.7.2.patch Normal file
View File

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