From 4a2ac121fb502febcddfc73012bfef06663f20b9 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 12 Sep 2000 04:10:01 +0000 Subject: Remove ipv6 support temporary, it seems buggy. Activate loadavg support. --- security/xinetd/Makefile | 3 ++- security/xinetd/files/patch-ad | 23 +++++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) (limited to 'security/xinetd') 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 -- cgit v1.2.3