From owner-svn-ports-all@freebsd.org Sat Oct 17 07:33:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8AEFA17713; Sat, 17 Oct 2015 07:33:12 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A33D1866; Sat, 17 Oct 2015 07:33:12 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9H7XBIY041890; Sat, 17 Oct 2015 07:33:11 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9H7XBhG041888; Sat, 17 Oct 2015 07:33:11 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201510170733.t9H7XBhG041888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Sat, 17 Oct 2015 07:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399529 - in head/mail/cyrus-imapd24: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 07:33:12 -0000 Author: ume Date: Sat Oct 17 07:33:11 2015 New Revision: 399529 URL: https://svnweb.freebsd.org/changeset/ports/399529 Log: re-enable autosieve option. PR: 162185 Submitted by: enzi.sergio Added: head/mail/cyrus-imapd24/files/extra-patch-imap__lmtp_sieve.c (contents, props changed) Modified: head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Sat Oct 17 05:33:48 2015 (r399528) +++ head/mail/cyrus-imapd24/Makefile Sat Oct 17 07:33:11 2015 (r399529) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.4.18 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ @@ -111,7 +111,7 @@ AUTOCREATE_PATCHFILES= ${PORTNAME}-2.4.4 AUTOSIEVE_VERSION= 0.6.0 AUTOSIEVE_PATCH_SITES= LOCAL/mm:autosieve AUTOSIEVE_PATCHFILES= ${PORTNAME}-2.4.12-autosieve-${AUTOSIEVE_VERSION}.patch:-p1:autosieve -AUTOSIEVE_BROKEN= Not buildable with autosieve patch +AUTOSIEVE_EXTRA_PATCHES=${FILESDIR}/extra-patch-imap__lmtp_sieve.c DRAC_EXTRA_PATCHES= ${FILESDIR}/extra-patch-cmulocal::sasl2.m4 DRAC_USE= AUTOTOOLS=autoconf,autoheader Added: head/mail/cyrus-imapd24/files/extra-patch-imap__lmtp_sieve.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/cyrus-imapd24/files/extra-patch-imap__lmtp_sieve.c Sat Oct 17 07:33:11 2015 (r399529) @@ -0,0 +1,11 @@ +--- imap/lmtp_sieve.c.orig 2015-10-17 06:54:40 UTC ++++ imap/lmtp_sieve.c +@@ -511,7 +511,7 @@ static int sieve_fileinto(void *ac, + /* Try to deliver the mail again. */ + if (!ret) + ret = deliver_mailbox(md->f, mdata->content, mdata->stage, md->size, +- fc->imapflags->flag, fc->imapflags->nflags, ++ fc->imapflags, + (char *) sd->username, sd->authstate, md->id, + sd->username, mdata->notifyheader, + namebuf, md->date, quotaoverride, 0);