From e92f90373c8bf3d4f6c7d87e1decbfd1369951e5 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 27 Jan 2011 08:35:30 +0000 Subject: - Disallow from 7.x builds on pointyhat due to hangs Feature safe: yes --- lang/rubinius/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/rubinius') diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 9ebb2c822f5f..dbccb3a52f42 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -39,10 +39,11 @@ OPTIONS= GDBM "Enable GDBM support" on .include -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X +.if ${OSVERSION} <= 701000 +MANUAL_PACKAGE_BUILD= hangs on pointyhat .endif + .if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h) LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm PLIST_SUB+= GDBM="" -- cgit