pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/ntpsec time/ntpsec: Re-enable gpsd



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9835d87feb51
branches:  trunk
changeset: 397673:9835d87feb51
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jul 02 00:13:07 2019 +0000

description:
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:

 time/ntpsec/Makefile |  7 +++----
 time/ntpsec/PLIST    |  4 +++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 29cb9428fbaa -r 9835d87feb51 time/ntpsec/Makefile
--- a/time/ntpsec/Makefile      Mon Jul 01 22:26:05 2019 +0000
+++ b/time/ntpsec/Makefile      Tue Jul 02 00:13:07 2019 +0000
@@ -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 @@
 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 -r 29cb9428fbaa -r 9835d87feb51 time/ntpsec/PLIST
--- a/time/ntpsec/PLIST Mon Jul 01 22:26:05 2019 +0000
+++ b/time/ntpsec/PLIST Tue Jul 02 00:13:07 2019 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index