git: dfd09a3cf84b - main - sysutils/nut*: Enable all non-experimental options by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 14:30:37 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfd09a3cf84b233f2a23f80aafda15021cfd4eca commit dfd09a3cf84b233f2a23f80aafda15021cfd4eca Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-07-05 03:06:32 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-07-05 14:28:50 +0000 sysutils/nut*: Enable all non-experimental options by default Increasingly binary package users are requesting enablement of all options to avoid building ports themselves, while others lack the wherewithal to build ports themselves. Therefore enable all non-experimental options by default. And, while at it enable openssl support. Users who either build ports themselves or maintain their own poudriere infrastructure, the ease of running make config or poudriere options is certainly the lesser of the two evils. Reported by: many MFH: 2022Q3 --- sysutils/nut-devel/Makefile | 3 ++- sysutils/nut/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index cec1c4a8c940..175ed72b59ec 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= nut PORTVERSION= ${NUT_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel # MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ @@ -37,7 +38,7 @@ CGIDIR_REL?= ${CGIDIR:S,^${PREFIX}/,,} PLIST_SUB+= CGIDIR="${CGIDIR_REL}" PLIST_SUB+= CGIETCDIR="etc/nut/" -OPTIONS_DEFAULT=SERIAL USB SNMP NEON SSL_OFF MANPAGES +OPTIONS_DEFAULT= SERIAL USB SNMP NEON PDU CGI BASH AVAHI FREEIPMI DOCS MANPAGES OPENSSL OPTIONS_DEFINE= SERIAL USB SNMP NEON PDU CGI BASH AVAHI IPMIPSU FREEIPMI DOCS MANPAGES OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= SSL_OFF OPENSSL NSS diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index d91fe5efc9fc..57ac8174e9d3 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -2,7 +2,7 @@ PORTNAME= nut PORTVERSION= 2.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ @@ -29,7 +29,7 @@ CGIDIR_REL?= ${CGIDIR:S,^${PREFIX}/,,} PLIST_SUB+= CGIDIR="${CGIDIR_REL}" PLIST_SUB+= CGIETCDIR="etc/nut/" -OPTIONS_DEFAULT=SERIAL USB SNMP NEON SSL_OFF MANPAGES +OPTIONS_DEFAULT=SERIAL USB SNMP NEON PDU CGI BASH AVAHI FREEIPMI DOCS MANPAGES OPENSSL OPTIONS_DEFINE= SERIAL USB SNMP NEON PDU CGI BASH AVAHI IPMIPSU FREEIPMI DOCS MANPAGES OPTIONS_SINGLE= IPMI SSL OPTIONS_SINGLE_SSL= SSL_OFF OPENSSL NSS