diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-21 04:50:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-21 04:50:24 +0800 |
commit | b1c5d8906cd3feee24869db0f19dbd5cf4de8d94 (patch) | |
tree | a03ce15e8f15119cbdeed11d81b721d7924e8a05 /lang/rubinius/Makefile | |
parent | 79b1339ed1c91346a5d3475a1d8f5f7e16805fe5 (diff) | |
download | freebsd-ports-gnome-b1c5d8906cd3feee24869db0f19dbd5cf4de8d94.tar.gz freebsd-ports-gnome-b1c5d8906cd3feee24869db0f19dbd5cf4de8d94.tar.zst freebsd-ports-gnome-b1c5d8906cd3feee24869db0f19dbd5cf4de8d94.zip |
Mark broken: Fails to build
# "build" target here installs into /wrkdirs/usr/ports/lang/rubinius/work/stage/usr/local
rake aborted!
Gem::LoadError: You have already activated rake 10.3.1, but your Gemfile requires rake 10.1.1. Prepending `bundle exec` to your command may solve this.
/wrkdirs/usr/ports/lang/rubinius/work/rubinius-2.2.5/Rakefile:1:in `<top (required)>'
(See full trace by running task with --trace)
*** [do-build] Error code 1
Reported by: pkg-fallout
Diffstat (limited to 'lang/rubinius/Makefile')
-rw-r--r-- | lang/rubinius/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index df412e182577..e3e24a3e57b7 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -12,6 +12,8 @@ COMMENT= LLVM based ruby language implementation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Fails to build + BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:${PORTSDIR}/sysutils/rubygem-bundler \ ${LOCALBASE}/bin/llvm-config34:${PORTSDIR}/devel/llvm34 \ ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison |