diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-26 14:54:17 +0800 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-26 14:54:17 +0800 |
commit | d1ecc97553171f259dd2efafed92bca9188bdcac (patch) | |
tree | 96093fde8da96e0479ae99356b5e7d8fe1fbfbdb /net/ntp-stable/Makefile | |
parent | 0b6e2072b2b052639eee39e71958e2c75597a2a9 (diff) | |
download | freebsd-ports-gnome-d1ecc97553171f259dd2efafed92bca9188bdcac.tar.gz freebsd-ports-gnome-d1ecc97553171f259dd2efafed92bca9188bdcac.tar.zst freebsd-ports-gnome-d1ecc97553171f259dd2efafed92bca9188bdcac.zip |
update ntpdate to last version 4.0.93a
got a patch to make it run.
Submitted by: sorry, deleted mail too fast
Diffstat (limited to 'net/ntp-stable/Makefile')
-rw-r--r-- | net/ntp-stable/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile index 96c67514f4a4..1b5b4504adea 100644 --- a/net/ntp-stable/Makefile +++ b/net/ntp-stable/Makefile @@ -3,17 +3,19 @@ # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # -# $Id: Makefile,v 1.4 1999/01/27 04:58:09 andreas Exp $ +# $Id: Makefile,v 1.5 1999/05/03 01:11:25 mharo Exp $ # -DISTNAME= ntp-4.0.91 +DISTNAME= ntp-4.0.93a CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/ MAINTAINER= andreas@FreeBSD.ORG -BROKEN= "structure has no member named \`tv_usec'" - +# ntp's configure script created by autoconf 2.14.1 doesn't work +# our autoconf version 2.13 produces better results +USE_AUTOCONF= yes +#BROKEN= "structure has no member named \`tv_usec'" GNU_CONFIGURE= yes post-install: |