summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-07-02 00:13:07 +0000
committergdt <gdt@pkgsrc.org>2019-07-02 00:13:07 +0000
commitee792db6b88631fa2b40fe97cba8ab4805c9d98b (patch)
treedbe4274350716e45fbe5bf676a06cd1218a86d98 /time
parentcb3a060e54faffa82bc2bcb5bb40f5d77fe547ed (diff)
downloadpkgsrc-ee792db6b88631fa2b40fe97cba8ab4805c9d98b.tar.gz
time/ntpsec: Re-enable gpsd
ntpsec used to depend on gpsd, but gpsd in pkgsrc was old so it didn't for a while. Depend on it again, which reenables ntploggps.
Diffstat (limited to 'time')
-rw-r--r--time/ntpsec/Makefile7
-rw-r--r--time/ntpsec/PLIST4
2 files changed, 6 insertions, 5 deletions
diff --git a/time/ntpsec/Makefile b/time/ntpsec/Makefile
index f09ce840950..6f0330df2e9 100644
--- a/time/ntpsec/Makefile
+++ b/time/ntpsec/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/04/25 07:33:26 maya Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/02 00:13:07 gdt Exp $
DISTNAME= ntpsec-1.1.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= time
MASTER_SITES= http://ftp.ntpsec.org/pub/releases/
@@ -34,8 +34,7 @@ PY_PATCHPLIST= yes
CFLAGS+= -I../../build -I../../include
.include "../../devel/waf/waf.mk"
-# ntploggps(1) needs py-gps. But gpsd package in pkgsrc is too old.
-#.include "../../geography/gpsd/buildlink3.mk"
+.include "../../geography/gpsd/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/time/ntpsec/PLIST b/time/ntpsec/PLIST
index 27ed230e1a1..a11b74a1310 100644
--- a/time/ntpsec/PLIST
+++ b/time/ntpsec/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/25 15:40:35 tnn Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/07/02 00:13:07 gdt Exp $
bin/ntpdig
bin/ntpfrob
bin/ntpkeygen
bin/ntpleapfetch
+bin/ntploggps
bin/ntplogtemp
bin/ntpmon
bin/ntpq
@@ -23,6 +24,7 @@ ${PYSITELIB}/ntp/poly.py
${PYSITELIB}/ntp/statfiles.py
${PYSITELIB}/ntp/util.py
man/man1/ntpdig.1
+man/man1/ntploggps.1
man/man1/ntplogtemp.1
man/man1/ntpmon.1
man/man1/ntpq.1