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:   wiz
Date:           Tue Oct 17 22:10:01 UTC 2023

Modified Files:
        pkgsrc/sysutils/dbus: Makefile

Log Message:
dbus: remove reference to MESSAGE.rcd to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 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.138 pkgsrc/sysutils/dbus/Makefile:1.139
--- pkgsrc/sysutils/dbus/Makefile:1.138 Sun Sep  3 18:31:52 2023
+++ pkgsrc/sysutils/dbus/Makefile       Tue Oct 17 22:10:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2023/09/03 18:31:52 pin Exp $
+# $NetBSD: Makefile,v 1.139 2023/10/17 22:10:01 wiz Exp $
 
 DISTNAME=      dbus-1.14.10
 CATEGORIES=    sysutils
@@ -31,10 +31,6 @@ SMF_NAME=    dbus
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${INIT_SYSTEM} == "rc.d"
-MESSAGE_SRC+=  MESSAGE.rcd
-.endif
-
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 
 # Prevent the configure script from picking up a per-user tmp



Home | Main Index | Thread Index | Old Index