Received: by mail.netbsd.org (Postfix, from userid 605) id C56BC84F15; Fri, 28 Apr 2023 21:52:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2E6A84D40 for ; Fri, 28 Apr 2023 21:52:18 +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 Yk-GbYM3syov for ; Fri, 28 Apr 2023 21:52:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A59384D13 for ; Fri, 28 Apr 2023 21:52:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E39DFA87; Fri, 28 Apr 2023 21:52:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168271873851320" MIME-Version: 1.0 Date: Fri, 28 Apr 2023 21:52:18 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/fonts/fontconfig To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20230428215218.3E39DFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168271873851320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Apr 28 21:52:18 UTC 2023 Modified Files: pkgsrc/fonts/fontconfig: Makefile Log Message: Drop runtime dependency on Python. Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 pkgsrc/fonts/fontconfig/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168271873851320 Content-Disposition: inline Content-Length: 820 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.127 pkgsrc/fonts/fontconfig/Makefile:1.128 --- pkgsrc/fonts/fontconfig/Makefile:1.127 Tue Jan 31 15:25:04 2023 +++ pkgsrc/fonts/fontconfig/Makefile Fri Apr 28 21:52:18 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.127 2023/01/31 15:25:04 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2023/04/28 21:52:18 joerg Exp $ DISTNAME= fontconfig-2.14.2 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= https://www.fontconfig.org/release/ EXTRACT_SUFX= .tar.xz @@ -10,6 +11,8 @@ 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 --_----------=_168271873851320--