svn commit: r318791 - head/mail/courier-imap
Oliver Lehmann
oliver at FreeBSD.org
Wed May 22 19:32:42 UTC 2013
Author: oliver
Date: Wed May 22 19:32:41 2013
New Revision: 318791
URL: http://svnweb.freebsd.org/changeset/ports/318791
Log:
remove DRAC support as the patch is no longer working
Modified:
head/mail/courier-imap/Makefile
Modified: head/mail/courier-imap/Makefile
==============================================================================
--- head/mail/courier-imap/Makefile Wed May 22 19:31:39 2013 (r318790)
+++ head/mail/courier-imap/Makefile Wed May 22 19:32:41 2013 (r318791)
@@ -40,7 +40,6 @@ OPTIONS= FAM "Build in fam support for
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
More information about the svn-ports-head
mailing list