[67142] trunk/dports/sysutils/rvm/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 29 20:51:08 PDT 2010


Revision: 67142
          http://trac.macports.org/changeset/67142
Author:   ryandesign at macports.org
Date:     2010-04-29 20:51:07 -0700 (Thu, 29 Apr 2010)
Log Message:
-----------
rvm: disable configure test that causes at least one of my machines to hang while using up all memory

Modified Paths:
--------------
    trunk/dports/sysutils/rvm/Portfile

Modified: trunk/dports/sysutils/rvm/Portfile
===================================================================
--- trunk/dports/sysutils/rvm/Portfile	2010-04-30 03:47:48 UTC (rev 67141)
+++ trunk/dports/sysutils/rvm/Portfile	2010-04-30 03:51:07 UTC (rev 67142)
@@ -23,6 +23,9 @@
 		--with-default-log-dir=${prefix}/var/log/rvm \
 		--mandir=${prefix}/share/man
 
+# avoid ridiculous conftest that uses up all memory to see if it gets an error when it runs out of memory
+configure.args-append ac_cv_cxx_exception_on_failed_alloc=yes
+
 post-destroot	{
 	xinstall -m 755 -d ${destroot}${prefix}/var/log/rvm/
 	system "touch ${destroot}${prefix}/var/log/rvm/.turn"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100429/64f2eaff/attachment.html>


More information about the macports-changes mailing list