diff options
author | kris <kris@FreeBSD.org> | 2005-10-27 03:36:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-27 03:36:33 +0800 |
commit | 71a10565499660e57298ce3486600cf60909d975 (patch) | |
tree | 477eeed949e439b505bd3484c9df1fede5a95768 /archivers/rvm | |
parent | 7a5368a9bcb85e704d6363217fcd1958fe77e373 (diff) | |
download | freebsd-ports-gnome-71a10565499660e57298ce3486600cf60909d975.tar.gz freebsd-ports-gnome-71a10565499660e57298ce3486600cf60909d975.tar.zst freebsd-ports-gnome-71a10565499660e57298ce3486600cf60909d975.zip |
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/rvm')
-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 18aba426ff86..3f468fd4638c 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 |