diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
commit | 107b408c3141f4a2d694fb7bb6f3809d48f62a04 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /mail/mu4e | |
parent | editors/emacs: Update to version 26.1 (diff) |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
Notes
Notes:
svn path=/head/; revision=471191
Diffstat (limited to 'mail/mu4e')
-rw-r--r-- | mail/mu4e/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mu4e/Makefile b/mail/mu4e/Makefile index 79d10b4832be..0f2f5c3e37c9 100644 --- a/mail/mu4e/Makefile +++ b/mail/mu4e/Makefile @@ -11,6 +11,11 @@ COMMENT= Emacs frontend for Mu LICENSE= GPLv3 +.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox +# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/mu4e-emacs26-1.0_1.log +BROKEN= fails to build +.endif + RUN_DEPENDS= mu:mail/mu USES= autoreconf emacs gmake makeinfo pkgconfig |