aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-01-28 11:20:35 +0800
committerkris <kris@FreeBSD.org>2007-01-28 11:20:35 +0800
commitd655440b8ed0338ba6f527f7a339d8ecf9bba65c (patch)
tree40b2150de3749b205cbe58d5cc31d92baf7be887 /devel
parent4bc7da59f5f4476fc83b342d71f3fb6cfff5cb75 (diff)
downloadfreebsd-ports-gnome-d655440b8ed0338ba6f527f7a339d8ecf9bba65c.tar.gz
freebsd-ports-gnome-d655440b8ed0338ba6f527f7a339d8ecf9bba65c.tar.zst
freebsd-ports-gnome-d655440b8ed0338ba6f527f7a339d8ecf9bba65c.zip
One of the configure tests in this port attempts to allocate an infinite
amount of memory to see what happens when it fails: checking if new throws std::bad_alloc exception on failure... This is extremely antisocial since it will run the machine out of swap. Mark IGNORE until it can be fixed.
Diffstat (limited to 'devel')
-rw-r--r--devel/ace/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile
index cf43e7fdf6b1..fb66ce84b6e4 100644
--- a/devel/ace/Makefile
+++ b/devel/ace/Makefile
@@ -18,6 +18,8 @@ MAINTAINER= sem@FreeBSD.org
COMMENT= The Adaptive Communication Environment for C++
+IGNORE= attempts to allocate all of swap to see what happens when it fills
+
CONFLICTS= ace+tao-5*
USE_BZIP2= yes