Disable libwrap support, doesn't work properly and is from the past...

This commit is contained in:
ajacoutot 2011-09-02 08:24:28 +00:00
parent 53cad9b951
commit 9392fe2f69
2 changed files with 4 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2011/07/22 05:58:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.61 2011/09/02 08:24:28 ajacoutot Exp $
COMMENT-main= Cyrus IMAP server
COMMENT-perl= perl utils for the Cyrus IMAP server
@ -9,7 +9,7 @@ PKGNAME-main= ${DISTNAME}
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
FULLPKGPATH-perl=mail/cyrus-imapd,-perl
REVISION-main= 0
REVISION-main= 1
CATEGORIES= mail
@ -55,12 +55,12 @@ CONFIGURE_ARGS= --with-service-path=${LOCALBASE}/libexec/cyrus-imapd \
--with-openssl=/usr \
--with-lock=fcntl \
--with-com_err=/usr \
--with-libwrap=/usr \
--with-gss_impl=heimdal \
--enable-gssapi=/usr \
--enable-idled \
--enable-murder \
--enable-nntp \
--without-libwrap \
--without-zephyr \
--without-snmp \
--with-ldap=no \
@ -84,7 +84,7 @@ pre-patch:
cd ${WRKSRC} && ${PATCH} -s -z .drac -p1 < contrib/drac_auth.patch
.endif
WANTLIB-main += ${WANTLIB} asn1 c com_err gssapi krb5 pthread wrap
WANTLIB-main += ${WANTLIB} asn1 c com_err gssapi krb5 pthread
WANTLIB-main += pcre pcreposix
WANTLIB-perl += ${WANTLIB}

View File

@ -49,12 +49,3 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl cccdlflags needed on \"${target_os}\"" >&5
$as_echo_n "checking for perl cccdlflags needed on \"${target_os}\"... " >&6; }
eval `${PERL} -V:cccdlflags`
@@ -10556,6 +10554,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
extern "C"
#endif
char request_init ();
+int allow_severity = 1;
+int deny_severity = 1;
int
main ()
{