Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2016 18:41:25 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416483 - head/games/0ad/files
Message-ID:  <201606061841.u56IfPJf064309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jun  6 18:41:24 2016
New Revision: 416483
URL: https://svnweb.freebsd.org/changeset/ports/416483

Log:
  Enable make jobs again in bundled spidermonkey, patch committed in
  r416413 fixes the original problem.
  
  Testing worked without flaws.
  
  Thanks to tijl@.

Modified:
  head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh

Modified: head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh
==============================================================================
--- head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh	Mon Jun  6 18:32:18 2016	(r416482)
+++ head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh	Mon Jun  6 18:41:24 2016	(r416483)
@@ -1,14 +1,6 @@
---- libraries/source/spidermonkey/build.sh.orig	2015-09-30 20:28:13 UTC
+--- libraries/source/spidermonkey/build.sh.orig	2015-01-24 14:46:52 UTC
 +++ libraries/source/spidermonkey/build.sh
-@@ -25,7 +25,6 @@ else
-   MAKE=${MAKE:="make"}
- fi
- 
--MAKE_OPTS="${JOBS}"
- 
- CONF_OPTS="--enable-shared-js --enable-gcgenerational --disable-tests --without-intl-api" # --enable-trace-logging"
- 
-@@ -82,6 +81,14 @@ cd js/src
+@@ -95,6 +95,14 @@ cd mozjs31/js/src
  rm -rf build-debug
  rm -rf build-release
  



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