From 318291c28dbf2bf0fe02f1b78dc755196cdf4ebb Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 30 Dec 2001 04:48:07 +0000 Subject: 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 Reviewed by: nectar --- net/ntp-devel/files/patch-configure | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/ntp-devel/files/patch-configure (limited to 'net/ntp-devel/files/patch-configure') diff --git a/net/ntp-devel/files/patch-configure b/net/ntp-devel/files/patch-configure new file mode 100644 index 000000000000..0f7bcb551501 --- /dev/null +++ b/net/ntp-devel/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 -- cgit v1.2.3