Date: Tue, 14 Nov 2023 20:08:40 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f692493a83ca - main - sysutils/nut-devel: Ensure NUT-Monitor is not installed Message-ID: <202311142008.3AEK8elb056979@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f692493a83ca9406faef14ce3c399e59e3da7a1a commit f692493a83ca9406faef14ce3c399e59e3da7a1a Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-11-14 20:06:57 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-11-14 20:08:15 +0000 sysutils/nut-devel: Ensure NUT-Monitor is not installed NUT-Monitor is a new autodetected GUI. This will require a bit of testing before enablement. --- sysutils/nut-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index aa98cb7a2928..aba3bf9f8341 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -81,6 +81,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ --with-python=${PYTHON_CMD} \ --without-python2 \ --with-python3=${PYTHON_CMD} \ + --without-nut_monitor \ --with-ltdl --with-nut-scanner CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -pthread
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311142008.3AEK8elb056979>