1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Enable parity for RAWDCF time clocks.

PR:		103808
This commit is contained in:
Cy Schubert 2006-10-05 19:07:16 +00:00
parent 9aa07987fc
commit f68f9288b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174570
7 changed files with 59 additions and 25 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= ntp
PORTVERSION= 4.2.3p21
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \

View File

@ -1,8 +1,8 @@
--- 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
--- configure.orig Wed Jul 26 05:28:54 2006
+++ configure Thu Oct 5 11:28:54 2006
@@ -1676,6 +1676,11 @@
done
done
;;
+ i?86-*-freebsd[[123]].*)
+ ;;
@ -10,5 +10,15 @@
+ ans=yes
+ ;;
esac
ac_cv_var_no_parenb_ignpar=$ans])
case "$ac_cv_var_no_parenb_ignpar" in
done
@@ -49085,6 +49090,9 @@
ans=no
case "$host" in
*-*-linux*)
+ ans=yes
+ ;;
+ *-*-freebsd*)
ans=yes
;;
esac

View File

@ -7,6 +7,7 @@
PORTNAME= ntp
PORTVERSION= 4.2.2p3.r2
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \

View File

@ -1,8 +1,8 @@
--- 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
--- configure.orig Wed Jul 26 04:09:23 2006
+++ configure Thu Oct 5 11:28:58 2006
@@ -1479,6 +1479,11 @@
done
done
;;
+ i?86-*-freebsd[[123]].*)
+ ;;
@ -10,5 +10,15 @@
+ ans=yes
+ ;;
esac
ac_cv_var_no_parenb_ignpar=$ans])
case "$ac_cv_var_no_parenb_ignpar" in
done
@@ -25409,6 +25414,9 @@
ans=no
case "$host" in
*-*-linux*)
+ ans=yes
+ ;;
+ *-*-freebsd*)
ans=yes
;;
esac

View File

@ -6,7 +6,8 @@
#
PORTNAME= ntp
PORTVERSION= 4.2.2
PORTVERSION= 4.2.2p2
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
@ -35,6 +36,7 @@ CONFIGURE_ARGS+= --with-openssl-incdir=${OPENSSLINC} \
--with-openssl-libdir=${OPENSSLLIB}
PLIST_SUB+= SSL=""
.endif
CONFIGURE_ARGS+= --enable-ipv6
MAN1= sntp.1

View File

@ -1,3 +1,3 @@
MD5 (ntp-4.2.2.tar.gz) = 111d879acdcc955e60f527575ab0a71a
SHA256 (ntp-4.2.2.tar.gz) = fb392fa5f1a753043981e661b09c6d0249050ff903078ed215a568952d76befc
SIZE (ntp-4.2.2.tar.gz) = 2546027
MD5 (ntp-4.2.2p2.tar.gz) = 5c6ca6fab651c9cb21754a6478b8650e
SHA256 (ntp-4.2.2p2.tar.gz) = 38105050bd0c6852e5ce03ee541ac726e75a838fe4925df1a8d63c016e26c923
SIZE (ntp-4.2.2p2.tar.gz) = 2563137

View File

@ -1,8 +1,8 @@
--- 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
--- configure.orig Sun Jul 9 04:08:43 2006
+++ configure Thu Oct 5 11:20:15 2006
@@ -1479,6 +1479,11 @@
done
done
;;
+ i?86-*-freebsd[[123]].*)
+ ;;
@ -10,5 +10,15 @@
+ ans=yes
+ ;;
esac
ac_cv_var_no_parenb_ignpar=$ans])
case "$ac_cv_var_no_parenb_ignpar" in
done
@@ -25384,6 +25389,9 @@
ans=no
case "$host" in
*-*-linux*)
+ ans=yes
+ ;;
+ *-*-freebsd*)
ans=yes
;;
esac