Received: by mail.netbsd.org (Postfix, from userid 605) id 98C8284F41; Sat, 13 Jan 2024 17:27:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7DA184F40 for ; Sat, 13 Jan 2024 17:27:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aIZwWsdhEXds for ; Sat, 13 Jan 2024 17:27:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B1D984D2E for ; Sat, 13 Jan 2024 17:27:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42090FA42; Sat, 13 Jan 2024 17:27:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705166868239630" MIME-Version: 1.0 Date: Sat, 13 Jan 2024 17:27:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/nickle To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240113172748.42090FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705166868239630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 13 17:27:48 UTC 2024 Modified Files: pkgsrc/math/nickle: Makefile Log Message: nickle: add missing tool To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/nickle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705166868239630 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/nickle/Makefile diff -u pkgsrc/math/nickle/Makefile:1.32 pkgsrc/math/nickle/Makefile:1.33 --- pkgsrc/math/nickle/Makefile:1.32 Sat Jan 13 04:25:39 2024 +++ pkgsrc/math/nickle/Makefile Sat Jan 13 17:27:48 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2024/01/13 04:25:39 riastradh Exp $ +# $NetBSD: Makefile,v 1.33 2024/01/13 17:27:48 wiz Exp $ DISTNAME= nickle-2.96 CATEGORIES= math lang @@ -11,6 +11,8 @@ LICENSE= mit USE_TOOLS+= autoconf automake autoreconf TOOL_DEPENDS+= autoconf-archive>=0:../../devel/autoconf-archive +# for m4 file +TOOL_DEPENDS+= pkgconf>=0:../../devel/pkgconf pre-configure: @${STEP_MSG} Autoreconf for Makefile.am patch --_----------=_1705166868239630--