pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/slim



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Mar 25 22:54:22 UTC 2023

Modified Files:
        pkgsrc/x11/slim: Makefile

Log Message:
slim: add a comment noting dbus dependency inconsistency

(I don't have time to investigate/test at the moment, so noting this
for now.)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/slim/Makefile

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

Modified files:

Index: pkgsrc/x11/slim/Makefile
diff -u pkgsrc/x11/slim/Makefile:1.16 pkgsrc/x11/slim/Makefile:1.17
--- pkgsrc/x11/slim/Makefile:1.16       Thu Mar 16 03:25:41 2023
+++ pkgsrc/x11/slim/Makefile    Sat Mar 25 22:54:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/03/16 03:25:41 gutteridge Exp $
+# $NetBSD: Makefile,v 1.17 2023/03/25 22:54:22 gutteridge Exp $
 
 DISTNAME=      slim-1.3.6
 PKGREVISION=   11
@@ -45,6 +45,8 @@ SLIM_XSERVER_ARGUMENTS?=      
 CONF_FILES+=   share/examples/slim/slim.conf \
                ${PKG_SYSCONFDIR}/slim.conf
 
+# XXX the slim.sh file installed for rc.d use specifies dbus as a
+# dependency, but this isn't reflected below.
 .include "options.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"



Home | Main Index | Thread Index | Old Index