summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-05-19 11:44:25 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-05-19 11:49:03 +0200
commite639fb6adeb7003e094465a34901b8c9af8d205c (patch)
treea2043cbaae61ff98a4e2637942d2f40dbeed89db /sys-block/mbuffer/files
parentdev-php/composer: bump to v1.10.6 (diff)
downloadgentoo-e639fb6adeb7003e094465a34901b8c9af8d205c.tar.gz
gentoo-e639fb6adeb7003e094465a34901b8c9af8d205c.tar.bz2
gentoo-e639fb6adeb7003e094465a34901b8c9af8d205c.zip
sys-block/mbuffer: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-block/mbuffer/files')
-rw-r--r--sys-block/mbuffer/files/mbuffer-20121111-resolv-multi-order-issue.patch21
-rw-r--r--sys-block/mbuffer/files/mbuffer-20171011-resolv-multi-order-issue.patch14
-rw-r--r--sys-block/mbuffer/files/mbuffer-20171011-sysconfdir.patch28
3 files changed, 0 insertions, 63 deletions
diff --git a/sys-block/mbuffer/files/mbuffer-20121111-resolv-multi-order-issue.patch b/sys-block/mbuffer/files/mbuffer-20121111-resolv-multi-order-issue.patch
deleted file mode 100644
index 08e0b83441b5..000000000000
--- a/sys-block/mbuffer/files/mbuffer-20121111-resolv-multi-order-issue.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -u mbuffer-20121111.orig/Makefile.in mbuffer-20121111/Makefile.in
---- mbuffer-20121111.orig/Makefile.in 2012-11-16 11:17:11.000000000 +0100
-+++ mbuffer-20121111/Makefile.in 2012-12-04 22:43:00.186863737 +0100
-@@ -77,7 +77,7 @@
- ./mbuffer -q -I :8000 -o $@.tar -o - | openssl md5 > $@.md5 & \
- sleep 1; \
- rm -f $@.tar; \
-- ./mbuffer -i test.tar -o /dev/null -O localhost:8000 -H; \
-+ ./mbuffer -i test.tar -o /dev/null -O 127.0.0.1:8000 -H; \
- wait
- sync
- diff $@.md5 test.md5
-@@ -92,7 +92,7 @@
- ./mbuffer -q -6 -I :8000 | openssl md5 > $@.md5 & \
- sleep 1; \
- rm -f $@.tar; \
-- ./mbuffer -i test.tar -o /dev/null -6 -O localhost:8000 -o $@.tar -H; \
-+ ./mbuffer -i test.tar -o /dev/null -6 -O ::1:8000 -o $@.tar -H; \
- wait
- sync
- diff $@.md5 test.md5
diff --git a/sys-block/mbuffer/files/mbuffer-20171011-resolv-multi-order-issue.patch b/sys-block/mbuffer/files/mbuffer-20171011-resolv-multi-order-issue.patch
deleted file mode 100644
index 4702ca0c1a12..000000000000
--- a/sys-block/mbuffer/files/mbuffer-20171011-resolv-multi-order-issue.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-work around "multi off" in /etc/host.conf and "::1 localhost"
-*not* being the *first* "localhost" entry in /etc/hosts
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -86,7 +86,7 @@ test2: test.md5
- ./mbuffer --pid -q -4 -I :7001 -o $@.tar -o - | openssl md5 > $@.md5 & \
- sleep 1; \
- rm -f $@.tar; \
-- ./mbuffer --pid -i test.tar -o /dev/null -4 -O localhost:7001 -H; \
-+ ./mbuffer --pid -i test.tar -o /dev/null -4 -O 127.0.0.1:7001 -H; \
- wait
- sync
- diff $@.md5 test.md5
diff --git a/sys-block/mbuffer/files/mbuffer-20171011-sysconfdir.patch b/sys-block/mbuffer/files/mbuffer-20171011-sysconfdir.patch
deleted file mode 100644
index ced095366939..000000000000
--- a/sys-block/mbuffer/files/mbuffer-20171011-sysconfdir.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -10,6 +10,7 @@ CP = @CP@
- VPATH = @srcdir@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-+sysconfdir = @sysconfdir@
- datarootdir = @datarootdir@
- bindir = @bindir@
- mandir = @mandir@/man1
-@@ -40,13 +41,13 @@ distclean: clean
- -$(RM) $(TARGET) config.h config.log \
- config.status Makefile mbuffer.1 core
-
--$(DESTDIR)$(etcdir):
-+$(DESTDIR)$(sysconfdir):
- -$(INSTALL) -d -m 755 $@
-
--$(DESTDIR)$(etcdir)/mbuffer.rc:
-- $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(etcdir)
-+$(DESTDIR)$(sysconfdir)/mbuffer.rc:
-+ $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(sysconfdir)/
-
--install: $(TARGET) $(DESTDIR)$(etcdir) $(DESTDIR)$(etcdir)/mbuffer.rc
-+install: $(TARGET) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/mbuffer.rc
- -$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
- $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(bindir)/
- -$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)