mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add non-default NTP signed option.
PR: 175918
This commit is contained in:
parent
fcb98a504a
commit
94e4ae2915
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312527
6 changed files with 15 additions and 0 deletions
|
@ -44,6 +44,10 @@ PLIST_SUB+= SSL=""
|
||||||
CONFIGURE_ARGS+= --enable-ipv6
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(WITH_NTP_SIGND)
|
||||||
|
CONFIGURE_ARGS+= --enable-ntp-signd
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_NTPSNMPD)
|
.if defined(WITH_NTPSNMPD)
|
||||||
PLIST_FILES+= sbin/ntpsnmpd
|
PLIST_FILES+= sbin/ntpsnmpd
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/include/net-snmp/net-snmp-config.h:${PORTSDIR}/net-mgmt/net-snmp
|
BUILD_DEPENDS+= ${LOCALBASE}/include/net-snmp/net-snmp-config.h:${PORTSDIR}/net-mgmt/net-snmp
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
||||||
SSL "Enable SSL" ON \
|
SSL "Enable SSL" ON \
|
||||||
IPV6 "Enable IPv6" OFF \
|
IPV6 "Enable IPv6" OFF \
|
||||||
|
NTP_SIGND "Enable signed NTP" OFF \
|
||||||
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
||||||
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
||||||
ACTS "Enable ACTS modem service" OFF \
|
ACTS "Enable ACTS modem service" OFF \
|
||||||
|
|
|
@ -57,6 +57,10 @@ PLIST_SUB+= SSL=""
|
||||||
CONFIGURE_ARGS+= --enable-ipv6
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(WITH_NTP_SIGND)
|
||||||
|
CONFIGURE_ARGS+= --enable-ntp-signd
|
||||||
|
.endif
|
||||||
|
|
||||||
.for D in ${NTP_DRIVERS}
|
.for D in ${NTP_DRIVERS}
|
||||||
.if defined(WITH_${D})
|
.if defined(WITH_${D})
|
||||||
CONFIGURE_ARGS+= --enable-${D}
|
CONFIGURE_ARGS+= --enable-${D}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
||||||
SSL "Enable SSL" ON \
|
SSL "Enable SSL" ON \
|
||||||
IPV6 "Enable IPv6" OFF \
|
IPV6 "Enable IPv6" OFF \
|
||||||
|
NTP_SIGND "Enable signed NTP" OFF \
|
||||||
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
||||||
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
||||||
ACTS "Enable ACTS modem service" OFF \
|
ACTS "Enable ACTS modem service" OFF \
|
||||||
|
|
|
@ -56,6 +56,10 @@ PLIST_SUB+= SSL=""
|
||||||
CONFIGURE_ARGS+= --enable-ipv6
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(WITH_NTP_SIGND)
|
||||||
|
CONFIGURE_ARGS+= --enable-ntp-signd
|
||||||
|
.endif
|
||||||
|
|
||||||
.for D in ${NTP_DRIVERS}
|
.for D in ${NTP_DRIVERS}
|
||||||
.if defined(WITH_${D})
|
.if defined(WITH_${D})
|
||||||
CONFIGURE_ARGS+= --enable-${D}
|
CONFIGURE_ARGS+= --enable-${D}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
||||||
SSL "Enable SSL" ON \
|
SSL "Enable SSL" ON \
|
||||||
IPV6 "Enable IPv6" OFF \
|
IPV6 "Enable IPv6" OFF \
|
||||||
|
NTP_SIGND "Enable signed NTP" OFF \
|
||||||
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
||||||
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
||||||
ACTS "Enable ACTS modem service" OFF \
|
ACTS "Enable ACTS modem service" OFF \
|
||||||
|
|
Loading…
Add table
Reference in a new issue