pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/wmbattery
Module Name: pkgsrc
Committed By: wiz
Date: Sat Nov 4 12:28:10 UTC 2023
Modified Files:
pkgsrc/sysutils/wmbattery: options.mk
Log Message:
wmbattery: remove (default off) hal option
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/wmbattery/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/wmbattery/options.mk
diff -u pkgsrc/sysutils/wmbattery/options.mk:1.1 pkgsrc/sysutils/wmbattery/options.mk:1.2
--- pkgsrc/sysutils/wmbattery/options.mk:1.1 Thu Sep 10 11:26:01 2020
+++ pkgsrc/sysutils/wmbattery/options.mk Sat Nov 4 12:28:10 2023
@@ -1,21 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2020/09/10 11:26:01 nia Exp $
+# $NetBSD: options.mk,v 1.2 2023/11/04 12:28:10 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wmbattery
-PKG_SUPPORTED_OPTIONS= hal upower
+PKG_SUPPORTED_OPTIONS= upower
.include "../../mk/bsd.options.mk"
#
-# hal support
-#
-.if !empty(PKG_OPTIONS:Mhal)
-CONFIGURE_ARGS+= --enable-hal
-.include "../../sysutils/hal/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-hal
-.endif
-
-#
# upower support
#
.if !empty(PKG_OPTIONS:Mupower)
Home |
Main Index |
Thread Index |
Old Index