aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntp-rc
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2012-07-31 03:40:46 +0800
committercy <cy@FreeBSD.org>2012-07-31 03:40:46 +0800
commit863d7ae01a0056e45bde4812f1dd97e96e81d489 (patch)
treeabddf4225b67171a6dbacb3b5e16d3d4b020955b /net/ntp-rc
parent29576af59a6f4591a1a16916eee7885e0b3cb342 (diff)
downloadfreebsd-ports-gnome-863d7ae01a0056e45bde4812f1dd97e96e81d489.tar.gz
freebsd-ports-gnome-863d7ae01a0056e45bde4812f1dd97e96e81d489.tar.zst
freebsd-ports-gnome-863d7ae01a0056e45bde4812f1dd97e96e81d489.zip
Make ATOM and NMEA drivers default, used for GPS interaction.
Suggestged by: Bryan Seitz <seitz@bsd-unix.net>
Diffstat (limited to 'net/ntp-rc')
-rw-r--r--net/ntp-rc/Makefile2
-rw-r--r--net/ntp-rc/Makefile.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile
index 797cf80cefa3..aaa2d7103d4a 100644
--- a/net/ntp-rc/Makefile
+++ b/net/ntp-rc/Makefile
@@ -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/ \
diff --git a/net/ntp-rc/Makefile.inc b/net/ntp-rc/Makefile.inc
index a8f43fabb2c7..400aa4a36f9c 100644
--- a/net/ntp-rc/Makefile.inc
+++ b/net/ntp-rc/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 \