svn commit: r436256 - in head/net: ntp ntp-devel

Cy Schubert cy at FreeBSD.org
Wed Mar 15 19:50:45 UTC 2017


Author: cy
Date: Wed Mar 15 19:50:43 2017
New Revision: 436256
URL: https://svnweb.freebsd.org/changeset/ports/436256

Log:
  Enable DEBUG option which enables debugging code in ntp via
  --enable-debug. This enables -d and -D options within ntpd.

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp-devel/Makefile.inc
  head/net/ntp/Makefile
  head/net/ntp/Makefile.inc

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Wed Mar 15 17:50:10 2017	(r436255)
+++ head/net/ntp-devel/Makefile	Wed Mar 15 19:50:43 2017	(r436256)
@@ -56,6 +56,8 @@ SSL_CONFIGURE_OFF=	--without-crypto
 SSL_USES=		ssl
 SSL_BROKEN_OFF=		Includes OpenSSL when deselected
 
+DEBUG_CONFIGURE_ON=	--enable-debug
+
 THREADS_CONFIGURE_ENABLE=	thread-support
 THREADS_CONFIGURE_WITH=		threads
 

Modified: head/net/ntp-devel/Makefile.inc
==============================================================================
--- head/net/ntp-devel/Makefile.inc	Wed Mar 15 17:50:10 2017	(r436255)
+++ head/net/ntp-devel/Makefile.inc	Wed Mar 15 19:50:43 2017	(r436256)
@@ -3,6 +3,7 @@
 OPTIONS_DEFINE=	NTPSNMPD \
 		SSL \
 		IPV6 \
+		DEBUG \
 		NTP_SIGND \
 		BANCOMM	 \
 		GPSVME \

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Mar 15 17:50:10 2017	(r436255)
+++ head/net/ntp/Makefile	Wed Mar 15 19:50:43 2017	(r436256)
@@ -59,6 +59,8 @@ SSL_CONFIGURE_OFF=	--without-crypto
 SSL_USES=		ssl
 SSL_BROKEN_OFF=		Includes OpenSSL when deselected
 
+DEBUG_CONFIGURE_ON=	--enable-debug
+
 THREADS_CONFIGURE_ENABLE=	thread-support
 THREADS_CONFIGURE_WITH=		threads
 

Modified: head/net/ntp/Makefile.inc
==============================================================================
--- head/net/ntp/Makefile.inc	Wed Mar 15 17:50:10 2017	(r436255)
+++ head/net/ntp/Makefile.inc	Wed Mar 15 19:50:43 2017	(r436256)
@@ -3,6 +3,7 @@
 OPTIONS_DEFINE=	NTPSNMPD \
 		SSL \
 		IPV6 \
+		DEBUG \
 		NTP_SIGND \
 		BANCOMM	 \
 		GPSVME \


More information about the svn-ports-head mailing list