summaryrefslogtreecommitdiff
path: root/security/xinetd
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-09-12 04:10:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-09-12 04:10:01 +0000
commit4a2ac121fb502febcddfc73012bfef06663f20b9 (patch)
tree0cd59356731794bc2f83d1ea1543a574b595e662 /security/xinetd
parentUpgrade to 0.7003. (diff)
Remove ipv6 support temporary, it seems buggy.
Activate loadavg support.
Notes
Notes: svn path=/head/; revision=32532
Diffstat (limited to 'security/xinetd')
-rw-r--r--security/xinetd/Makefile3
-rw-r--r--security/xinetd/files/patch-ad23
2 files changed, 21 insertions, 5 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile
index 2de8506ddb30..c6b251fe3721 100644
--- a/security/xinetd/Makefile
+++ b/security/xinetd/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= vanilla@FreeBSD.org
FETCH_BEFORE_ARGS= -b
GNU_CONFIGURE= yes
ALL_TARGET= build
-CONFIGURE_ARGS= --with-loadavg --with-libwrap --with-inet6
+CONFIGURE_ARGS= --with-loadavg --with-libwrap
+# --with-inet6 "ipv6's code seens buggy.."
MAN5= xinetd.conf.5
MAN8= xinetd.8 xinetd.log.8
diff --git a/security/xinetd/files/patch-ad b/security/xinetd/files/patch-ad
index 39725dc7e233..bc4cfbf29287 100644
--- a/security/xinetd/files/patch-ad
+++ b/security/xinetd/files/patch-ad
@@ -1,6 +1,19 @@
---- configure Fri Dec 10 19:02:56 1999
-+++ configure Fri Feb 25 17:12:19 2000
-@@ -3020,34 +3019,0 @@
+--- configure.orig Sat Dec 11 08:02:56 1999
++++ configure Mon Sep 4 02:56:08 2000
+@@ -1768,7 +1768,7 @@
+ EOF
+
+ ;;
+-linux*)
++linux*|freebsd*)
+ echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
+ echo "configure:1774: checking for main in -lcrypt" >&5
+ ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
+@@ -3016,40 +3016,6 @@
+ EOF
+
+ fi
+-
-echo $ac_n "checking for R_OK""... $ac_c" 1>&6
-echo "configure:3022: checking for R_OK" >&5
-if eval "test \"`echo '$''{'ac_cv_type_R_OK'+set}'`\" = set"; then
@@ -34,4 +47,6 @@
-
-fi
-
--
+
+ for ac_hdr in sys/types.h sys/termios.h termios.h sys/select.h rpc/rpc.h rpc/rpcent.h sys/file.h ftw.h machine/reg.h linux/time.h netdb.h
+ do