Add non-default NTP signed option.

PR:		175918
This commit is contained in:
Cy Schubert 2013-02-18 21:17:12 +00:00
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

View file

@ -44,6 +44,10 @@ PLIST_SUB+= SSL=""
CONFIGURE_ARGS+= --enable-ipv6
.endif
.if !defined(WITH_NTP_SIGND)
CONFIGURE_ARGS+= --enable-ntp-signd
.endif
.if defined(WITH_NTPSNMPD)
PLIST_FILES+= sbin/ntpsnmpd
BUILD_DEPENDS+= ${LOCALBASE}/include/net-snmp/net-snmp-config.h:${PORTSDIR}/net-mgmt/net-snmp

View file

@ -3,6 +3,7 @@
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
SSL "Enable SSL" ON \
IPV6 "Enable IPv6" OFF \
NTP_SIGND "Enable signed NTP" OFF \
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
ACTS "Enable ACTS modem service" OFF \

View file

@ -57,6 +57,10 @@ PLIST_SUB+= SSL=""
CONFIGURE_ARGS+= --enable-ipv6
.endif
.if !defined(WITH_NTP_SIGND)
CONFIGURE_ARGS+= --enable-ntp-signd
.endif
.for D in ${NTP_DRIVERS}
.if defined(WITH_${D})
CONFIGURE_ARGS+= --enable-${D}

View file

@ -3,6 +3,7 @@
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
SSL "Enable SSL" ON \
IPV6 "Enable IPv6" OFF \
NTP_SIGND "Enable signed NTP" OFF \
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
ACTS "Enable ACTS modem service" OFF \

View file

@ -56,6 +56,10 @@ PLIST_SUB+= SSL=""
CONFIGURE_ARGS+= --enable-ipv6
.endif
.if !defined(WITH_NTP_SIGND)
CONFIGURE_ARGS+= --enable-ntp-signd
.endif
.for D in ${NTP_DRIVERS}
.if defined(WITH_${D})
CONFIGURE_ARGS+= --enable-${D}

View file

@ -3,6 +3,7 @@
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
SSL "Enable SSL" ON \
IPV6 "Enable IPv6" OFF \
NTP_SIGND "Enable signed NTP" OFF \
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
ACTS "Enable ACTS modem service" OFF \