aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-09-25 11:16:30 -0700
committerCy Schubert <cy@FreeBSD.org>2025-09-25 11:20:19 -0700
commitfb212931e035a17fefaeaf6d4cbed28275b37599 (patch)
tree82b8b6037110ccf8d90fdf42494fe1a6b6963b97
parent5df74f51070b56c1a06fbaff334017599bd4d397 (diff)
sysutils/nut-devel: Disable automatic enphase API discovery
Disable automatic enphase API discovery. Any port that enables the enphase API will result in a pkg-plist error. We do not need the external enphase API. Though the documentation states that external enphase API discovery is disabled, the nut build enables it automatically. Building it in a clean jail without unneeded ports installed will not discover this error.
-rw-r--r--sysutils/nut-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile
index adbc985b5860..24102fa0b68c 100644
--- a/sysutils/nut-devel/Makefile
+++ b/sysutils/nut-devel/Makefile
@@ -88,7 +88,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--with-python3=${PYTHON_CMD} \
--without-nut_monitor \
--with-ltdl --with-nut-scanner \
- --without-augeas-lenses-dir
+ --without-augeas-lenses-dir \
+ --enable-extapi-enphase=no
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share