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 BB6441396D0 for ; Tue, 22 Aug 2017 05:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD4F6E0D09; Tue, 22 Aug 2017 05:30:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 94B4DE0D09 for ; Tue, 22 Aug 2017 05:30:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E084F33BEAE for ; Tue, 22 Aug 2017 05:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 876057E4B for ; Tue, 22 Aug 2017 05:30:05 +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: <1503378315.2d11c53e87eb3976889ca2f3226a374d6dbdf47d.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/, sys-fs/f2fs-tools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch X-VCS-Directories: sys-fs/f2fs-tools/files/ sys-fs/f2fs-tools/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2d11c53e87eb3976889ca2f3226a374d6dbdf47d X-VCS-Branch: master Date: Tue, 22 Aug 2017 05:30:05 +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: 3562b240-123b-4a42-9a97-28c7b5846fb1 X-Archives-Hash: 3580156659c026c3e5fad56fbc57a3c1 commit: 2d11c53e87eb3976889ca2f3226a374d6dbdf47d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Aug 22 04:44:47 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Aug 22 05:05:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d11c53e sys-fs/f2fs-tools: fix bug #623660 for version 1.8.0 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild | 4 ++++ sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild index 11d3ad95aa0..fe85240c1de 100644 --- a/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild +++ b/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild @@ -17,6 +17,10 @@ RDEPEND=" selinux? ( sys-libs/libselinux )" DEPEND="$RDEPEND" +PATCHES=( + "${FILESDIR}"/${P}-sysmacros.patch #623660 +) + src_configure() { #This is required to install to /sbin, bug #481110 econf \ diff --git a/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch b/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch new file mode 100644 index 00000000000..7ca70222fd5 --- /dev/null +++ b/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch @@ -0,0 +1,10 @@ +--- f2fs-tools-1.8.0/lib/libf2fs.c.orig 2017-07-03 03:01:53.000000000 +0600 ++++ f2fs-tools-1.8.0/lib/libf2fs.c 2017-08-17 00:45:01.638979885 +0600 +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + #include + #include + #include