Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 12:03:18 +0000 (UTC)
From:      Julio Merino <jmmv@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399905 - head/lang/spidermonkey185
Message-ID:  <201510211203.t9LC3IsW048477@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510211203.t9LC3IsW048477>