diff options
author | kris <kris@FreeBSD.org> | 2005-10-26 19:36:33 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-26 19:36:33 +0000 |
commit | 71a10565499660e57298ce3486600cf60909d975 (patch) | |
tree | 477eeed949e439b505bd3484c9df1fede5a95768 /archivers | |
parent | 7a5368a9bcb85e704d6363217fcd1958fe77e373 (diff) | |
download | FreeBSD-ports-71a10565499660e57298ce3486600cf60909d975.zip FreeBSD-ports-71a10565499660e57298ce3486600cf60909d975.tar.gz |
BROKEN: This port attempts to allocate an infinite amount of memory during
configure, just so it can see what happens to itself when it runs the system
out of swap.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rvm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 18aba42..3f468fd 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -18,6 +18,8 @@ COMMENT= An archive manager that uses rsync to manage backups BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= "Configure script attempts to allocate an infinite amount of memory to see what happens when it runs out" + NO_LATEST_LINK= yes USE_GNOME= gnometarget |