Received: by mail.netbsd.org (Postfix, from userid 605) id 6997E85094; Sat, 27 Jan 2024 02:09:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 995CB84E8D for ; Sat, 27 Jan 2024 02:09:28 +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 cFGesOPfHsmu for ; Sat, 27 Jan 2024 02:09:28 +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 ED12384CE8 for ; Sat, 27 Jan 2024 02:09:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9D27FA42; Sat, 27 Jan 2024 02:09:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706321367121510" MIME-Version: 1.0 Date: Sat, 27 Jan 2024 02:09:27 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20240127020927.E9D27FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706321367121510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Sat Jan 27 02:09:27 UTC 2024 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common Log Message: fonts/harfbuzz: Use REPLACE_TOOL_PYTHON, not REPLACE_PYTHON. These scripts run at build-time; they don't get installed into the package. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/fonts/harfbuzz/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706321367121510 Content-Disposition: inline Content-Length: 736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/harfbuzz/Makefile.common diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.44 pkgsrc/fonts/harfbuzz/Makefile.common:1.45 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.44 Sat Jan 27 02:09:19 2024 +++ pkgsrc/fonts/harfbuzz/Makefile.common Sat Jan 27 02:09:27 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2024/01/27 02:09:19 riastradh Exp $ +# $NetBSD: Makefile.common,v 1.45 2024/01/27 02:09:27 riastradh Exp $ # used by fonts/harfbuzz-icu/Makefile DISTNAME= harfbuzz-8.3.0 @@ -73,7 +73,7 @@ PLIST.coretext= yes .endif PYTHON_FOR_BUILD_ONLY= tool -REPLACE_PYTHON+= src/*.py +REPLACE_TOOL_PYTHON+= src/*.py PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../devel/meson/build.mk" --_----------=_1706321367121510--