From owner-svn-ports-head@FreeBSD.ORG Wed May 22 19:32:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DF815BB1; Wed, 22 May 2013 19:32:42 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D1AEB2F3; Wed, 22 May 2013 19:32:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4MJWg2X032782; Wed, 22 May 2013 19:32:42 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4MJWgwq032781; Wed, 22 May 2013 19:32:42 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201305221932.r4MJWgwq032781@svn.freebsd.org> From: Oliver Lehmann Date: Wed, 22 May 2013 19:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318791 - head/mail/courier-imap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 19:32:42 -0000 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 -.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