diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-20 20:02:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-20 20:02:07 +0800 |
commit | 56d511a435a8db91cbb7081bd0f4fb30317ea7a2 (patch) | |
tree | f214fd97b3e397fb90830db2b455ad9033c3e640 /editors/vim | |
parent | 4770a591dedae73a35dfec66e21ed33765da0890 (diff) | |
download | freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.tar.gz freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.tar.zst freebsd-ports-gnome-56d511a435a8db91cbb7081bd0f4fb30317ea7a2.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index beb153760f40..efb1ed92ebdd 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= VIM License LICENSE_FILE= ${WRKSRC}/runtime/doc/uganda.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_powerpc64= fails to compile: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute + OPTIONS_DEFINE= CSCOPE DEFAULT_VIMRC EXUBERANT_CTAGS NLS XTERM_SAVE OPTIONS_SINGLE= UI OPTIONS_SINGLE_UI= ATHENA CONSOLE GNOME GTK2 GTK3 MOTIF X11 |