From owner-svn-ports-all@FreeBSD.ORG Sun Apr 20 20:50:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A48C4D85; Sun, 20 Apr 2014 20:50:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 920551359; Sun, 20 Apr 2014 20:50:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3KKoO37033742; Sun, 20 Apr 2014 20:50:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3KKoOVw033741; Sun, 20 Apr 2014 20:50:24 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404202050.s3KKoOVw033741@svn.freebsd.org> From: Antoine Brodin Date: Sun, 20 Apr 2014 20:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351647 - head/lang/rubinius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 20:50:24 -0000 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 `' (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