From owner-svn-ports-head@FreeBSD.ORG Mon Jul 30 19:40:46 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBAEC1065677; Mon, 30 Jul 2012 19:40:46 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ABB918FC08; Mon, 30 Jul 2012 19:40:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6UJekL2032725; Mon, 30 Jul 2012 19:40:46 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6UJekx4032718; Mon, 30 Jul 2012 19:40:46 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201207301940.q6UJekx4032718@svn.freebsd.org> From: Cy Schubert Date: Mon, 30 Jul 2012 19:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301756 - in head/net: ntp ntp-devel ntp-rc X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 30 Jul 2012 19:40:46 -0000 Author: cy Date: Mon Jul 30 19:40:46 2012 New Revision: 301756 URL: http://svn.freebsd.org/changeset/ports/301756 Log: Make ATOM and NMEA drivers default, used for GPS interaction. Suggestged by: Bryan Seitz Modified: head/net/ntp-devel/Makefile head/net/ntp-devel/Makefile.inc head/net/ntp-rc/Makefile head/net/ntp-rc/Makefile.inc head/net/ntp/Makefile head/net/ntp/Makefile.inc Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Mon Jul 30 19:40:23 2012 (r301755) +++ head/net/ntp-devel/Makefile Mon Jul 30 19:40:46 2012 (r301756) @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.2.7p289 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ Modified: head/net/ntp-devel/Makefile.inc ============================================================================== --- head/net/ntp-devel/Makefile.inc Mon Jul 30 19:40:23 2012 (r301755) +++ head/net/ntp-devel/Makefile.inc Mon Jul 30 19:40:46 2012 (r301756) @@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntp ARBITER "Enable Arbiter 1088A/B GPS receiver" OFF \ ARCRON_MSF "Enable Arcron MSF receiver" OFF \ AS2201 "Enable Austron 2200A/2201A GPS receiver" OFF \ - ATOM "Enable ATOM PPS interface" OFF \ + ATOM "Enable ATOM PPS interface" ON \ CHRONOLOG "Enable Chrono-log K-series WWVB receiver" OFF \ CHU "Enable CHU modem/decoder" OFF \ AUDIO_CHU "Enable CHU audio/decoder" OFF \ @@ -27,7 +27,7 @@ OPTIONS= NTPSNMPD "Build and install ntp LOCAL_CLOCK "Enable local clock reference" OFF \ MX4200 "Enable Magnavox MX4200 GPS receiver" OFF \ NEOCLOCK4X "Enable NeoClock4X DCF77 / TDF receiver" OFF \ - NMEA "Enable NMEA GPS receiver" OFF \ + NMEA "Enable NMEA GPS receiver" ON \ ONCORE "Enable Motorola VP/UT Oncore GPS receiver" OFF \ PALISADE "Enable Palisade clock" OFF \ PCF "Enable Conrad parallel port radio clock" OFF \ Modified: head/net/ntp-rc/Makefile ============================================================================== --- head/net/ntp-rc/Makefile Mon Jul 30 19:40:23 2012 (r301755) +++ head/net/ntp-rc/Makefile Mon Jul 30 19:40:46 2012 (r301756) @@ -7,7 +7,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p5.r1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ Modified: head/net/ntp-rc/Makefile.inc ============================================================================== --- head/net/ntp-rc/Makefile.inc Mon Jul 30 19:40:23 2012 (r301755) +++ head/net/ntp-rc/Makefile.inc Mon Jul 30 19:40:46 2012 (r301756) @@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntp ARBITER "Enable Arbiter 1088A/B GPS receiver" OFF \ ARCRON_MSF "Enable Arcron MSF receiver" OFF \ AS2201 "Enable Austron 2200A/2201A GPS receiver" OFF \ - ATOM "Enable ATOM PPS interface" OFF \ + ATOM "Enable ATOM PPS interface" ON \ CHRONOLOG "Enable Chrono-log K-series WWVB receiver" OFF \ CHU "Enable CHU modem/decoder" OFF \ AUDIO_CHU "Enable CHU audio/decoder" OFF \ @@ -27,7 +27,7 @@ OPTIONS= NTPSNMPD "Build and install ntp LOCAL_CLOCK "Enable local clock reference" OFF \ MX4200 "Enable Magnavox MX4200 GPS receiver" OFF \ NEOCLOCK4X "Enable NeoClock4X DCF77 / TDF receiver" OFF \ - NMEA "Enable NMEA GPS receiver" OFF \ + NMEA "Enable NMEA GPS receiver" ON \ ONCORE "Enable Motorola VP/UT Oncore GPS receiver" OFF \ PALISADE "Enable Palisade clock" OFF \ PCF "Enable Conrad parallel port radio clock" OFF \ Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Mon Jul 30 19:40:23 2012 (r301755) +++ head/net/ntp/Makefile Mon Jul 30 19:40:46 2012 (r301756) @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p5 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ Modified: head/net/ntp/Makefile.inc ============================================================================== --- head/net/ntp/Makefile.inc Mon Jul 30 19:40:23 2012 (r301755) +++ head/net/ntp/Makefile.inc Mon Jul 30 19:40:46 2012 (r301756) @@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntp ARBITER "Enable Arbiter 1088A/B GPS receiver" OFF \ ARCRON_MSF "Enable Arcron MSF receiver" OFF \ AS2201 "Enable Austron 2200A/2201A GPS receiver" OFF \ - ATOM "Enable ATOM PPS interface" OFF \ + ATOM "Enable ATOM PPS interface" ON \ CHRONOLOG "Enable Chrono-log K-series WWVB receiver" OFF \ CHU "Enable CHU modem/decoder" OFF \ AUDIO_CHU "Enable CHU audio/decoder" OFF \ @@ -27,7 +27,7 @@ OPTIONS= NTPSNMPD "Build and install ntp LOCAL_CLOCK "Enable local clock reference" OFF \ MX4200 "Enable Magnavox MX4200 GPS receiver" OFF \ NEOCLOCK4X "Enable NeoClock4X DCF77 / TDF receiver" OFF \ - NMEA "Enable NMEA GPS receiver" OFF \ + NMEA "Enable NMEA GPS receiver" ON \ ONCORE "Enable Motorola VP/UT Oncore GPS receiver" OFF \ PALISADE "Enable Palisade clock" OFF \ PCF "Enable Conrad parallel port radio clock" OFF \