pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/upower



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 22 08:39:26 UTC 2023

Modified Files:
        pkgsrc/sysutils/upower: Makefile

Log Message:
upower: Disable Linux backend until gperf is imported.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/upower/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/upower/Makefile
diff -u pkgsrc/sysutils/upower/Makefile:1.23 pkgsrc/sysutils/upower/Makefile:1.24
--- pkgsrc/sysutils/upower/Makefile:1.23        Fri Jul 21 12:29:22 2023
+++ pkgsrc/sysutils/upower/Makefile     Sat Jul 22 08:39:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2023/07/21 12:29:22 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2023/07/22 08:39:26 nia Exp $
 
 DISTNAME=      upower-0.99.13
 PKGREVISION=   1
@@ -23,6 +23,9 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 CONFIGURE_ARGS+=       --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
 CONFIGURE_ARGS+=       --enable-introspection
 
+# Real Linux backend requires gudev, which we lack in pkgsrc.
+CONFIGURE_ARGS.Linux+= --with-backend=dummy
+
 PKG_SYSCONFSUBDIR=     UPower
 INSTALL_MAKE_FLAGS+=   configdir=${EGDIR} dbusconfdir=${EGDIR}
 EGDIR=                 ${PREFIX}/share/examples/upower



Home | Main Index | Thread Index | Old Index