diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-17 03:27:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-17 03:27:36 +0000 |
commit | c46be410463b8e93d5ec2a16d251a23ce8424d90 (patch) | |
tree | e171b2c506a95f87e33f1e7ff9fd9a66e1a1c0a5 /lang | |
parent | 18d548a7c508d445e93f8121dfc040dcc7f626b5 (diff) | |
download | ports-c46be410463b8e93d5ec2a16d251a23ce8424d90.tar.gz ports-c46be410463b8e93d5ec2a16d251a23ce8424d90.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.
Notes
Notes:
svn path=/head/; revision=91468
Diffstat (limited to 'lang')
-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 efe9f46c1260..46fe0ef6074d 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: |