From 8e377c9a5fecaea72ead98679fed93f08f787706 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 21 May 2019 09:56:40 +0000 Subject: [PATCH] Mark BROKEN /usr/local/lib/ruby/site_ruby/2.5/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (1.13.6) required by your /wrkdirs/usr/ports/lang/rubinius/work/rubinius-3.86/Gemfile.lock. (Gem::GemNotFoundException) Reported by: pkg-fallout --- lang/rubinius/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index dc9d0276bbfe..59ed078c786e 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -15,6 +15,7 @@ COMMENT= LLVM based ruby language implementation LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Could not find 'bundler' (1.13.6) ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \