From owner-svn-ports-all@FreeBSD.ORG Sat Apr 19 09:11:25 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 877DADA0; Sat, 19 Apr 2014 09:11:25 +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 74E8C1E44; Sat, 19 Apr 2014 09:11:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3J9BPEQ057468; Sat, 19 Apr 2014 09:11:25 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3J9BPdH057466; Sat, 19 Apr 2014 09:11:25 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201404190911.s3J9BPdH057466@svn.freebsd.org> From: Marcus von Appen Date: Sat, 19 Apr 2014 09:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351588 - head/lang/ironpython 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: Sat, 19 Apr 2014 09:11:25 -0000 Author: mva Date: Sat Apr 19 09:11:24 2014 New Revision: 351588 URL: http://svnweb.freebsd.org/changeset/ports/351588 QAT: https://qat.redports.org/buildarchive/r351588/ Log: - Mark as BROKEN since the last lang/mono update. It seems like mono's CscToolPath is unset somewhere, causing the build to fail Modified: head/lang/ironpython/Makefile Modified: head/lang/ironpython/Makefile ============================================================================== --- head/lang/ironpython/Makefile Sat Apr 19 06:44:56 2014 (r351587) +++ head/lang/ironpython/Makefile Sat Apr 19 09:11:24 2014 (r351588) @@ -21,6 +21,8 @@ GH_COMMIT= 568c234 SUB_FILES= ipy ipy64 +BROKEN= does not build with mono 3.4.0 + do-build: cd ${WRKSRC} && ${LOCALBASE}/bin/xbuild /t:Stage \ /p:Configuration=Release /p:ReferencedPlatform=V4 \