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.
This commit is contained in:
parent
050e21c55e
commit
d6f0ae82dd
2 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue