pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Sep  3 09:24:42 UTC 2025

Modified Files:
        pkgsrc/sysutils/dbus: Makefile

Log Message:
dbus: Explicitly disable inotify on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/sysutils/dbus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.143 pkgsrc/sysutils/dbus/Makefile:1.144
--- pkgsrc/sysutils/dbus/Makefile:1.143 Fri Aug 15 15:49:12 2025
+++ pkgsrc/sysutils/dbus/Makefile       Wed Sep  3 09:24:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2025/08/15 15:49:12 hauke Exp $
+# $NetBSD: Makefile,v 1.144 2025/09/03 09:24:42 jperkin Exp $
 
 DISTNAME=      dbus-1.16.2
 PKGREVISION=   1
@@ -48,6 +48,7 @@ SUBST_FILES.docbook=  doc/*.xml*
 SUBST_SED.docbook=     -e 's,http://www.oasis-open.org/docbook/xml,${PREFIX}/share/xml/docbook,g'
 
 .if ${OPSYS} == "SunOS"
+MESON_ARGS+=           -Dinotify=disabled
 MESON_ARGS+=           -Dsolaris_console_owner_file="/dev/vt/console_user"
 .endif
 



Home | Main Index | Thread Index | Old Index