svn commit: r399905 - head/lang/spidermonkey185
Julio Merino
jmmv at FreeBSD.org
Wed Oct 21 12:03:19 UTC 2015
Author: jmmv (src committer)
Date: Wed Oct 21 12:03:17 2015
New Revision: 399905
URL: https://svnweb.freebsd.org/changeset/ports/399905
Log:
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
Modified:
head/lang/spidermonkey185/Makefile
Modified: head/lang/spidermonkey185/Makefile
==============================================================================
--- head/lang/spidermonkey185/Makefile Wed Oct 21 11:53:36 2015 (r399904)
+++ head/lang/spidermonkey185/Makefile Wed Oct 21 12:03:17 2015 (r399905)
@@ -11,6 +11,9 @@ DISTNAME= js185-1.0.0
MAINTAINER= koobs at 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
More information about the svn-ports-head
mailing list