pkgsrc-WIP-changes archive

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

dbus: fix typo in options, turn doxygen detection off



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 31 21:13:40 2025 +0200
Changeset:	27260ec9cf04406d56bd9cda007dc630befe0848

Modified Files:
	dbus/Makefile

Log Message:
dbus: fix typo in options, turn doxygen detection off

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27260ec9cf04406d56bd9cda007dc630befe0848

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

diffstat:
 dbus/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/dbus/Makefile b/dbus/Makefile
index f515f59352..52a2c47ada 100644
--- a/dbus/Makefile
+++ b/dbus/Makefile
@@ -35,7 +35,8 @@ CHECK_PORTABILITY_SKIP+=	tools/cmake-format
 MESON_ARGS+=		-Ddbus_user=${DBUS_USER}
 MESON_ARGS+=		-Dlocalstatedir=${VARBASE}
 MESON_ARGS+=		-Dsystem_socket=${VARBASE}/run/dbus/system_bus_socket
-MESON_ARGS+=		-Dsystem_socket=${VARBASE}/run/dbus/pid
+MESON_ARGS+=		-Dsystem_pid_file=${VARBASE}/run/dbus/pid
+MESON_ARGS+=		-Ddoxygen_docs=disabled
 
 LDFLAGS.SunOS+=		-lnsl
 


Home | Main Index | Thread Index | Old Index