head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q3:1.2.0.30 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.28 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.26 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.24 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.22 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.20 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.18 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.8 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2010.12.23.12.36.02; author fhajny; state dead; branches; next 1.2; 1.2 date 2007.08.12.03.04.33; author wiz; state Exp; branches; next 1.1; 1.1 date 2007.01.24.19.35.26; author rillig; state Exp; branches; next ; desc @@ 1.3 log @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. @ text @$NetBSD: patch-af,v 1.2 2007/08/12 03:04:33 wiz Exp $ Only define JS_USE_FDLIBM_MATH if the user (generally) or pkgsrc (in this case) hasn't decided. --- jslibmath.h.orig 2005-04-29 09:33:47.000000000 -0400 +++ jslibmath.h @@@@ -54,6 +54,7 @@@@ * by default since there can be problems with endian-ness and such. */ +#if !defined(JS_USE_FDLIBM_MATH) #if defined(_WIN32) && !defined(__MWERKS__) #define JS_USE_FDLIBM_MATH 1 @@@@ -82,6 +83,7 @@@@ #else #define JS_USE_FDLIBM_MATH 0 #endif +#endif #if !JS_USE_FDLIBM_MATH @ 1.2 log @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. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2007/01/24 19:35:26 rillig Exp $ @ 1.1 log @Added a patch that disables fdlibm on all platforms, since the latter is not in pkgsrc and therefore not generally available. PKGREVISION++ @ text @d1 1 a1 1 $NetBSD$ d6 2 a7 2 --- jslibmath.h.orig 2003-11-15 01:10:57.000000000 +0100 +++ jslibmath.h 2007-01-24 20:38:03.000000000 +0100 @