Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 09:11:25 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351588 - head/lang/ironpython
Message-ID:  <201404190911.s3J9BPdH057466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404190911.s3J9BPdH057466>