pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2021Q1] pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Apr 24 13:09:41 UTC 2021

Modified Files:
        pkgsrc/devel/glib2 [pkgsrc-2021Q1]: Makefile

Log Message:
Pullup ticket #6449 - requested by tsutsui
devel/glib2: fix for PR pkg/56114

(via patch)


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.277.2.1 pkgsrc/devel/glib2/Makefile

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.277 pkgsrc/devel/glib2/Makefile:1.277.2.1
--- pkgsrc/devel/glib2/Makefile:1.277   Mon Mar 22 06:54:19 2021
+++ pkgsrc/devel/glib2/Makefile Sat Apr 24 13:09:41 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.277 2021/03/22 06:54:19 adam Exp $
+# $NetBSD: Makefile,v 1.277.2.1 2021/04/24 13:09:41 bsiegert Exp $
 
 .include "Makefile.common"
+PKGREVISION=1
 
 CATEGORIES=    devel gnome
 COMMENT=       Some useful routines for C programming (glib2)
@@ -43,6 +44,7 @@ SUBST_CLASSES+=               dbusdb
 SUBST_MESSAGE.dbusdb=  Adjust dbus machine uuid path to dbus package
 SUBST_STAGE.dbusdb=    pre-configure
 SUBST_FILES.dbusdb=    gio/gdbusconnection.c
+SUBST_FILES.dbusdb=    gio/gdbusprivate.c
 SUBST_FILES.dbusdb+=   po/*.po
 SUBST_SED.dbusdb=      -e 's,/var/lib/dbus,${VARBASE}/db/dbus,g'
 



Home | Main Index | Thread Index | Old Index