diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-17 11:27:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-17 11:27:36 +0800 |
commit | f31b4bda10f3cd1b92afe1ebf594deed8e10a2ab (patch) | |
tree | 2014edf91474e3f2dcc0ced46474a12f67d11a2e /lang/mono | |
parent | e419a294642e618996f0d402854260ede80d9b52 (diff) | |
download | freebsd-ports-graphics-f31b4bda10f3cd1b92afe1ebf594deed8e10a2ab.tar.gz freebsd-ports-graphics-f31b4bda10f3cd1b92afe1ebf594deed8e10a2ab.tar.zst freebsd-ports-graphics-f31b4bda10f3cd1b92afe1ebf594deed8e10a2ab.zip |
Mark BROKEN on -CURRENT. Having garbage collection enabled causes mono
to core dump when it tries to allocate what seems like 512 MB of memory
when it tries to do garbage collection. Anyone wanting to look at fixing
boehm-gc on FreeBSD is more than welcome to submit patches. You will not
be turned away.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index efe9f46c126..46fe0ef6074 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -37,6 +37,8 @@ ONLY_FOR_ARCHS= i386 .if ${OSVERSION} < 500000 EXTRA_PATCHES= ${FILESDIR}/extra-patch-signbit +.else +BROKEN= "Does not work on -CURRENT with garbage collection enabled" .endif post-patch: |