Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/files/
Date: Sun, 14 Oct 2018 08:31:59
Message-Id: 1539505903.32e94754f2f511a46400d82a47aded29176cb9f3.voyageur@gentoo
1 commit: 32e94754f2f511a46400d82a47aded29176cb9f3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 7 19:40:57 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 08:31:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e94754
7
8 net-libs/libsrtp: remove unused patch
9
10 Closes: https://bugs.gentoo.org/664046
11 Closes: https://github.com/gentoo/gentoo/pull/9496
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 .../libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch | 17 -----------------
15 1 file changed, 17 deletions(-)
16
17 diff --git a/net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch b/net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch
18 deleted file mode 100644
19 index b29fa1ba4f9..00000000000
20 --- a/net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch
21 +++ /dev/null
22 @@ -1,17 +0,0 @@
23 -diff -uNr libsrtp-2.1.0.ORIG/configure.in libsrtp-2.1.0/configure.in
24 ---- libsrtp-2.1.0.ORIG/configure.in 2017-09-18 23:53:18.241631991 +0100
25 -+++ libsrtp-2.1.0/configure.in 2017-09-18 23:55:30.077635461 +0100
26 -@@ -272,10 +272,13 @@
27 - AC_SUBST([HMAC_OBJS])
28 -
29 - dnl Checking for PCAP
30 -+AC_ARG_ENABLE([pcap], AS_HELP_STRING([--disable-pcap], [Build without `pcap' library (-lpcap)]))
31 -+AS_IF([test "x$enable_pcap" != "xno"], [
32 - AC_CHECK_LIB([pcap], [pcap_create],
33 - [LIBS="-lpcap $LIBS"
34 - AC_DEFINE([HAVE_PCAP], [1], [Define to 1 if you have the `pcap' library (-lpcap)])
35 - AC_SUBST([HAVE_PCAP], [1])])
36 -+])
37 -
38 - AC_MSG_CHECKING([whether to redirect logging to stdout])
39 - AC_ARG_ENABLE([log-stdout],