pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ups-nut
Module Name: pkgsrc
Committed By: gdt
Date: Sat May 31 13:58:38 UTC 2025
Modified Files:
pkgsrc/sysutils/ups-nut: Makefile
Log Message:
sysutils/ups-nut: Force-disable enphase support
By default, it's built if some not-documented set of prereqs is
present, leading to packaging failures. For now, just force it off
until someone who cares presents a proposal to add dependencies and
enable it, subject to the usual benefit/cost tradeoff discussion.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/sysutils/ups-nut/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/ups-nut/Makefile
diff -u pkgsrc/sysutils/ups-nut/Makefile:1.80 pkgsrc/sysutils/ups-nut/Makefile:1.81
--- pkgsrc/sysutils/ups-nut/Makefile:1.80 Sat May 17 23:56:37 2025
+++ pkgsrc/sysutils/ups-nut/Makefile Sat May 31 13:58:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2025/05/17 23:56:37 gdt Exp $
+# $NetBSD: Makefile,v 1.81 2025/05/31 13:58:38 gdt Exp $
.include "Makefile.common"
@@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --with-altpidpath=${NUT
CONFIGURE_ARGS+= --with-dev
CONFIGURE_ARGS+= --without-asciidoc
+# Auto-enables if prereqs (not documented) are present. Unclear
+# usefulness, so until rationale to enable (and patch), disable.
+CONFIGURE_ARGS+= --disable-extapi-enphase
+
CONFIGURE_ARGS+= --without-snmp # provided by sysutils/ups-nut-snmp
CONFIGURE_ARGS+= --without-usb # provided by sysutils/ups-nut-usb
CONFIGURE_ARGS+= --without-nut_monitor # not yet packaged
Home |
Main Index |
Thread Index |
Old Index