diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-09-12 12:10:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-09-12 12:10:01 +0800 |
commit | 47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e (patch) | |
tree | fe628b8402d984666a0650c46807d5fabe4c33b5 /security | |
parent | b822f4de709b5a80d39fd61f62ff10a5ae2eccf5 (diff) | |
download | freebsd-ports-gnome-47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e.tar.gz freebsd-ports-gnome-47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e.tar.zst freebsd-ports-gnome-47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e.zip |
Remove ipv6 support temporary, it seems buggy.
Activate loadavg support.
Diffstat (limited to 'security')
-rw-r--r-- | security/xinetd/Makefile | 3 | ||||
-rw-r--r-- | security/xinetd/files/patch-ad | 23 |
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 |