Received: by mail.netbsd.org (Postfix, from userid 605) id 27FB184D6D; Sat, 4 Jul 2020 10:04:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A293E84D5B for ; Sat, 4 Jul 2020 10:04:47 +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 1CC0Xs1bNjnF for ; Sat, 4 Jul 2020 10:04:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F318C84CEA for ; Sat, 4 Jul 2020 10:04:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E64FDFB28; Sat, 4 Jul 2020 10:04:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15938570869410" MIME-Version: 1.0 Date: Sat, 4 Jul 2020 10:04:46 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/gobject-introspection To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20200704100446.E64FDFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15938570869410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Jul 4 10:04:46 UTC 2020 Modified Files: pkgsrc/devel/gobject-introspection: Makefile Log Message: Explicitly disable g-ir-doc-tool, since it's not in PLIST. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/gobject-introspection/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15938570869410 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gobject-introspection/Makefile diff -u pkgsrc/devel/gobject-introspection/Makefile:1.70 pkgsrc/devel/gobject-introspection/Makefile:1.71 --- pkgsrc/devel/gobject-introspection/Makefile:1.70 Sun Apr 12 20:29:08 2020 +++ pkgsrc/devel/gobject-introspection/Makefile Sat Jul 4 10:04:46 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2020/04/12 20:29:08 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2020/07/04 10:04:46 schmonz Exp $ DISTNAME= gobject-introspection-1.64.1 CATEGORIES= devel gnome @@ -18,6 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_TOOLS+= pkg-config flex bison MESON_ARGS+= -Dpython=${PYTHONBIN} +MESON_ARGS+= -Ddoctool=disabled PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in --_----------=_15938570869410--