Received: by mail.netbsd.org (Postfix, from userid 605) id C13D884E91; Sun, 24 Jul 2022 14:47:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0239884E8D for ; Sun, 24 Jul 2022 14:47:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fMWj4J9WiBXR for ; Sun, 24 Jul 2022 14:47:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 58A9C84D13 for ; Sun, 24 Jul 2022 14:47:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52CA9FB1A; Sun, 24 Jul 2022 14:47:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658674020142960" MIME-Version: 1.0 Date: Sun, 24 Jul 2022 14:47:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mk/tools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220724144700.52CA9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658674020142960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 24 14:47:00 UTC 2022 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: mk: do not set TOOLS_PATH.pkgconfig, defaulting to 'false' as replacement To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 pkgsrc/mk/tools/replace.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658674020142960 Content-Disposition: inline Content-Length: 723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/tools/replace.mk diff -u pkgsrc/mk/tools/replace.mk:1.294 pkgsrc/mk/tools/replace.mk:1.295 --- pkgsrc/mk/tools/replace.mk:1.294 Fri Jul 22 22:31:58 2022 +++ pkgsrc/mk/tools/replace.mk Sun Jul 24 14:47:00 2022 @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.294 2022/07/22 22:31:58 wiz Exp $ +# $NetBSD: replace.mk,v 1.295 2022/07/24 14:47:00 wiz Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -686,7 +686,6 @@ AUTORECONF_ARGS+= -I ${TOOLS_PLATFORM.p # "broken" pkg-config in the tools directory. # TOOLS_FAIL+= pkg-config -TOOLS_PATH.pkg-config= ${TOOLS_CMD.pkg-config} .endif .if !defined(TOOLS_IGNORE.rpm2pkg) && !empty(_USE_TOOLS:Mrpm2pkg) --_----------=_1658674020142960--