svn commit: r315629 - head/lang/pypy

Eitan Adler eadler at freebsd.org
Sun Mar 31 15:43:28 UTC 2013


On 31 March 2013 05:04, Martin Wilke <miwi at freebsd.org> wrote:
> To answer your question pointyhat ends up in a never ending run process whish i have to kill manual.

Out of curiosity, how long did you let it run?

> Considering you did not respond I have it mark broken.

pypy is special and may take an enormous amount of ram to build.

I can confirm that the port is *not* broken and does build on certain
hardware in correct configurations.

The correct thing to do here is set MANUAL_PACKAGE_BUILD.
Another option is NO_PACKAGE but I think it would be useful to offer
prebuilt packages.

Index: Makefile
===================================================================
--- Makefile	(revision 315626)
+++ Makefile	(working copy)
@@ -29,6 +29,8 @@ LOCALBASE?=	/usr/local
 OPTIONS_DEFINE+=	PYPY
 .endif

+MANUAL_PACKAGE_BUILD=	Takes enormous amounts of ram
+
 ALL_TARGET=	${PYPY_NAMES}
 BUILD_WRKSRC=	${WRKDIR}
 USE_BZIP2=	yes


-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-head mailing list