diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-07-05 03:06:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-07-05 14:28:50 +0000 |
commit | dfd09a3cf84b233f2a23f80aafda15021cfd4eca (patch) | |
tree | 6b561ef465d5cf67a43a4721c9b24bbc7282251b | |
parent | c9a86a0bfeaf9a943c14ebba5540f7ca1e28103a (diff) | |
download | ports-dfd09a3cf84b233f2a23f80aafda15021cfd4eca.tar.gz ports-dfd09a3cf84b233f2a23f80aafda15021cfd4eca.zip |
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
-rw-r--r-- | sysutils/nut-devel/Makefile | 3 | ||||
-rw-r--r-- | 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 |