pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ntp4 Fixed PLIST for Solaris, installs ntptime but...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee14a3dfef0c
branches: trunk
changeset: 543902:ee14a3dfef0c
user: obache <obache%pkgsrc.org@localhost>
date: Tue Jun 24 13:57:09 2008 +0000
description:
Fixed PLIST for Solaris, installs ntptime but not tickadj.
Noticed by John Heasley in PR 39033.
diffstat:
net/ntp4/Makefile | 7 +++++--
net/ntp4/PLIST | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r e5e5c7049108 -r ee14a3dfef0c net/ntp4/Makefile
--- a/net/ntp4/Makefile Tue Jun 24 13:37:29 2008 +0000
+++ b/net/ntp4/Makefile Tue Jun 24 13:57:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2008/06/24 11:47:13 obache Exp $
+# $NetBSD: Makefile,v 1.58 2008/06/24 13:57:09 obache Exp $
#
DISTNAME= ntp-4.2.4p4
@@ -38,12 +38,15 @@
.include "../../mk/bsd.prefs.mk"
-PLIST_VARS+= ntptime timetrim
+PLIST_VARS+= ntptime tickadj timetrim
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
PLIST.ntptime= yes
+PLIST.tickadj= yes
.elif ${OPSYS} == "IRIX"
PLIST.timetrim= yes
+.elif ${OPSYS} == "SunOS"
+PLIST.ntptime= yes
.endif
.include "../../security/openssl/buildlink3.mk"
diff -r e5e5c7049108 -r ee14a3dfef0c net/ntp4/PLIST
--- a/net/ntp4/PLIST Tue Jun 24 13:37:29 2008 +0000
+++ b/net/ntp4/PLIST Tue Jun 24 13:57:09 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2008/06/24 11:47:13 obache Exp $
+@comment $NetBSD: PLIST,v 1.12 2008/06/24 13:57:09 obache Exp $
bin/ntp-keygen
bin/ntp-wait
bin/ntpd
@@ -8,7 +8,7 @@
${PLIST.ntptime}bin/ntptime
bin/ntptrace
bin/sntp
-${PLIST.ntptime}bin/tickadj
+${PLIST.tickadj}bin/tickadj
${PLIST.timetrim}bin/timetrim
man/man1/ntp-keygen.1
man/man1/ntpd.1
Home |
Main Index |
Thread Index |
Old Index