Date: Wed, 15 Mar 2017 19:50:43 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436256 - in head/net: ntp ntp-devel Message-ID: <201703151950.v2FJohEL016467@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703151950.v2FJohEL016467>