Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 05:17:22 +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: r511732 - head/net/ntp-devel
Message-ID:  <201909100517.x8A5HMkD007495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Sep 10 05:17:22 2019
New Revision: 511732
URL: https://svnweb.freebsd.org/changeset/ports/511732

Log:
  Chase r475132: Enable TrustedBSD MAC(4) support to ntpd.

Modified:
  head/net/ntp-devel/Makefile   (contents, props changed)

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Tue Sep 10 04:25:47 2019	(r511731)
+++ head/net/ntp-devel/Makefile	Tue Sep 10 05:17:22 2019	(r511732)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.3.99
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
 		http://archive.ntp.org/ntp4/ntp-dev/
@@ -22,7 +23,7 @@ USES=		cpe pathfix shebangfix libedit libtool localbas
 LIB_DEPENDS+=	libdns_sd.so:net/mDNSResponder
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-leap-smear
+CONFIGURE_ARGS=	--enable-leap-smear --enable-trustedbsd-mac
 
 TEST_TARGET=	check
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909100517.x8A5HMkD007495>