From 56d511a435a8db91cbb7081bd0f4fb30317ea7a2 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 20 May 2017 12:02:07 +0000 Subject: 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 --- editors/vim/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors/vim') 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 -- cgit