[Bug 223389] games/oolite: Update to 1.86

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 12 23:44:32 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223389

--- Comment #13 from lightside <lightside at gmx.com> ---
(In reply to comment #12)
> But this produced following errors (current output was for Oolite 1.86
> version):
> -8<--
> src/Core/Scripting/OOJSScript.m:(.text+0x52b): undefined reference to
> `JS_DestroyScript'
> src/Core/Scripting/OOJSScript.m:(.text+0x920): undefined reference to
> `JS_XDRScript'
> src/Core/Scripting/OOJSScript.m:(.text+0xa9e): undefined reference to
> `JS_NewScriptObject'
> src/Core/Scripting/OOJSScript.m:(.text+0xacf): undefined reference to
> `JS_XDRScript'
> -->8-
Looks like, (current) Oolite depends on some (previous) version of SpiderMonkey
1.8.5, while (current) lang/spidermonkey185 port uses js185-1.0.0.tar.gz
distfile with applied patch(es), which includes changes to public API (e.g.
removal of JS_DestroyScript and JS_NewScriptObject from jsapi.h; renaming of
JS_XDRScript to JS_XDRScriptObject with different function arguments in
jsxdrapi.h (and implementation in jsxdrapi.cpp)):
js-1.8.5/patches/bug-630209.patch
https://bugzilla.mozilla.org/show_bug.cgi?id=630209

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list