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 /databases/bbdb/Makefile | |
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 'databases/bbdb/Makefile')
-rw-r--r-- | databases/bbdb/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index 19ae8e522320..ac79683389cf 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -12,6 +12,11 @@ COMMENT= Big Brother Database 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/bbdb-emacs26-3.1.2_1.log +BROKEN= fails to build +.endif + # do not depend on base texinfo on 10 BUILD_DEPENDS= texi2dvi:print/texinfo |