svn commit: r315639 - head/lang/pypy
Eitan Adler
eadler at FreeBSD.org
Sun Mar 31 15:58:21 UTC 2013
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
More information about the svn-ports-all
mailing list