diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-25 22:52:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-25 22:52:20 +0800 |
commit | 79d66aa0a2782fad7361576129f4f52f1d14c20f (patch) | |
tree | 89ca3a92430f7931825144851561421485eff4a9 /lang | |
parent | b1dd3ecb4ca2983333724a1eff82ded4cd59af0e (diff) | |
download | freebsd-ports-gnome-79d66aa0a2782fad7361576129f4f52f1d14c20f.tar.gz freebsd-ports-gnome-79d66aa0a2782fad7361576129f4f52f1d14c20f.tar.zst freebsd-ports-gnome-79d66aa0a2782fad7361576129f4f52f1d14c20f.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fsharp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/fsharp/Makefile b/lang/fsharp/Makefile index d1f93203be79..88a3d5381cfe 100644 --- a/lang/fsharp/Makefile +++ b/lang/fsharp/Makefile @@ -10,6 +10,8 @@ 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 |