diff options
author | pav <pav@FreeBSD.org> | 2012-05-14 04:11:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-14 04:11:27 +0800 |
commit | 2e45bc92139f8ba13778e1d07aa14bc5d7b51b64 (patch) | |
tree | d95b1be2dc2c92e8d9b3e8477800c237714c30a8 /devel | |
parent | 682ea7994818d23954a3ae69b59de7f50683f211 (diff) | |
download | freebsd-ports-gnome-2e45bc92139f8ba13778e1d07aa14bc5d7b51b64.tar.gz freebsd-ports-gnome-2e45bc92139f8ba13778e1d07aa14bc5d7b51b64.tar.zst freebsd-ports-gnome-2e45bc92139f8ba13778e1d07aa14bc5d7b51b64.zip |
- Mark BROKEN: does not build
./DelegatesPassedToNativeCodeMustIncludeExceptionHandlingRule.cs(496,74):
error CS1061: Type `Mono.Cecil.Cil.ExceptionHandler' does not contain a
definition for `FilterEnd' and no extension method `FilterEnd' of type
`Mono.Cecil.Cil.ExceptionHandler' could be found (are you missing a using
directive or an assembly reference?)
/usr/local/lib/mono/gac/Mono.Cecil/0.9.5.0__0738eb9f132ed756/Mono.Cecil.dll
(Location of the symbol related to previous error)
Reported by: pointyhat
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mono-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/mono-tools/Makefile b/devel/mono-tools/Makefile index 957b97c04492..7399514529fd 100644 --- a/devel/mono-tools/Makefile +++ b/devel/mono-tools/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= gdiplus.0:${PORTSDIR}/x11-toolkits/libgdiplus BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= does not build + USE_BZIP2= yes USE_GNOME= gnomehack gnomedesktopsharp20 GNU_CONFIGURE= yes |