Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4270784F4F for ; Thu, 23 Nov 2023 11:03:05 +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 hfe103E3q4c9 for ; Thu, 23 Nov 2023 11:03:04 +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 9458D84ED5 for ; Thu, 23 Nov 2023 11:03:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91DA0FA3F; Thu, 23 Nov 2023 11:03:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170073738474760" MIME-Version: 1.0 Date: Thu, 23 Nov 2023 11:03:04 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/fonts/fontconfig To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20231123110304.91DA0FA3F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170073738474760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Nov 23 11:03:04 UTC 2023 Modified Files: pkgsrc/fonts/fontconfig: Makefile Log Message: fontconfig: Remove PYTHON_FOR_BUILD_ONLY=yes. This should really have been "tool" all along, and now that tool.mk defaults to that we can remove it completely. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 pkgsrc/fonts/fontconfig/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170073738474760 Content-Disposition: inline Content-Length: 729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/fontconfig/Makefile diff -u pkgsrc/fonts/fontconfig/Makefile:1.130 pkgsrc/fonts/fontconfig/Makefile:1.131 --- pkgsrc/fonts/fontconfig/Makefile:1.130 Sun Nov 12 13:21:26 2023 +++ pkgsrc/fonts/fontconfig/Makefile Thu Nov 23 11:03:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2023/11/12 13:21:26 wiz Exp $ +# $NetBSD: Makefile,v 1.131 2023/11/23 11:03:04 jperkin Exp $ DISTNAME= fontconfig-2.14.2 PKGREVISION= 3 @@ -11,8 +11,6 @@ HOMEPAGE= https://www.fontconfig.org/ COMMENT= Library for configuring and customizing font access #LICENSE= x11? -PYTHON_FOR_BUILD_ONLY= yes - # https://bugs.freedesktop.org/show_bug.cgi?id=101280 TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf --_----------=_170073738474760--