Commit graph

14 commits

Author SHA1 Message Date
joerg
2c88407f3d Replace left-shift with multiplication, it is sometimes called with
negative values. Bump revision.
2015-09-08 18:53:46 +00:00
yyamano
6ffb0777f7 Make this build on Mac OS X with ABI=64. 2011-12-07 05:16:27 +00:00
yyamano
196ecad064 Make this build on Mac OS X. 2011-12-06 05:54:05 +00:00
fhajny
6586986e1c Updated lang/spidermonkey to 1.8.0 rc1 (see below).
No standard changelog provided from upstream, some bits scattered here:

* http://www.mozilla.org/js/spidermonkey/release-notes/JS_170.html
* https://developer.mozilla.org/En/SpiderMonkey/1.8

pkgsrc changes:

* Threading support (and dependency on devel/nspr) is now optional
  (enabled by default). Threaded Spidermonkey may not be desirable
  for e.g. server-side JavaScript usage.
* Unicode strings support optional.
* Rudimental OpenSolaris/Solaris 11 config file provided.

Release Candidate note:

Spidermonkey 1.8.0 RC1 was the last version ever released as
a standalone distribution, and is generally being used by the JavaScript
community nowaways, if needed. In the future, ripping Spidermonkey
out of the Mozilla tarball may be attempted too, to update the package
to 1.9.x.
2010-12-23 12:36:01 +00:00
tnn
001f4cd548 use pkg-config to locate nspr 2010-01-16 15:04:32 +00:00
wiz
4f4a027f7c Update to 1.60, provided by Blair Sadewitz in private mail.
* JS 1.6.0 is based on the same branch (1.8.0.9) as Firefox 1.5.0.9
and includes the same stability and security fixes.

* JS 1.6.0 includes support for JavaScript 1.6 with support for
  E4X, several new Array methods, and Array and String generics.
2007-08-12 03:04:32 +00:00
rillig
aafdd14e04 Added a patch that disables fdlibm on all platforms, since the latter is
not in pkgsrc and therefore not generally available.

PKGREVISION++
2007-01-24 19:35:26 +00:00
tron
b8bf7df98d Add thread support for Mac OS X. Bump package revision. 2006-12-05 18:04:18 +00:00
xtraeme
f06f151cf5 - Build the library with JS_THREADSAFE set (required by the upcoming
avidemux-2.3.0 pkg).
- Disable debug entirely, why do we need this?
- And more things I can't remember...

Bump PKGREVISION.
2006-12-03 10:11:49 +00:00
tron
562099cff4 Fix broken shared library build under Mac OS X. "avidemux2" (from the
"avidemux" package) now works with the "js" library provided by this
package. Bump package revision of this package.

Vital hint provided by Amitai Schlair in private e-mail.
2006-08-08 21:08:14 +00:00
tron
5b9c03c4fa Use correct share library suffix under Mac OS X (".dylib" instead of
".so") so that linking with the "libjs" shared library actually works.
Bump package revision because of this fix.
2006-08-08 09:50:33 +00:00
tron
fe740b1526 Make this build under Mac OS X. 2006-08-04 13:22:11 +00:00
joerg
388f58ae51 Fix spelling of DragonFly. Don't generate a common (!) errno, just
remove the junk for compatibility with strange Visual C environments.
Bump revision for the latter.
2006-02-26 20:36:58 +00:00
xtraeme
345b920039 Initial import of spidermonkey-1.5.
SpiderMonkey is the code-name for the Mozilla's C implementation of
JavaScript.
2006-01-27 19:47:21 +00:00