summaryrefslogtreecommitdiff
path: root/net/ntp-devel
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-07-30 19:40:46 +0000
committerCy Schubert <cy@FreeBSD.org>2012-07-30 19:40:46 +0000
commit6d02fe1567f4e21a17639325bc35e102908b85fc (patch)
treeabddf4225b67171a6dbacb3b5e16d3d4b020955b /net/ntp-devel
parent- Update to 0.60 (diff)
Make ATOM and NMEA drivers default, used for GPS interaction.
Suggestged by: Bryan Seitz <seitz@bsd-unix.net>
Notes
Notes: svn path=/head/; revision=301756
Diffstat (limited to 'net/ntp-devel')
-rw-r--r--net/ntp-devel/Makefile1
-rw-r--r--net/ntp-devel/Makefile.inc4
2 files changed, 3 insertions, 2 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index c737dd65d364..838a801d5d34 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -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/ \
diff --git a/net/ntp-devel/Makefile.inc b/net/ntp-devel/Makefile.inc
index 7b9d7f414674..35698436272c 100644
--- a/net/ntp-devel/Makefile.inc
+++ b/net/ntp-devel/Makefile.inc
@@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
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 ntpsnmpd" OFF \
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 \