Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3488A84E96 for ; Sun, 29 Oct 2023 21:16:22 +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 oUd3m27H7UKR for ; Sun, 29 Oct 2023 21:16:21 +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 8549084CE3 for ; Sun, 29 Oct 2023 21:16:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7EC6CFADC; Sun, 29 Oct 2023 21:16:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169861418164550" MIME-Version: 1.0 Date: Sun, 29 Oct 2023 21:16:21 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20231029211621.7EC6CFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169861418164550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Sun Oct 29 21:16:21 UTC 2023 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common Log Message: fonts/harfbuzz: Needs meson>=1.2.0 for gnome.generate_gir(env=...). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/fonts/harfbuzz/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169861418164550 Content-Disposition: inline Content-Length: 868 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.39 pkgsrc/fonts/harfbuzz/Makefile.common:1.40 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.39 Fri Oct 20 10:41:38 2023 +++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Oct 29 21:16:21 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2023/10/20 10:41:38 adam Exp $ +# $NetBSD: Makefile.common,v 1.40 2023/10/29 21:16:21 riastradh Exp $ # used by fonts/harfbuzz-icu/Makefile DISTNAME= harfbuzz-8.2.2 @@ -24,6 +24,9 @@ USE_CXX_FEATURES+= c++11 is_trivially_co USE_LANGUAGES= c99 c++ USE_TOOLS+= pkg-config +# src/meson.build:954:29: ERROR: gnome.generate_gir got unknown keyword arguments "env" +MESON_REQD+= 1.2.0 + # cairo/fontconfig are only needed for command line utilities MESON_ARGS+= -Dcairo=disabled MESON_ARGS+= -Dintrospection=enabled --_----------=_169861418164550--