From 2e45bc92139f8ba13778e1d07aa14bc5d7b51b64 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 13 May 2012 20:11:27 +0000 Subject: - 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 --- devel/mono-tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') 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 -- cgit