Date: Wed, 8 Jul 2015 15:19:41 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391567 - head/mail/cyrus-imapd24 Message-ID: <201507081519.t68FJfTH068500@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507081519.t68FJfTH068500>