Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 15:51:31 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5765994c280f - main - editors/vim: don't exclude RUBY on powerpc64
Message-ID:  <202204221551.23MFpVvA021980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5765994c280f3eb7b6f4f44579aed4f4d7a0b647

commit 5765994c280f3eb7b6f4f44579aed4f4d7a0b647
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-22 15:37:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-22 15:37:47 +0000

    editors/vim: don't exclude RUBY on powerpc64
---
 editors/vim/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1af346de19cf..9119649b2474 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -116,9 +116,6 @@ CTAGS_BASE_DESC=	Use system ctags
 CTAGS_EXUBERANT_DESC=	Use exctags instead of ctags
 CTAGS_UNIVERSAL_DESC=	Use uctags instead of ctags
 
-# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
-OPTIONS_EXCLUDE_powerpc64=	RUBY
-
 # GENERAL OPTIONS
 CTAGS_EXUBERANT_RUN_DEPENDS=	exctags:devel/ctags
 CTAGS_UNIVERSAL_RUN_DEPENDS=	uctags:devel/universal-ctags



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204221551.23MFpVvA021980>