diff options
-rw-r--r-- | mail/courier-imap/Makefile | 6 | ||||
-rw-r--r-- | mail/courier-imap/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index db7f75775bbb..144026b12f27 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base .if defined(WITH_DRAC) +# move me below .include <bsd.port.pre.mk> when re-enabling +BROKEN= "right now, there is no 4.0.4 compatible drac patch available" PATCH_SITES= http://www.smalltown.ne.jp/~usata/pub/patch/ PATCHFILES= courier-imap-4.0.2-drac.patch PATCH_DIST_STRIP= -p1 @@ -45,12 +47,10 @@ CONFIGURE_ENV= CFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ OPTIONS= OPENSSL "Build with OpenSSL support" on \ FAM "Build in fam support for IDLE command" off \ - DRAC "Build in DRAC support" off \ TRASHQUOTA "Include deleted mails in the quota" off \ GDBM "Use gdbm db instead of system bdb" off \ IPV6 "Build with IPv6 support" on - .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt) .include "${.CURDIR}/../../security/courier-authlib/Makefile.opt" .endif @@ -92,7 +92,7 @@ PLIST_SUB+= OPENSSLFLAG="@comment " CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY} .endif -.if defined(WITH_AUTH_USERDB) +.if defined(WITH_AUTH_USERDB) .if defined(WITH_GDBM) CONFIGURE_ARGS+=--with-db=gdbm --with-userdb=${USERDB} LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm diff --git a/mail/courier-imap/distinfo b/mail/courier-imap/distinfo index 7121e1a25127..7443a6c94aed 100644 --- a/mail/courier-imap/distinfo +++ b/mail/courier-imap/distinfo @@ -1,2 +1,4 @@ MD5 (courier-imap-4.0.4.tar.bz2) = cb5a1d394e622fe2c5ea7bcab68c6286 SIZE (courier-imap-4.0.4.tar.bz2) = 3156707 +MD5 (courier-imap-4.0.2-drac.patch) = 9e1170e8df91fcfc6350f3e80b99d474 +SIZE(courier-imap-4.0.2-drac.patch) = 8407 |