pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd Since 2.2.13, authorization module is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/034469002074
branches:  trunk
changeset: 520697:034469002074
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Oct 26 01:10:35 2006 +0000

description:
Since 2.2.13, authorization module is selected at run-time,
so remove from configure argments.
Suggested by Jukka Salmi via PR 34916.

diffstat:

 mail/cyrus-imapd/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 8979f345b8c6 -r 034469002074 mail/cyrus-imapd/Makefile
--- a/mail/cyrus-imapd/Makefile Wed Oct 25 23:18:19 2006 +0000
+++ b/mail/cyrus-imapd/Makefile Thu Oct 26 01:10:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2006/10/09 12:46:01 obache Exp $
+# $NetBSD: Makefile,v 1.68 2006/10/26 01:10:35 obache Exp $
 
 DISTNAME=      cyrus-imapd-2.2.13
 PKGREVISION=   1
@@ -57,12 +57,10 @@
 .if !empty(PKG_OPTIONS:Mkerberos4)
 .  if exists(/usr/include/kerberosIV/krb.h)
 CRYPTO+=               uses Kerberos encryption code
-CONFIGURE_ARGS+=       --with-auth=krb
 CONFIGURE_ARGS+=       --with-krb=/usr
 .  endif
 .elif !empty(PKG_OPTIONS:Mgssapi)
 .  include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+=       --with-auth=krb5
 CONFIGURE_ARGS+=       --enable-gssapi=${KRB5BASE:Q}
 CONFIGURE_ARGS+=       --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
 GSSIMPL.heimdal=       heimdal
@@ -70,7 +68,6 @@
 CONFIGURE_ENV+=                COMPILE_ET=${KRB5BASE}/bin/compile_et
 COMERRBASE=            ${KRB5BASE}
 .else
-CONFIGURE_ARGS+=       --with-auth=unix
 CONFIGURE_ARGS+=       --without-krb
 CONFIGURE_ARGS+=       --disable-gssapi
 .endif



Home | Main Index | Thread Index | Old Index