Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 525EC84D28 for ; Sat, 4 Nov 2023 12:28:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QynkfrggDf-p for ; Sat, 4 Nov 2023 12:28:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A72C284CE2 for ; Sat, 4 Nov 2023 12:28:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4A99FA2B; Sat, 4 Nov 2023 12:28:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699100890278630" MIME-Version: 1.0 Date: Sat, 4 Nov 2023 12:28:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/wmbattery To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231104122810.A4A99FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699100890278630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1699100890278630 Content-Disposition: inline Content-Length: 805 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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) --_----------=_1699100890278630--