Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 23:44:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223389] games/oolite: Update to 1.86
Message-ID:  <bug-223389-13-sy2ha9h8D0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223389-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223389-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223389

--- Comment #13 from lightside <lightside@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 SpiderMo=
nkey
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=3D630209

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223389-13-sy2ha9h8D0>