svn commit: r564192 - head/devel/monodevelop

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 6 07:13:07 UTC 2021


Author: bapt
Date: Sat Feb  6 07:13:06 2021
New Revision: 564192
URL: https://svnweb.freebsd.org/changeset/ports/564192

Log:
  Mark as broken:
  
  "
  The project could not be created
  
  The type initializer for 'MonoDevelop.Projects.MSBuild.MSBuildEvaluationContext' threw an exception.
  "
  This is confirmed by a users and by myself
  
  PR:		248862
  Submitted by:	fbsd at ettinsmoor.net

Modified:
  head/devel/monodevelop/Makefile

Modified: head/devel/monodevelop/Makefile
==============================================================================
--- head/devel/monodevelop/Makefile	Sat Feb  6 07:01:04 2021	(r564191)
+++ head/devel/monodevelop/Makefile	Sat Feb  6 07:13:06 2021	(r564192)
@@ -13,6 +13,8 @@ COMMENT=	IDE for the .NET platform
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Not usable
+
 BUILD_DEPENDS=	msbuild:devel/msbuild \
 		fsharpc:lang/fsharp \
 		cmake:devel/cmake


More information about the svn-ports-all mailing list