summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-16 17:19:11 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-16 18:34:44 +0100
commita6e4186b1c1f9bb05deb564608a50d81a48266ac (patch)
treed7c51a57dabb6e56d141a273576efcf1eb8af124 /net-analyzer
parentnet-analyzer/nbtscan: remove unused patch(es) (diff)
downloadgentoo-a6e4186b1c1f9bb05deb564608a50d81a48266ac.tar.gz
gentoo-a6e4186b1c1f9bb05deb564608a50d81a48266ac.tar.bz2
gentoo-a6e4186b1c1f9bb05deb564608a50d81a48266ac.zip
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@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch13
-rw-r--r--net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch12
2 files changed, 0 insertions, 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 cb4844803e00..000000000000
--- 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 c48603a7f491..000000000000
--- 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