svn commit: r351588 - head/lang/ironpython
Marcus von Appen
mva at FreeBSD.org
Sat Apr 19 09:11:25 UTC 2014
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 \
More information about the svn-ports-all
mailing list