From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-853268-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DD471384B4 for <garchives@archives.gentoo.org>; Fri, 25 Dec 2015 11:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95AAAE0867; Fri, 25 Dec 2015 11:56:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34E04E0867 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2015 11:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FA963405BB for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2015 11:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F98BC6F for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2015 11:56:02 +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: <1451044560.189c9e43fcd26e41ab4e8958c2d90e55246e159c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/, net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ net-analyzer/wireshark/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 189c9e43fcd26e41ab4e8958c2d90e55246e159c X-VCS-Branch: master Date: Fri, 25 Dec 2015 11:56:02 +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-Archives-Salt: 09998c9d-d88e-40f2-a5a2-ef226954e1a1 X-Archives-Hash: be915b89e60af3f0ce6ee6eb9523e49d commit: 189c9e43fcd26e41ab4e8958c2d90e55246e159c Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Dec 25 11:55:43 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Dec 25 11:56:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189c9e43 net-analyzer/wireshark: Update sse4_2 patch. Package-Manager: portage-2.2.26 .../wireshark/files/wireshark-2.1.0-sse4_2.patch | 20 ++++++++++++++++++++ net-analyzer/wireshark/wireshark-99999999.ebuild | 8 ++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch b/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch new file mode 100644 index 0000000..1f80be9 --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-2.1.0-sse4_2.patch @@ -0,0 +1,20 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -1101,6 +1101,7 @@ + AC_SUBST(PIE_CFLAGS) + AC_SUBST(PIE_LDFLAGS) + ++AC_ARG_ENABLE(sse4_2,[ --enable-sse4_2 Support SSE4.2 (Streaming SIMD Extensions 4.2) instructions],[ + WS_CHECKED_CFLAGS_before_simd="$WS_CHECKED_CFLAGS" + AC_WIRESHARK_COMPILER_FLAGS_CHECK(-msse4.2, C) + if test "x$can_add_to_cflags" = "xyes" +@@ -1132,6 +1133,9 @@ + ac_sse4_2_flag=-xarch=sse4_2 + fi + fi ++],[ ++AC_MSG_RESULT(no) ++]) + + # + # All AC_WIRESHARK_COMPILER_FLAGS_CHECK are done, do not call it again! diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 4a25e68..26e146c 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -13,8 +13,8 @@ LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="" IUSE=" - adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap - portaudio +qt4 qt5 sbc selinux smi cpu_flags_x86_sse4_2 ssl zlib + adns +caps cpu_flags_x86_sse4_2 crypt doc doc-pdf geoip +gtk3 ipv6 kerberos + lua +netlink +pcap portaudio +qt4 qt5 sbc selinux smi ssl zlib " REQUIRED_USE=" ssl? ( crypt ) @@ -97,9 +97,9 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-1.6.13-ldflags.patch \ "${FILESDIR}"/${PN}-1.11.0-oldlibs.patch \ - "${FILESDIR}"/${PN}-1.99.0.1975-sse4_2.patch \ "${FILESDIR}"/${PN}-99999999-pkgconfig.patch \ - "${FILESDIR}"/${PN}-1.99.8-qtchooser.patch + "${FILESDIR}"/${PN}-1.99.8-qtchooser.patch \ + "${FILESDIR}"/${PN}-2.1.0-sse4_2.patch epatch_user