summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-04 07:20:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-04 07:20:44 +0200
commitb0bd1c72aac266f733760b9243232568cc9b4ba2 (patch)
tree247ba564f10288f301101f83043ebc43bbbcd27a /sys-boot/lilo/files
parentnet-ftp/ftp: remove old (diff)
downloadgentoo-b0bd1c72aac266f733760b9243232568cc9b4ba2.tar.gz
gentoo-b0bd1c72aac266f733760b9243232568cc9b4ba2.tar.bz2
gentoo-b0bd1c72aac266f733760b9243232568cc9b4ba2.zip
sys-boot/lilo: remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-boot/lilo/files')
-rw-r--r--sys-boot/lilo/files/lilo-22.8-correct-usage-info.patch12
-rw-r--r--sys-boot/lilo/files/lilo-22.8-makefile.patch42
-rw-r--r--sys-boot/lilo/files/lilo-22.8-nodevmapper.patch13
-rw-r--r--sys-boot/lilo/files/lilo-22.8-novga.patch11
4 files changed, 0 insertions, 78 deletions
diff --git a/sys-boot/lilo/files/lilo-22.8-correct-usage-info.patch b/sys-boot/lilo/files/lilo-22.8-correct-usage-info.patch
deleted file mode 100644
index 87ea4b20ce9e..000000000000
--- a/sys-boot/lilo/files/lilo-22.8-correct-usage-info.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/lilo.c
-+++ b/lilo.c
-@@ -548,7 +548,8 @@
- fprintf(errstd,"%7s%s -T help \t\t\tlist additional options\n", "", name);
- fprintf(errstd,"%7s%s -X\t\t\t\tinternal compile-time options\n", "", name);
- #endif /* !__MSDOS__ */
-- fprintf(errstd,"%7s%s -V [ -v ]\t\t\tversion information\n\n","",name);
-+ fprintf(errstd,"%7s%s -V\t\t\t\tversion information\n","",name);
-+ fprintf(errstd,"%7s%s -v\t\t\t\tverbose mode\n\n","",name);
- exit(1);
- }
-
diff --git a/sys-boot/lilo/files/lilo-22.8-makefile.patch b/sys-boot/lilo/files/lilo-22.8-makefile.patch
deleted file mode 100644
index d2a34bbded1d..000000000000
--- a/sys-boot/lilo/files/lilo-22.8-makefile.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -69,18 +69,7 @@
- -DMDPRAID -DDEVMAPPER
-
-
--# set the following if you wish LILO.COM to be installed
--DOS_DIR=/dosC/boot
--#
--# select one of the following to place the man pages in the right place
--#MAN_DIR=`if [ -z "$(whereis lilo | grep 'lilo.8')" ]; then \
--# whereis lilo | sed -e "sX.* /usrX/usrX" -e "sX/man8/lilo.8.*XX" ; \
--# elif [ -f /usr/bin/manpath ]; then \
--# manpath | sed "s/:.*//"; else echo /usr/man; fi`
--#
--MAN_DIR=`if [ -f /usr/bin/manpath ]; then \
-- manpath | sed "s/:.*//"; else echo /usr/share/man; fi`
--#MAN_DIR=/usr/share/man
-+MAN_DIR=/usr/share/man
-
- # set the compiler optimization level
-
-@@ -165,10 +154,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
-@@ -452,7 +438,6 @@
- rm -f $$ROOT$(BOOT_DIR)/boot.b; fi
- cp mkrescue $$ROOT$(SBIN_DIR)
- cp lilo $$ROOT$(SBIN_DIR)
-- strip $$ROOT$(SBIN_DIR)/lilo
- cp keytab-lilo.pl $$ROOT$(USRSBIN_DIR)
- cp manPages/lilo.8 $$ROOT$(MAN_DIR)/man8
- cp manPages/mkrescue.8 $$ROOT$(MAN_DIR)/man8
diff --git a/sys-boot/lilo/files/lilo-22.8-nodevmapper.patch b/sys-boot/lilo/files/lilo-22.8-nodevmapper.patch
deleted file mode 100644
index f81cbfe92ef5..000000000000
--- a/sys-boot/lilo/files/lilo-22.8-nodevmapper.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile~ 2007-04-28 22:04:23.000000000 +0200
-+++ Makefile 2007-04-28 22:21:46.000000000 +0200
-@@ -91,8 +91,8 @@
- sed 's/-D/-DLCF_/g'`
- LILO=-DLILO=0xbb920890
- KVER=`if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi`
--HDM=`if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi`
--DEVMAPPER=`if [ -f /usr/include/libdevmapper.h ]; then echo "-ldevmapper"; fi`
-+HDM=
-+DEVMAPPER=
-
- TMP=_TmP_
-
diff --git a/sys-boot/lilo/files/lilo-22.8-novga.patch b/sys-boot/lilo/files/lilo-22.8-novga.patch
deleted file mode 100644
index 939998fe9d4e..000000000000
--- a/sys-boot/lilo/files/lilo-22.8-novga.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -66,7 +66,7 @@
-
- CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \
- -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL \
-- -DMDPRAID -DDEVMAPPER
-+ -DMDPRAID -DDEVMAPPER -DNOVGA
-
-
- MAN_DIR=/usr/share/man