From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 04:26:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 210C35CF; Fri, 25 Jul 2014 04:26:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F3BE2E69; Fri, 25 Jul 2014 04:26:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6P4QMgf098632; Fri, 25 Jul 2014 04:26:22 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6P4QMeQ098631; Fri, 25 Jul 2014 04:26:22 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201407250426.s6P4QMeQ098631@svn.freebsd.org> From: Cy Schubert Date: Fri, 25 Jul 2014 04:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362867 - head/net/ntp-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 04:26:23 -0000 Author: cy Date: Fri Jul 25 04:26:22 2014 New Revision: 362867 URL: http://svnweb.freebsd.org/changeset/ports/362867 QAT: https://qat.redports.org/buildarchive/r362867/ Log: Make the SIGND option not default. The SIGND option will degrade performance and is only recommended when needed on machines that are SMB servers. Recommended by: Harlan Stenn (ntpd upline) Modified: head/net/ntp-devel/Makefile.inc Modified: head/net/ntp-devel/Makefile.inc ============================================================================== --- head/net/ntp-devel/Makefile.inc Fri Jul 25 03:50:39 2014 (r362866) +++ head/net/ntp-devel/Makefile.inc Fri Jul 25 04:26:22 2014 (r362867) @@ -57,7 +57,6 @@ OPTIONS_DEFINE= NTPSNMPD \ EXAMPLES OPTIONS_DEFAULT= SSL \ - NTP_SIGND \ ATOM \ PERL_UTILS \ NMEA