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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54C69158095 for ; Mon, 26 Sep 2022 12:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8400EE0825; Mon, 26 Sep 2022 12:11:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AB0AE0825 for ; Mon, 26 Sep 2022 12:11:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B9BF341272 for ; Mon, 26 Sep 2022 12:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F5FF5E9 for ; Mon, 26 Sep 2022 12:10:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664159719.4c94b0e2a1f279a1e19f8a393d4cf1e3d54f9a64.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/watchfolder/files/, app-admin/watchfolder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/watchfolder/files/0.3.3-implicit-decl.patch app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild app-admin/watchfolder/watchfolder-0.3.3-r2.ebuild X-VCS-Directories: app-admin/watchfolder/files/ app-admin/watchfolder/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c94b0e2a1f279a1e19f8a393d4cf1e3d54f9a64 X-VCS-Branch: master Date: Mon, 26 Sep 2022 12:10:57 +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: 053200d7-ce79-4e71-83a0-3fe0fdf77829 X-Archives-Hash: e9273cfdafce0af4fa9b42abe4773ad1 commit: 4c94b0e2a1f279a1e19f8a393d4cf1e3d54f9a64 Author: Sam James gentoo org> AuthorDate: Mon Sep 26 02:35:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 26 02:35:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c94b0e2 app-admin/watchfolder: fix implicit function decls Closes: https://bugs.gentoo.org/870433 Signed-off-by: Sam James gentoo.org> app-admin/watchfolder/files/0.3.3-implicit-decl.patch | 14 ++++++++++++++ ...hfolder-0.3.3-r1.ebuild => watchfolder-0.3.3-r2.ebuild} | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app-admin/watchfolder/files/0.3.3-implicit-decl.patch b/app-admin/watchfolder/files/0.3.3-implicit-decl.patch index 1b8e72d72bf8..f2fc0b367d48 100644 --- a/app-admin/watchfolder/files/0.3.3-implicit-decl.patch +++ b/app-admin/watchfolder/files/0.3.3-implicit-decl.patch @@ -38,3 +38,17 @@ #include #include #include +diff --git a/watchd.c b/watchd.c +index 842e186..49edb64 100644 +--- a/watchd.c ++++ b/watchd.c +@@ -52,6 +52,9 @@ Syntax : watchd + #define FL_LOG_MAIL 256 + #define FL_LOG_ALWAYS 512 + ++int isdir(char *name); ++void ini_close(inifile *i); ++ + typedef struct Twatchfolder + { + char* runprg; diff --git a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild b/app-admin/watchfolder/watchfolder-0.3.3-r2.ebuild similarity index 96% rename from app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild rename to app-admin/watchfolder/watchfolder-0.3.3-r2.ebuild index 1622add191e4..9a93d1579f8a 100644 --- a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild +++ b/app-admin/watchfolder/watchfolder-0.3.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7