diff options
author | pav <pav@FreeBSD.org> | 2012-04-01 02:41:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-04-01 02:41:26 +0800 |
commit | b7a9ff8eb8c1e4cab3b21f4580b9e7bab973d64b (patch) | |
tree | f5e5991c80269c3d34ed1feaa201bc6e08d90f88 /lang/pypy | |
parent | 39055b75bdf27ae5f3cf6c812a98fdf2a626ae80 (diff) | |
download | freebsd-ports-gnome-b7a9ff8eb8c1e4cab3b21f4580b9e7bab973d64b.tar.gz freebsd-ports-gnome-b7a9ff8eb8c1e4cab3b21f4580b9e7bab973d64b.tar.zst freebsd-ports-gnome-b7a9ff8eb8c1e4cab3b21f4580b9e7bab973d64b.zip |
- Disallow from pointyhat, as it seems to receive SIGKILL after two hours of
building, unknown from where
Feature safe: yes
Diffstat (limited to 'lang/pypy')
-rw-r--r-- | lang/pypy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index fcefc0cb4f4e..8109e943466f 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -41,6 +41,10 @@ MAKE_ENV+= PYPY_LOCALBASE=${LOCALBASE} .include <${.CURDIR}/files/bsd.pypy.inst.mk> .include <bsd.port.options.mk> +.if defined(PACKAGE_BUILDING) +MANUAL_PACKAGE_BUILD= fails to finish compilation on pointyhat, reason unknown +.endif + # List of PyPy instances .if !defined(PYPY_INST) PYPY_INST= DEFAULT |