diff options
author | pav <pav@FreeBSD.org> | 2012-05-13 06:02:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-13 06:02:57 +0800 |
commit | 3cb9680a54928f40e3803383ee81d681f9041d03 (patch) | |
tree | 592238740198d67e45a48e2ea430672f7e8357bc /lang | |
parent | cd19c6deb8153c0faa4c1e167aed6e7bb1155c1f (diff) | |
download | freebsd-ports-gnome-3cb9680a54928f40e3803383ee81d681f9041d03.tar.gz freebsd-ports-gnome-3cb9680a54928f40e3803383ee81d681f9041d03.tar.zst freebsd-ports-gnome-3cb9680a54928f40e3803383ee81d681f9041d03.zip |
- Mark BROKEN: does not build
gmcs -t:exe -r:../IronPython.dll -out:../ipy.exe -recurse:IronPythonConsole/*.cs
IronPythonConsole/PythonCommandLine.cs(512,36): error CS0012: The type
`IronMath.ISlice' is defined in an assembly that is not referenced. Consider
adding a reference to assembly `IronMath, Version=1.0.60816.1877,
Culture=neutral, PublicKeyToken=null'
Reported by: pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ironpython/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile index 4e4cad9e1e52..4fb6a33071b9 100644 --- a/lang/ironpython/Makefile +++ b/lang/ironpython/Makefile @@ -18,6 +18,8 @@ COMMENT= New Python implementation targeting the .NET BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono +BROKEN= does not build + WRKSRC= ${WRKDIR}/IronPython-${PORTVERSION} USE_ZIP= yes USE_GMAKE= yes |