freebsd-ports/lang/fsharp/Makefile
Antoine Brodin 9dca1d4382 Mark BROKEN: Fails to build with mono 4
Project "/wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj" (default target(s)):
	Target CallFsSrGen:
		Created directory "obj/proto/./"
: error : Error initializing task FsSrGen: The classes in the module cannot be loaded.
		Build FAILED.
		Errors:
		/wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj (default targets) ->
		/wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/lib/bootstrap/2.0/FSharp.SRGen.targets (CallFsSrGen target) ->
			: error : Error initializing task FsSrGen: The classes in the module cannot be loaded.
			 0 Warning(s)
			 1 Error(s)

Reported by:	pkg-fallout
2015-05-25 14:52:20 +00:00

23 lines
464 B
Makefile

# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$
PORTNAME= fsharp
PORTVERSION= 3.1.1.25
CATEGORIES= lang
MAINTAINER= mono@FreeBSD.org
COMMENT= Functional and object-oriented language for the .NET platform
LICENSE= APACHE20
BROKEN= Fails to build with mono 4
BUILD_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono>=3.0:${PORTSDIR}/lang/mono
USE_GITHUB= yes
USES= gmake mono pkgconfig
USE_AUTOTOOLS= autoconf
.include <bsd.port.mk>