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:   ryoon
Date:           Fri Nov 17 09:14:56 UTC 2023

Modified Files:
        pkgsrc/devel/glib2: Makefile

Log Message:
glib2: Use dbus system socket under /var/run

* Fix runtime error of consolekit and its consumers including pulseaudio.
* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 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.298 pkgsrc/devel/glib2/Makefile:1.299
--- pkgsrc/devel/glib2/Makefile:1.298   Thu Nov  2 13:26:33 2023
+++ pkgsrc/devel/glib2/Makefile Fri Nov 17 09:14:56 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.298 2023/11/02 13:26:33 wiz Exp $
+# $NetBSD: Makefile,v 1.299 2023/11/17 09:14:56 ryoon Exp $
 
 .include "Makefile.common"
 
+PKGREVISION=   1
 CATEGORIES=    devel gnome
 COMMENT=       Some useful routines for C programming (glib2)
 
@@ -11,6 +12,7 @@ MESON_ARGS+=  -Dinstalled_tests=false
 # Avoid linux dependency on libmount-dev
 MESON_ARGS+=   -Dlibmount=disabled
 MESON_ARGS+=   -Dlocalstatedir=${VARBASE}
+MESON_ARGS+=   -Druntime_dir=${VARBASE}/run
 .if ${OPSYS} == "FreeBSD"
 MESON_ARGS+=   -Db_lundef=false
 .endif



Home | Main Index | Thread Index | Old Index