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 5813C138350 for ; Tue, 25 Feb 2020 08:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64398E0837; Tue, 25 Feb 2020 08:58:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 49871E0837 for ; Tue, 25 Feb 2020 08:58:51 +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 EC11034F2D6 for ; Tue, 25 Feb 2020 08:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 995C9AF for ; Tue, 25 Feb 2020 08:58:47 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1582621123.9cf0bcbd6170b6f95579c217cf445d1b9ad3779e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/, sys-fs/inotify-tools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild X-VCS-Directories: sys-fs/inotify-tools/files/ sys-fs/inotify-tools/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9cf0bcbd6170b6f95579c217cf445d1b9ad3779e X-VCS-Branch: master Date: Tue, 25 Feb 2020 08:58:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 950d9a8f-2c86-4659-a496-ff74cda35a56 X-Archives-Hash: 931c5b4943eb9d61a2ceaed845148b32 commit: 9cf0bcbd6170b6f95579c217cf445d1b9ad3779e Author: Denis Pronin yandex ru> AuthorDate: Sun Feb 23 17:48:46 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 25 08:58:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf0bcbd sys-fs/inotify-tools: removed unused command line argument as result we get successful compilation with clang Signed-off-by: Denis Pronin yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/14755 Signed-off-by: Lars Wendler gentoo.org> .../files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch | 11 +++++++++++ sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild | 2 ++ 2 files changed, 13 insertions(+) diff --git a/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch b/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch new file mode 100644 index 00000000000..8c4f6f510e2 --- /dev/null +++ b/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch @@ -0,0 +1,11 @@ +--- inotify-tools-3.20.1/src/Makefile.am ++++ inotify-tools-3.20.1/src/Makefile.am +@@ -2,7 +2,7 @@ + inotifywait_SOURCES = inotifywait.c common.c common.h + inotifywatch_SOURCES = inotifywatch.c common.c common.h + +-AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src ++AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src + AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src + LDADD = ../libinotifytools/src/libinotifytools.la + diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild index 596dc81c50b..34e25a33f64 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild @@ -17,6 +17,8 @@ IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" RDEPEND="" +PATCHES=( "${FILESDIR}/${P}-rm-unused-cmd-arg.patch" ) + src_prepare() { default eautoreconf