Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2013 15:58:21 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315639 - head/lang/pypy
Message-ID:  <201303311558.r2VFwLO0098895@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Mar 31 15:58:20 2013
New Revision: 315639
URL: http://svnweb.freebsd.org/changeset/ports/315639

Log:
  pypy does not build on the pointhat configuration, but does build in other configurations.
  
  Approved by:	portmgr (miwi)

Modified:
  head/lang/pypy/Makefile

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Sun Mar 31 15:11:40 2013	(r315638)
+++ head/lang/pypy/Makefile	Sun Mar 31 15:58:20 2013	(r315639)
@@ -17,8 +17,6 @@ LICENSE_COMB=	multi
 LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2 \
 		ffi:${PORTSDIR}/devel/libffi
 
-BROKEN=		does not build
-
 CLI_DESC=	(BROKEN) Translate a CLI (.NET) based pypy
 JVM_DESC=	(BROKEN) Translate a JVM (Java) based pypy
 PYPY_DESC=	Use pypy to translate (faster but uses more memory)
@@ -31,6 +29,8 @@ LOCALBASE?=	/usr/local
 OPTIONS_DEFINE+=	PYPY
 .endif
 
+MANUAL_PACKAGE_BUILD=	runaway process on pointyhat
+
 ALL_TARGET=	${PYPY_NAMES}
 BUILD_WRKSRC=	${WRKDIR}
 USE_BZIP2=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303311558.r2VFwLO0098895>