From owner-svn-ports-head@freebsd.org Wed Jul 8 15:19:41 2015 Return-Path: Delivered-To: svn-ports-head@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 CC1FA996D0F; Wed, 8 Jul 2015 15:19:41 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 BC9CD1DBC; Wed, 8 Jul 2015 15:19:41 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68FJfhm068501; Wed, 8 Jul 2015 15:19:41 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68FJfTH068500; Wed, 8 Jul 2015 15:19:41 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201507081519.t68FJfTH068500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Wed, 8 Jul 2015 15:19:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391567 - head/mail/cyrus-imapd24 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.20 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, 08 Jul 2015 15:19:41 -0000 Author: ume Date: Wed Jul 8 15:19:40 2015 New Revision: 391567 URL: https://svnweb.freebsd.org/changeset/ports/391567 Log: Mark BROKEN when AUTOSIEVE is ON, as autosieve patch is not available. Spotted by: mat Modified: head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Wed Jul 8 14:44:15 2015 (r391566) +++ head/mail/cyrus-imapd24/Makefile Wed Jul 8 15:19:40 2015 (r391567) @@ -121,6 +121,7 @@ PLIST_FILES+= cyrus/bin/compile_sieve .if ${PORT_OPTIONS:MAUTOSIEVE} AUTOSIEVE_VERSION= 0.6.0 PATCHFILES+= ${PORTNAME}-2.4.12-autosieve-${AUTOSIEVE_VERSION}.patch +BROKEN= Not buildable with autosieve patch .endif .if ${PORT_OPTIONS:MBDB}