Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 19:32:42 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318791 - head/mail/courier-imap
Message-ID:  <201305221932.r4MJWgwq032781@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305221932.r4MJWgwq032781>