[open-ils-commits] [GIT] Evergreen ILS branch master updated. b2916b9fef744d8b896c77511e949612d26dff36
Evergreen Git
git at git.evergreen-ils.org
Tue May 8 13:21:49 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via b2916b9fef744d8b896c77511e949612d26dff36 (commit)
from 0de2ebfce5ab86781c656f3385fd03f5eda25e2d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b2916b9fef744d8b896c77511e949612d26dff36
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue May 8 12:52:02 2012 -0400
Roll back libjs version to 1.7.0
The install version of libjs (Spidermonkey) had been bumped to the
latest, 1.8.5, but it turned out that the tests for that had probably
been run on a system that had an old version of libjs source and/or
installed headers/libraries in place, as building libjs 1.8.5 is a
different beast entirely (different directory structure, etc).
In addition, there are several bugs along the lines of
https://rt.cpan.org/Public/Bug/Display.html?id=75058 that strongly
suggest that libjs-1.8.5 is not compatible with the
JavaScript::SpiderMonkey 0.21 Perl module.
Therefore, roll back to the tried-and-true libjs 1.7.0.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index ee058c4..7aacaed 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -21,7 +21,7 @@
# Make any assumptions about the shell being used explicit
SHELL=/bin/bash
-LIBJS=js185-1.0.0
+LIBJS=js-1.7.0
LIBJS_PERL=JavaScript-SpiderMonkey-0.21
LIBJS_URL=http://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz
LIBJS_PERL_URL=http://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/$(LIBJS_PERL).tar.gz
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/extras/Makefile.install | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list