svn commit: r351647 - head/lang/rubinius

Antoine Brodin antoine at FreeBSD.org
Sun Apr 20 20:50:24 UTC 2014


Author: antoine
Date: Sun Apr 20 20:50:24 2014
New Revision: 351647
URL: http://svnweb.freebsd.org/changeset/ports/351647
QAT: https://qat.redports.org/buildarchive/r351647/

Log:
  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

Modified:
  head/lang/rubinius/Makefile

Modified: head/lang/rubinius/Makefile
==============================================================================
--- head/lang/rubinius/Makefile	Sun Apr 20 20:44:48 2014	(r351646)
+++ head/lang/rubinius/Makefile	Sun Apr 20 20:50:24 2014	(r351647)
@@ -12,6 +12,8 @@ COMMENT=	LLVM based ruby language implem
 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


More information about the svn-ports-head mailing list