From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 7 06:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0DD1DC92 for ; Thu, 7 Feb 2013 06:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D0AF9307 for ; Thu, 7 Feb 2013 06:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r176U0fL026689 for ; Thu, 7 Feb 2013 06:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r176U0Gt026684; Thu, 7 Feb 2013 06:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 Feb 2013 06:30:00 GMT Resent-Message-Id: <201302070630.r176U0Gt026684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Landon Fuller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BA661C4D for ; Thu, 7 Feb 2013 06:21:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A7A332E1 for ; Thu, 7 Feb 2013 06:21:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r176LsKk076016 for ; Thu, 7 Feb 2013 06:21:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r176Lsih076015; Thu, 7 Feb 2013 06:21:54 GMT (envelope-from nobody) Message-Id: <201302070621.r176Lsih076015@red.freebsd.org> Date: Thu, 7 Feb 2013 06:21:54 GMT From: Landon Fuller To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175918: [PATCH] net/ntp: Add --enable-ntp-signd option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 06:30:01 -0000 >Number: 175918 >Category: ports >Synopsis: [PATCH] net/ntp: Add --enable-ntp-signd option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 07 06:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Landon Fuller >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD directory1 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Patch attached with submission follows. This adds an option for --enable-ntp-signd (eg, MS-NTPD). The patch is identical to the original patch posted to freebsd-ports by Dewayne Geraghty: http://lists.freebsd.org/pipermail/freebsd-ports/2012-May/074971.html >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ru ntp.orig/Makefile ntp/Makefile --- ntp.orig/Makefile 2013-02-07 00:51:49.000000000 -0500 +++ ntp/Makefile 2013-02-07 00:52:43.000000000 -0500 @@ -56,6 +56,10 @@ CONFIGURE_ARGS+= --enable-ipv6 .endif +.if defined(WITH_SIGNING) +CONFIGURE_ARGS+= --enable-ntp-signd +.endif + .for D in ${NTP_DRIVERS} .if defined(WITH_${D}) CONFIGURE_ARGS+= --enable-${D} diff -ru ntp.orig/Makefile.inc ntp/Makefile.inc --- ntp.orig/Makefile.inc 2013-02-07 00:51:49.000000000 -0500 +++ ntp/Makefile.inc 2013-02-07 00:52:34.000000000 -0500 @@ -2,6 +2,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ SSL "Enable SSL" ON \ + SIGNING "Enable time signing" OFF \ IPV6 "Enable IPv6" OFF \ BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \ GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \ >Release-Note: >Audit-Trail: >Unformatted: