diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-17 03:27:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-17 03:27:36 +0000 |
commit | f31b4bda10f3cd1b92afe1ebf594deed8e10a2ab (patch) | |
tree | 2014edf91474e3f2dcc0ced46474a12f67d11a2e | |
parent | e419a294642e618996f0d402854260ede80d9b52 (diff) | |
download | FreeBSD-ports-f31b4bda10f3cd1b92afe1ebf594deed8e10a2ab.zip FreeBSD-ports-f31b4bda10f3cd1b92afe1ebf594deed8e10a2ab.tar.gz |
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.
-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 efe9f46..46fe0ef 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: |