diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-09-25 11:16:30 -0700 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-09-25 11:20:19 -0700 |
| commit | fb212931e035a17fefaeaf6d4cbed28275b37599 (patch) | |
| tree | 82b8b6037110ccf8d90fdf42494fe1a6b6963b97 | |
| parent | 5df74f51070b56c1a06fbaff334017599bd4d397 (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/Makefile | 3 |
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 |
