From ee792db6b88631fa2b40fe97cba8ab4805c9d98b Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 2 Jul 2019 00:13:07 +0000 Subject: 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. --- time/ntpsec/Makefile | 7 +++---- time/ntpsec/PLIST | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'time') 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 -- cgit v1.2.3