diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-31 14:58:20 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-31 14:58:20 +0000 |
commit | c38741dfc61ea030f2950a5f585a9e0cc15e2b3a (patch) | |
tree | 9d9a15c9cfd6691eb362a85bc52c1c69c086e47b | |
parent | bf908003b68a56d0d5c1aae4bfbfe016cb475de1 (diff) |
right now, there is no 4.0.4 compatible drac patch - so mark it borken when
WITH_DRAC was specified and remove DRAC from the options list.
PR: 84388
Submitted by: Ryota <miyaoka@saku2.com>
Notes
Notes:
svn path=/head/; revision=140565
-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 |