aboutsummaryrefslogtreecommitdiff
path: root/net/ntp-devel
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-devel
parent9aa07987fc423bd8d0cecf6943e9019092e5120e (diff)
downloadports-f68f9288b4eb312cfb65878167e85c6ee23d7754.tar.gz
ports-f68f9288b4eb312cfb65878167e85c6ee23d7754.zip
Notes
Diffstat (limited to 'net/ntp-devel')
-rw-r--r--net/ntp-devel/Makefile1
-rw-r--r--net/ntp-devel/files/patch-configure24
2 files changed, 18 insertions, 7 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index 8cfe0e43a4f7..21e555847094 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -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/ \
diff --git a/net/ntp-devel/files/patch-configure b/net/ntp-devel/files/patch-configure
index 0f7bcb551501..a29a9a80766d 100644
--- a/net/ntp-devel/files/patch-configure
+++ b/net/ntp-devel/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 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