diff options
author | Julio Merino <jmmv@FreeBSD.org> | 2015-10-21 12:03:17 +0000 |
---|---|---|
committer | Julio Merino <jmmv@FreeBSD.org> | 2015-10-21 12:03:17 +0000 |
commit | 0f6e7a9bcc6d4291d6950419599ae77f2ee7ae24 (patch) | |
tree | 0d3f26894cf49b37371154aea5b9b94d8f96e004 /lang | |
parent | Update to 4.1.8 (diff) |
Mark spidermonkey185 as not for PowerPC/PowerPC64
The code lacks support for PowerPC and PowerPC64 and it does not seem
trivial to add such missing pieces. In particular, the MacroAssembler
is not implemented.
Approved by: koobs (maintainer), bdrewery (mentor)
Differential Revision: https://reviews.freebsd.org/D3957
Notes
Notes:
svn path=/head/; revision=399905
Diffstat (limited to 'lang')
-rw-r--r-- | lang/spidermonkey185/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index 0252f0188286..528eee04c9b3 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -11,6 +11,9 @@ DISTNAME= js185-1.0.0 MAINTAINER= koobs@FreeBSD.org COMMENT= Standalone JavaScript (1.8.5) interpreter from Mozilla +NOT_FOR_ARCHS= powerpc powerpc64 +NOT_FOR_ARCHS_REASON= PowerPC is not supported; use lang/spidermonkey170 + BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr |