diff options
author | Cy Schubert <cy@FreeBSD.org> | 2001-12-30 04:48:07 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2001-12-30 04:48:07 +0000 |
commit | 318291c28dbf2bf0fe02f1b78dc755196cdf4ebb (patch) | |
tree | 985db4a7739aff6ca63526961d0c9dbb8cffc04f /net/ntp | |
parent | cad10d6404b3230f9409c1c7e567d00d0af607d1 (diff) | |
download | ports-318291c28dbf2bf0fe02f1b78dc755196cdf4ebb.tar.gz ports-318291c28dbf2bf0fe02f1b78dc755196cdf4ebb.zip |
Notes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 8 | ||||
-rw-r--r-- | net/ntp/distinfo | 2 | ||||
-rw-r--r-- | net/ntp/files/patch-configure | 14 | ||||
-rw-r--r-- | net/ntp/pkg-plist | 2 |
4 files changed, 23 insertions, 3 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 44ce7d0960ce..3a0c6430b740 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -6,19 +6,23 @@ # PORTNAME= ntp -PORTVERSION= 4.1.71 +PORTVERSION= 4.1.72 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} -MAINTAINER= Cy.Schubert@uumail.gov.bc.ca +MAINTAINER= cy@FreeBSD.org # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} +.if defined(ENABLE_RAWDCF) +CONFIGURE_ARGS+= --enable-RAWDCF +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ntp diff --git a/net/ntp/distinfo b/net/ntp/distinfo index 038a4833f541..63f646276a7e 100644 --- a/net/ntp/distinfo +++ b/net/ntp/distinfo @@ -1 +1 @@ -MD5 (ntp-4.1.71.tar.gz) = d7598b507bd201b69163f7a76bbf6e48 +MD5 (ntp-4.1.72.tar.gz) = de9ed6a28f4c4ffea932a49db5b745fa diff --git a/net/ntp/files/patch-configure b/net/ntp/files/patch-configure new file mode 100644 index 000000000000..0f7bcb551501 --- /dev/null +++ b/net/ntp/files/patch-configure @@ -0,0 +1,14 @@ +--- configure Tue Dec 18 19:27:28 2001 ++++ configure Sat Dec 22 00:41:29 2001 +@@ -1276,6 +1276,11 @@ + mips-sgi-irix*) + ans=yes + ;; ++ i?86-*-freebsd[[123]].*) ++ ;; ++ i?86-*-freebsd*) ++ ans=yes ++ ;; + esac + ac_cv_var_no_parenb_ignpar=$ans]) + case "$ac_cv_var_no_parenb_ignpar" in diff --git a/net/ntp/pkg-plist b/net/ntp/pkg-plist index 974dd352130d..0ec6ddb3c69d 100644 --- a/net/ntp/pkg-plist +++ b/net/ntp/pkg-plist @@ -46,6 +46,7 @@ bin/tickadj %%PORTDOCS%%share/doc/ntp/driver37.htm %%PORTDOCS%%share/doc/ntp/driver38.htm %%PORTDOCS%%share/doc/ntp/driver39.htm +%%PORTDOCS%%share/doc/ntp/driver40.htm %%PORTDOCS%%share/doc/ntp/driver4.htm %%PORTDOCS%%share/doc/ntp/driver5.htm %%PORTDOCS%%share/doc/ntp/driver6.htm @@ -65,6 +66,7 @@ bin/tickadj %%PORTDOCS%%share/doc/ntp/hints/freebsd %%PORTDOCS%%share/doc/ntp/hints/hpux %%PORTDOCS%%share/doc/ntp/hints/linux +%%PORTDOCS%%share/doc/ntp/hints/mpeix %%PORTDOCS%%share/doc/ntp/hints/notes-xntp-v3 %%PORTDOCS%%share/doc/ntp/hints/parse %%PORTDOCS%%share/doc/ntp/hints/refclocks |