From 3dcda487b04678bc817bb0e0ba6691e66c6873bc Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 24 May 2001 14:43:37 +0000 Subject: Update to 1.3.8.1 --- mail/courier-imap/Makefile | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'mail/courier-imap/Makefile') diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index bef0d170ec78..0c02b4d6fe8c 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -6,8 +6,8 @@ # PORTNAME= courier-imap -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.3.8.1 +PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -25,13 +25,13 @@ PLIST_SUB= OPENSSLFLAG= PLIST_SUB= OPENSSLFLAG="@comment " .endif -.if !exists(/usr/include/openssl/idea.h) -CFLAGS+= -DNO_IDEA -.endif +#.if !exists(/usr/include/openssl/idea.h) +#CFLAGS+= -DNO_IDEA +#.endif CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \ --without-authpam --without-authshadow \ - --without-authvchkpw --without-authcram \ + --without-authcram \ --without-authmysql \ --sysconfdir=${PREFIX}/etc/courier-imap \ --with-userdb=${PREFIX}/etc/userdb \ @@ -40,6 +40,14 @@ CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \ --enable-workarounds-for-imap-client-bugs \ --disable-root-check +.if !defined(WITH_VPOPMAIL) +CONFIGURE_ARGS+= \ + --without-authvchkpw +PLIST_SUB+= VPOPMAILFLAG="@comment " +.else +PLIST_SUB+= VPOPMAILFLAG="" +.endif + MAN1= maildirmake.1 MAN8= authlib.8 makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 \ deliverquota.8 imapd.8 mkimapdcert.8 mkpop3dcert.8 -- cgit