1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to the release du jour, now with datestamp version numbering.

This commit is contained in:
Christian Weisgerber 2004-07-13 13:52:57 +00:00
parent 7b3ebf9678
commit 62a722f074
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113548
4 changed files with 5 additions and 22 deletions

View File

@ -6,11 +6,10 @@
#
PORTNAME= openntpd
PORTVERSION= 0.2p1
PORTVERSION= 20040713p
CATEGORIES= net
MASTER_SITES= http://www.zip.com.au/~dtucker/openntpd/ \
http://dtucker.freeshell.org/openntpd/
DISTNAME= ${PORTNAME}-${PORTVERSION}-pre1
MAINTAINER= naddy@FreeBSD.org
COMMENT= OpenBSD's Network Time Protocol daemon

View File

@ -1,2 +1,2 @@
MD5 (openntpd-0.2p1-pre1.tar.gz) = 9e62bb9aac029293c695ff27928dc9ec
SIZE (openntpd-0.2p1-pre1.tar.gz) = 66400
MD5 (openntpd-20040713p.tar.gz) = eb3009a2aba50133f905c060d2892f3b
SIZE (openntpd-20040713p.tar.gz) = 69768

View File

@ -1,18 +0,0 @@
$FreeBSD$
--- includes.h.orig Sun Jul 11 07:31:31 2004
+++ includes.h Mon Jul 12 14:25:37 2004
@@ -20,8 +20,12 @@
# include <stdio.h>
#ifndef IOV_MAX
+#if defined(__FreeBSD__)
+# define IOV_MAX 1024
+#else
# define __need_IOV_MAX
# include <bits/stdio_lim.h>
+#endif
#endif
#include "defines.h"

View File

@ -5,3 +5,5 @@ described in RFC 2030 and the Network Time Protocol version 3 as de-
scribed in RFC 1305. It can synchronize the local clock to one or more
remote NTP servers and act as NTP server itself, redistributing the local
time.
WWW: http://www.openntpd.org/