diff options
author | fredb <fredb> | 2001-08-14 06:10:41 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-08-14 06:10:41 +0000 |
commit | 25987c9601e50dbe4db1b4b0efc74102e2ace4f7 (patch) | |
tree | 58c013352d57f6ff2caa82b53b47c0d7be879c97 /net/ntp4/Makefile | |
parent | 9b6c0aade7a76539b6421d9e8a13b971346ae8b9 (diff) | |
download | pkgsrc-25987c9601e50dbe4db1b4b0efc74102e2ace4f7.tar.gz |
Finally! NTP 4.1.0 is released. Very few changes from 4.0.99m-rc3 (excerpts
from the "ChangeLog" file below). Also, this NetBSD package now installs the
HTML docs into "/usr/pkg/share/doc/html".
* ntpd/refclock_oncore.c (oncore_start): Set pps_enable=1, just
like the atom driver does.
From: reg@dwf.com
* ntpd/refclock_nmea.c (nmea_ppsapi): Set pps_enable=1, just like
the atom driver does.
From: Scott Allendorf <sca@newton.physics.uiowa.edu>
* ntpd/ntp_config.c (getconfig): CONF_CLOCK_PANIC was using the
wrong config flag.
From: <justin_forrester@hp.com>
Diffstat (limited to 'net/ntp4/Makefile')
-rw-r--r-- | net/ntp4/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 9954f2b1313..0fc8f1b9f30 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2001/07/12 17:38:18 fredb Exp $ +# $NetBSD: Makefile,v 1.19 2001/08/14 06:10:41 fredb Exp $ # -DISTNAME= ntp-4.0.99m-rc3 -PKGNAME= ntp-4.0.99.13.3 +DISTNAME= ntp-4.1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ @@ -16,7 +15,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PATH_PERL="${PERL5}" CONFIGURE_ENV+= ac_cv_lib_readline_readline=no -DOCDIR= ${PREFIX}/share/doc +DOCDIR= ${PREFIX}/share/doc/html EXAMPLESDIR= ${PREFIX}/share/examples pre-configure: |