aboutsummaryrefslogtreecommitdiff
path: root/net/ntp-stable
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-10-05 19:07:16 +0000
committerCy Schubert <cy@FreeBSD.org>2006-10-05 19:07:16 +0000
commitf68f9288b4eb312cfb65878167e85c6ee23d7754 (patch)
tree6c2e6c98425ffca112247bcd61c06c797da2d639 /net/ntp-stable
parent9aa07987fc423bd8d0cecf6943e9019092e5120e (diff)
downloadports-f68f9288b4eb312cfb65878167e85c6ee23d7754.tar.gz
ports-f68f9288b4eb312cfb65878167e85c6ee23d7754.zip
Notes
Diffstat (limited to 'net/ntp-stable')
-rw-r--r--net/ntp-stable/Makefile1
-rw-r--r--net/ntp-stable/files/patch-configure24
2 files changed, 18 insertions, 7 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile
index 9f297a7e3cbd..0907136b2cc8 100644
--- a/net/ntp-stable/Makefile
+++ b/net/ntp-stable/Makefile
@@ -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/ \
diff --git a/net/ntp-stable/files/patch-configure b/net/ntp-stable/files/patch-configure
index 0f7bcb551501..1410edae1225 100644
--- a/net/ntp-stable/files/patch-configure
+++ b/net/ntp-stable/files/patch-configure
@@ -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