pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/glib2



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.

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



Home | Main Index | Thread Index | Old Index