diff options
author | jrm <jrm@FreeBSD.org> | 2018-05-31 09:18:05 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-05-31 09:18:05 +0800 |
commit | 57eb486b9dc7e7b5afd1ed648ebd969bbc792361 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /www | |
parent | f30ba7f8fcf009ffe1faa4d8a201a41bf90f4a9b (diff) | |
download | freebsd-ports-gnome-57eb486b9dc7e7b5afd1ed648ebd969bbc792361.tar.gz freebsd-ports-gnome-57eb486b9dc7e7b5afd1ed648ebd969bbc792361.tar.zst freebsd-ports-gnome-57eb486b9dc7e7b5afd1ed648ebd969bbc792361.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/emacs-w3m/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 682a9ef135c6..1c6277abf1a4 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -14,6 +14,11 @@ COMMENT= Simple front-end to w3m for emacs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox +# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/emacs-w3m-emacs26-1.4.620.b.20180331_1.log +BROKEN= fails to configure +.endif + BUILD_DEPENDS= w3m:www/w3m RUN_DEPENDS= w3m:www/w3m |