Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5EC4A84FB7 for ; Thu, 2 Nov 2023 13:26:34 +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 wi9AXi-JqpcO for ; Thu, 2 Nov 2023 13:26:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B22A884EC5 for ; Thu, 2 Nov 2023 13:26:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB3A5FA2A; Thu, 2 Nov 2023 13:26:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698931593149080" MIME-Version: 1.0 Date: Thu, 2 Nov 2023 13:26:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/glib2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231102132633.AB3A5FA2A@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698931593149080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 2 13:26:33 UTC 2023 Modified Files: pkgsrc/devel/glib2: Makefile Removed Files: pkgsrc/devel/glib2/patches: patch-glib_meson.build Log Message: glib2: cleanup To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 pkgsrc/devel/glib2/Makefile cvs rdiff -u -r1.11 -r0 pkgsrc/devel/glib2/patches/patch-glib_meson.build Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698931593149080 Content-Disposition: inline Content-Length: 784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/glib2/Makefile diff -u pkgsrc/devel/glib2/Makefile:1.297 pkgsrc/devel/glib2/Makefile:1.298 --- pkgsrc/devel/glib2/Makefile:1.297 Thu Nov 2 13:17:26 2023 +++ pkgsrc/devel/glib2/Makefile Thu Nov 2 13:26:33 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.297 2023/11/02 13:17:26 wiz Exp $ +# $NetBSD: Makefile,v 1.298 2023/11/02 13:26:33 wiz Exp $ .include "Makefile.common" @@ -48,7 +48,7 @@ REPLACE_PYTHON+= gobject/tests/mkenums.p SUBST_CLASSES+= python SUBST_STAGE.python= post-build SUBST_FILES.python+= output/glib/gtester-report -SUBST_MESSAGE.python+= Fixing path to Python. +SUBST_MESSAGE.python= Fixing path to Python. SUBST_SED.python+= -e "s,^\(.*\)/usr/bin/env.*,\1${PYTHONBIN}," GIO_MODULES_DIR= ${PREFIX}/lib/gio/modules --_----------=_1698931593149080--