aboutsummaryrefslogtreecommitdiffstats
path: root/mail/courier-imap
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2013-05-23 03:32:41 +0800
committeroliver <oliver@FreeBSD.org>2013-05-23 03:32:41 +0800
commit6c8ecd060f41b4757e5f1d8bcbbfec00bccccc0b (patch)
treea1965e91c2fde614c1bba37415fe70c98a51e10d /mail/courier-imap
parent51177cda54346151630b135f821c8ee037de083a (diff)
downloadfreebsd-ports-gnome-6c8ecd060f41b4757e5f1d8bcbbfec00bccccc0b.tar.gz
freebsd-ports-gnome-6c8ecd060f41b4757e5f1d8bcbbfec00bccccc0b.tar.zst
freebsd-ports-gnome-6c8ecd060f41b4757e5f1d8bcbbfec00bccccc0b.zip
remove DRAC support as the patch is no longer working
Diffstat (limited to 'mail/courier-imap')
-rw-r--r--mail/courier-imap/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index 99e948542cba..47b631697d6c 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -40,7 +40,6 @@ OPTIONS= FAM "Build in fam support for IDLE command" off \
TRASHQUOTA "Include deleted mails in the quota" off \
GDBM "Use gdbm db instead of system bdb" off \
IPV6 "Build with IPv6 support" on \
- DRAC "Build with DRAC support" off
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.opt"
@@ -64,12 +63,6 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \
.include <bsd.port.pre.mk>
-.if defined(WITH_DRAC)
-PATCH_SITES= http://www.smalltown.ne.jp/~usata/pub/patch/
-PATCHFILES= courier-imap-4.8.1-drac.patch
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
-.endif
-
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
.endif