From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 538BA138334 for ; Sun, 14 Oct 2018 08:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B070E086D; Sun, 14 Oct 2018 08:31:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00847E086D for ; Sun, 14 Oct 2018 08:31:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF641335C95 for ; Sun, 14 Oct 2018 08:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6EDB3F1 for ; Sun, 14 Oct 2018 08:31:53 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1539505903.32e94754f2f511a46400d82a47aded29176cb9f3.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch X-VCS-Directories: net-libs/libsrtp/files/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 32e94754f2f511a46400d82a47aded29176cb9f3 X-VCS-Branch: master Date: Sun, 14 Oct 2018 08:31:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd71a07a-c036-4915-a616-b01fda129fe8 X-Archives-Hash: 01fd863ea9b8b3e44c776941dad99bd6 commit: 32e94754f2f511a46400d82a47aded29176cb9f3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Aug 7 19:40:57 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Oct 14 08:31:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e94754 net-libs/libsrtp: remove unused patch Closes: https://bugs.gentoo.org/664046 Closes: https://github.com/gentoo/gentoo/pull/9496 Signed-off-by: Bernard Cafarelli gentoo.org> .../libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch | 17 ----------------- 1 file changed, 17 deletions(-) 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 deleted file mode 100644 index b29fa1ba4f9..00000000000 --- a/net-libs/libsrtp/files/libsrtp-2.1.0-pcap-automagic-r0.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -uNr libsrtp-2.1.0.ORIG/configure.in libsrtp-2.1.0/configure.in ---- libsrtp-2.1.0.ORIG/configure.in 2017-09-18 23:53:18.241631991 +0100 -+++ libsrtp-2.1.0/configure.in 2017-09-18 23:55:30.077635461 +0100 -@@ -272,10 +272,13 @@ - AC_SUBST([HMAC_OBJS]) - - dnl Checking for PCAP -+AC_ARG_ENABLE([pcap], AS_HELP_STRING([--disable-pcap], [Build without `pcap' library (-lpcap)])) -+AS_IF([test "x$enable_pcap" != "xno"], [ - AC_CHECK_LIB([pcap], [pcap_create], - [LIBS="-lpcap $LIBS" - AC_DEFINE([HAVE_PCAP], [1], [Define to 1 if you have the `pcap' library (-lpcap)]) - AC_SUBST([HAVE_PCAP], [1])]) -+]) - - AC_MSG_CHECKING([whether to redirect logging to stdout]) - AC_ARG_ENABLE([log-stdout],