From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F3226138A1C for ; Sat, 28 Feb 2015 23:21:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DD6E08CD; Sat, 28 Feb 2015 23:21:12 +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 DFF2FE08CD for ; Sat, 28 Feb 2015 23:21:11 +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 92BCD3409E3 for ; Sat, 28 Feb 2015 23:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3377112C41 for ; Sat, 28 Feb 2015 23:21:09 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1425165764.3f9babf9bb444d6d335ef1b7a78bd55073b94c14.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-process/lsof/files/, sys-process/lsof/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-process/lsof/files/lsof-4.87-remove-glibc-check.patch sys-process/lsof/lsof-4.87-r99.ebuild X-VCS-Directories: sys-process/lsof/ sys-process/lsof/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 3f9babf9bb444d6d335ef1b7a78bd55073b94c14 X-VCS-Branch: musl Date: Sat, 28 Feb 2015 23:21:09 +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: 7c414c78-fcd1-47dd-bcb7-e0bb73cc7792 X-Archives-Hash: 619632c9e401bcd0df2cdac74c38c400 commit: 3f9babf9bb444d6d335ef1b7a78bd55073b94c14 Author: Cato Auestad cato ninja> AuthorDate: Sat Feb 28 23:22:07 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Feb 28 23:22:44 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=3f9babf9 sys-process/lsof: fix bug #541727 Package-Manager: portage-2.2.14 Manifest-Sign-Key: 0xF52D4BBA Signed-off-by: Anthony G. Basile gentoo.org> --- sys-process/lsof/files/lsof-4.87-remove-glibc-check.patch | 15 +++++++++++++++ sys-process/lsof/lsof-4.87-r99.ebuild | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/sys-process/lsof/files/lsof-4.87-remove-glibc-check.patch b/sys-process/lsof/files/lsof-4.87-remove-glibc-check.patch new file mode 100644 index 0000000..1e121cb --- /dev/null +++ b/sys-process/lsof/files/lsof-4.87-remove-glibc-check.patch @@ -0,0 +1,15 @@ +--- a/lsof_4.87_src/dialects/linux/dlsof.h 2015-02-28 22:37:00.731421615 +0000 ++++ b/lsof_4.87_src/dialects/linux/dlsof.h 2015-02-28 22:37:57.585422124 +0000 +@@ -49,12 +49,7 @@ + #include + #include + #include +- +-# if defined(GLIBCV) || defined(__UCLIBC__) + #include +-# else /* !defined(GLIBCV) && !defined(__UCLIBC__) */ +-#include +-# endif /* defined(GLIBCV) || defined(__UCLIBC__) */ + + # if !defined(HASNORPC_H) + #include \ No newline at end of file diff --git a/sys-process/lsof/lsof-4.87-r99.ebuild b/sys-process/lsof/lsof-4.87-r99.ebuild index 9cda930..dd3753b 100644 --- a/sys-process/lsof/lsof-4.87-r99.ebuild +++ b/sys-process/lsof/lsof-4.87-r99.ebuild @@ -31,7 +31,7 @@ src_unpack() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-4.85-fix-missing-netinet_tcp_h.patch #for musl + epatch "${FILESDIR}"/${PN}-4.87-remove-glibc-check.patch #for musl epatch "${FILESDIR}"/${PN}-4.85-cross.patch #432120 # convert `test -r header.h` into a compile test sed -i -r \