update to ntp 4.1.71; work and patches provided by jakob@
This commit is contained in:
parent
39571db430
commit
b8a08d0c65
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2001/08/10 19:08:51 danh Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2001/10/03 19:52:52 danh Exp $
|
||||
|
||||
COMMENT= network time protocol implementation
|
||||
COMMENT-doc= network time protocol documentation
|
||||
|
||||
VERSION= 4.1.0
|
||||
VERSION= 4.1.71
|
||||
DISTNAME= ntp-${VERSION}
|
||||
PKGNAME= ntp-${VERSION}
|
||||
PKGNAME-doc= ntp-doc-${VERSION}
|
||||
@ -28,7 +28,10 @@ SUBPACKAGE?=
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --bindir='${PREFIX}/sbin' \
|
||||
--enable-accurate-adjtime --disable-IRIG
|
||||
--enable-accurate-adjtime --disable-IRIG \
|
||||
--with-openssl-libdir=/usr/lib \
|
||||
--with-openssl-incdir=/usr/include \
|
||||
--with-crypto=openssl
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ntp
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ntp-4.1.0.tar.gz) = 5832eeeaa15f3bb66fff7d96da745f90
|
||||
RMD160 (ntp-4.1.0.tar.gz) = 9a0b8b38a10bb145b67687bb1c07c8d093c0b72b
|
||||
SHA1 (ntp-4.1.0.tar.gz) = 9f68b2ed84f6424b3fa09a81657d60223b10f31a
|
||||
MD5 (ntp-4.1.71.tar.gz) = d7598b507bd201b69163f7a76bbf6e48
|
||||
RMD160 (ntp-4.1.71.tar.gz) = 4cf90b4da434ebacca3e1653813fda7112b68824
|
||||
SHA1 (ntp-4.1.71.tar.gz) = d304592ebbcd8727ed6158cc033b806aecd061ed
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/08/10 19:08:51 danh Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2001/10/03 19:52:53 danh Exp $
|
||||
@pkgcfl xntp3-*
|
||||
sbin/ntp-genkeys
|
||||
sbin/genkeys
|
||||
sbin/ntp-wait
|
||||
sbin/ntpd
|
||||
sbin/ntpdate
|
||||
@ -13,12 +13,8 @@ sbin/tickadj
|
||||
share/examples/ntp/README
|
||||
share/examples/ntp/baldwin.conf
|
||||
share/examples/ntp/beauregard.conf
|
||||
share/examples/ntp/dewey.conf
|
||||
share/examples/ntp/grundoon.conf
|
||||
share/examples/ntp/malarky.conf
|
||||
share/examples/ntp/ntp_malarky.conf
|
||||
share/examples/ntp/ntp_pogo.conf
|
||||
share/examples/ntp/ntp_rackety.conf
|
||||
share/examples/ntp/pogo.conf
|
||||
share/examples/ntp/rackety.conf
|
||||
@dirrm share/examples/ntp
|
||||
|
Loading…
Reference in New Issue
Block a user