From 12d034d2b96dfebc1dbf675862e81b02518957d2 Mon Sep 17 00:00:00 2001 From: David Naylor Date: Sun, 11 Aug 2013 17:10:41 +0000 Subject: Add lang/pypy-devel for non-stable releases of PyPy. pypy-devel is intended as a staging ground for beta releases and - while no beta releases are available - snapshots of pypy default branch. While introducing pypy-devel to build logic has been reworked to better accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed after extraction (with only symbolic links used to emulate the structure). PyPy still expects the standard structure and the symbolic links satisfy this change. The devel port was requested by mva@ to better support commercial clients. --- lang/pypy/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/pypy') diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index acee37d46754..fa47346f0e14 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFAULT+= PYPY_MINMEM .endif MANUAL_PACKAGE_BUILD= runaway process on pointyhat +CONFLICTS_INSTALL= pypy-devel-[0-9]* ALL_TARGET= ${PYPY_NAMES} BUILD_WRKSRC= ${WRKDIR} -- cgit v1.2.3