diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-10-11 11:48:19 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-10-11 11:48:19 +0000 |
commit | fa3aca04016a508e34bc9859c8778d35cafc44bf (patch) | |
tree | 2a56373e14401203b911f444c4bfb2be234c42a2 /sys-boot/lilo/files | |
parent | Add missing dev-util/pkgconfig to DEPEND, see bug #150800. (diff) | |
download | historical-fa3aca04016a508e34bc9859c8778d35cafc44bf.tar.gz historical-fa3aca04016a508e34bc9859c8778d35cafc44bf.tar.bz2 historical-fa3aca04016a508e34bc9859c8778d35cafc44bf.zip |
Revision bump. Patch from Ulrich Mueller <ulm@kph.uni-mainz.de> to keep diag1.img from being installed. Patch to no longer consider LVM2 containers partionable added, thanks to John Coffman for provided instructions. Removing now redundant 22.7.3 ebuild.
Package-Manager: portage-2.1.2_pre2-r7
Diffstat (limited to 'sys-boot/lilo/files')
-rw-r--r-- | sys-boot/lilo/files/digest-lilo-22.7.3-r1 | 6 | ||||
-rw-r--r-- | sys-boot/lilo/files/lilo-22.7.3-lvm2-not-partionable.patch | 13 | ||||
-rw-r--r-- | sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch | 14 |
3 files changed, 33 insertions, 0 deletions
diff --git a/sys-boot/lilo/files/digest-lilo-22.7.3-r1 b/sys-boot/lilo/files/digest-lilo-22.7.3-r1 new file mode 100644 index 000000000000..480a5f8e31a9 --- /dev/null +++ b/sys-boot/lilo/files/digest-lilo-22.7.3-r1 @@ -0,0 +1,6 @@ +MD5 08243e46598d6f457e8e4135f1fa8d52 dolilo-0.4.tar.bz2 3753 +RMD160 e63d7d258461346620d012d8e89b22b3f969b089 dolilo-0.4.tar.bz2 3753 +SHA256 812f7cb7a9c93eade7afaa8f12955723c4bdaede1c61f90162390dedfc37bd2e dolilo-0.4.tar.bz2 3753 +MD5 a3aacf90482e0c07492623042b901503 lilo-22.7.3.src.tar.gz 436177 +RMD160 265e5934183ed01ae74641161ac5eec28716f944 lilo-22.7.3.src.tar.gz 436177 +SHA256 606aa55b66b6dd8baab0465b7c23aa84a48e594a13b41eb995178a1ca2651fc5 lilo-22.7.3.src.tar.gz 436177 diff --git a/sys-boot/lilo/files/lilo-22.7.3-lvm2-not-partionable.patch b/sys-boot/lilo/files/lilo-22.7.3-lvm2-not-partionable.patch new file mode 100644 index 000000000000..2eeb5e99a23e --- /dev/null +++ b/sys-boot/lilo/files/lilo-22.7.3-lvm2-not-partionable.patch @@ -0,0 +1,13 @@ +diff -uNr lilo-22.7.3.ORIG/geometry.c lilo-22.7.3/geometry.c +--- lilo-22.7.3.ORIG/geometry.c 2006-10-11 12:35:15.000000000 +0100 ++++ lilo-22.7.3/geometry.c 2006-10-11 12:37:27.000000000 +0100 +@@ -320,8 +320,7 @@ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* Cx */ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, +- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0 /* /dev/md_dXX at 254 */ +- /* and /dev/dm-0 at 253 */ ++ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 + /* + 0 1 2 3 4 5 6 7 8 9 A B C D E F + */ diff --git a/sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch b/sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch new file mode 100644 index 000000000000..39f504ebeaa3 --- /dev/null +++ b/sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch @@ -0,0 +1,14 @@ +--- Makefile.orig 2006-10-02 22:10:39.000000000 +0200 ++++ Makefile 2006-10-02 22:18:13.000000000 +0200 +@@ -153,10 +153,7 @@ + # + # everything needed to run, just short of installation + # +-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 ++all: lilo + + # + # everything above plus the statically linked version |