From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1107341-garchives=archives.gentoo.org@lists.gentoo.org> 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 7C44C138335 for <garchives@archives.gentoo.org>; Sat, 24 Aug 2019 10:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 737DCE07DB; Sat, 24 Aug 2019 10:11:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5EDFCE07DB for <gentoo-commits@lists.gentoo.org>; Sat, 24 Aug 2019 10:11:41 +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 B6B7C34A230 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Aug 2019 10:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D566758 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Aug 2019 10:11:37 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1566641492.01d9a85b1a301f0881bacfae238526536bb8626c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/, net-libs/libpcap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/files/libpcap-9999-prefix-solaris.patch net-libs/libpcap/libpcap-9999.ebuild X-VCS-Directories: net-libs/libpcap/ net-libs/libpcap/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 01d9a85b1a301f0881bacfae238526536bb8626c X-VCS-Branch: master Date: Sat, 24 Aug 2019 10:11:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3added9-a7f9-4bfe-9b1c-5e2b07a22faf X-Archives-Hash: 83bc2379cc16abe59ba06255a223a5de commit: 01d9a85b1a301f0881bacfae238526536bb8626c Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Aug 24 10:06:58 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Aug 24 10:11:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d9a85b net-libs/libpcap: Update live ebuild Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> .../files/libpcap-9999-prefix-solaris.patch | 35 ---------------------- net-libs/libpcap/libpcap-9999.ebuild | 1 - 2 files changed, 36 deletions(-) diff --git a/net-libs/libpcap/files/libpcap-9999-prefix-solaris.patch b/net-libs/libpcap/files/libpcap-9999-prefix-solaris.patch deleted file mode 100644 index 358cb123ff2..00000000000 --- a/net-libs/libpcap/files/libpcap-9999-prefix-solaris.patch +++ /dev/null @@ -1,35 +0,0 @@ -Prefix' Solaris uses GNU ld - ---- a/aclocal.m4 -+++ b/aclocal.m4 -@@ -415,7 +415,7 @@ - aix*) - ;; - -- freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*) -+ freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*|solaris*) - # - # Platforms where the linker is the GNU linker - # or accepts command-line arguments like -@@ -429,10 +429,10 @@ - PIC_OPT=-fpic - case "$host_cpu" in - -- sparc64*) -+ sparc64*|sparcv9*) - case "$host_os" in - -- freebsd*|openbsd*) -+ freebsd*|solaris*|openbsd*) - PIC_OPT=-fPIC - ;; - esac -@@ -497,7 +497,7 @@ - V_SHLIB_OPT="-G -bnoentry -bexpall" - ;; - -- freebsd*|netbsd*|openbsd*|dragonfly*|linux*) -+ freebsd*|solaris*|netbsd*|openbsd*|dragonfly*|linux*) - # - # "cc" is GCC. - # diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild index 45652829cdd..35c308e5a2b 100644 --- a/net-libs/libpcap/libpcap-9999.ebuild +++ b/net-libs/libpcap/libpcap-9999.ebuild @@ -31,7 +31,6 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-9999-prefix-darwin.patch - "${FILESDIR}"/${PN}-9999-prefix-solaris.patch ) src_prepare() {