1. Update to 4.1.72.
2. Change MAINTAINER from my work email address to my FreeBSD.org
email address.
3. Patch to optionally enable RAWDCF (DCF77 raw time code).
Obtained from: Harlan Stenn <stenn@whimsy.udel.edu>
Reviewed by: nectar
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (ntp-4.1.71.tar.gz) = d7598b507bd201b69163f7a76bbf6e48
|
||||
MD5 (ntp-4.1.72.tar.gz) = de9ed6a28f4c4ffea932a49db5b745fa
|
||||
|
||||
14
net/ntp-devel/files/patch-configure
Normal file
14
net/ntp-devel/files/patch-configure
Normal file
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (ntp-4.1.71.tar.gz) = d7598b507bd201b69163f7a76bbf6e48
|
||||
MD5 (ntp-4.1.72.tar.gz) = de9ed6a28f4c4ffea932a49db5b745fa
|
||||
|
||||
14
net/ntp-stable/files/patch-configure
Normal file
14
net/ntp-stable/files/patch-configure
Normal file
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (ntp-4.1.71.tar.gz) = d7598b507bd201b69163f7a76bbf6e48
|
||||
MD5 (ntp-4.1.72.tar.gz) = de9ed6a28f4c4ffea932a49db5b745fa
|
||||
|
||||
14
net/ntp/files/patch-configure
Normal file
14
net/ntp/files/patch-configure
Normal file
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user