Building the docs is the only thing that requires a lot of memory when
compiling ruby. OK?
Jeremy
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/lang/ruby/Makefile.inc,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile.inc
--- Makefile.inc 17 Nov 2011 10:54:11 -0000 1.4
+++ Makefile.inc 17 Nov 2011 11:12:56 -0000
@@ -29,6 +29,3 @@ CONFIGURE_ENV += PREFIX="${PREFIX}" \
REV ?= ${VERSION:R}
SUB ?= ${MACHINE_ARCH:S/amd64/x86_64/}-openbsd
SUBST_VARS += SUB REV
-
-# Building the ruby documentation consumes lots of memory.
-VMEM_WARNING = Yes
Index: 1.8/Makefile
===================================================================
RCS file: /cvs/ports/lang/ruby/1.8/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- 1.8/Makefile 15 Nov 2011 00:05:16 -0000 1.17
+++ 1.8/Makefile 17 Nov 2011 11:12:56 -0000
@@ -70,6 +70,7 @@ RUN_DEPENDS-tk =
MULTI_PACKAGES += -ri_docs
ALL_TARGET = all rdoc
INSTALL_TARGET = install install-doc
+VMEM_WARNING = Yes
.endif
# Known regression failures in OpenSSL extension on sparc64
Index: 1.9/Makefile
===================================================================
RCS file: /cvs/ports/lang/ruby/1.9/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- 1.9/Makefile 15 Nov 2011 00:04:15 -0000 1.20
+++ 1.9/Makefile 17 Nov 2011 11:12:56 -0000
@@ -77,6 +77,7 @@ RUN_DEPENDS-tk =
MULTI_PACKAGES += -ri_docs
ALL_TARGET += rdoc
INSTALL_TARGET += install-doc
+VMEM_WARNING = Yes
.endif
SUBST_VARS += RUBYLIBREV