pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/enlightenment16



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 19 05:49:46 UTC 2024

Modified Files:
        pkgsrc/wm/enlightenment16: Makefile

Log Message:
enlightenment16: explicitly disables dbus

The PLIST does not contain the e16-dbus-cmd that would be built if
it was found installed.

TODO: make this an option


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/wm/enlightenment16/Makefile

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

Modified files:

Index: pkgsrc/wm/enlightenment16/Makefile
diff -u pkgsrc/wm/enlightenment16/Makefile:1.36 pkgsrc/wm/enlightenment16/Makefile:1.37
--- pkgsrc/wm/enlightenment16/Makefile:1.36     Wed Aug 14 00:44:07 2024
+++ pkgsrc/wm/enlightenment16/Makefile  Mon Aug 19 05:49:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/08/14 00:44:07 gutteridge Exp $
+# $NetBSD: Makefile,v 1.37 2024/08/19 05:49:46 wiz Exp $
 
 DISTNAME=      e16-1.0.30
 PKGNAME=       ${DISTNAME:S/e/enlightenment/}
@@ -24,6 +24,9 @@ USE_PKGLOCALEDIR=     YES
 GNU_CONFIGURE=         YES
 MAKE_ENV+=             USER=${SHAREOWN}:${SHAREGRP}
 
+# TOOD: make this an option
+CONFIGURE_ARGS+=       --disable-dbus
+
 INSTALL_MAKE_FLAGS+=   sesmdir=${WRKDIR}/.tmp
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index