commit:     a6e4186b1c1f9bb05deb564608a50d81a48266ac
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Feb 16 16:19:11 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 17:34:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e4186b

net-analyzer/softflowd: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/19490
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch       | 13 -------------
 net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch | 12 ------------
 2 files changed, 25 deletions(-)

diff --git a/net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch 
b/net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch
deleted file mode 100644
index cb4844803e0..00000000000
--- a/net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-setresuid and setresgid need _GNU_SOURCE which clashes with _BSD_SOURCE
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -87,7 +87,7 @@
- AC_SEARCH_LIBS(socket, socket)
- AC_CHECK_LIB(pcap, pcap_open_live)
- 
--AC_CHECK_FUNCS(closefrom daemon setresuid setreuid setresgid setgid strlcpy 
strlcat)
-+AC_CHECK_FUNCS(closefrom daemon setreuid setgid strlcpy strlcat)
- 
- AC_CHECK_TYPES([u_int64_t, int64_t, uint64_t, u_int32_t, int32_t, uint32_t])
- AC_CHECK_TYPES([u_int16_t, int16_t, uint16_t, u_int8_t, int8_t, uint8_t])

diff --git a/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch 
b/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch
deleted file mode 100644
index c48603a7f49..00000000000
--- a/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -52,7 +52,7 @@
-           $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
-       [ -d $(DESTDIR)$(mandir)/man8 ] || \
-           $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man8
--      $(INSTALL) -m 0755 -s softflowd $(DESTDIR)$(sbindir)/softflowd
--      $(INSTALL) -m 0755 -s softflowctl $(DESTDIR)$(sbindir)/softflowctl
-+      $(INSTALL) -m 0755 softflowd $(DESTDIR)$(sbindir)/softflowd
-+      $(INSTALL) -m 0755 softflowctl $(DESTDIR)$(sbindir)/softflowctl
-       $(INSTALL) -m 0644 softflowd.8 $(DESTDIR)$(mandir)/man8/softflowd.8
-       $(INSTALL) -m 0644 softflowctl.8 $(DESTDIR)$(mandir)/man8/softflowctl.8

Reply via email to