Next | Query returned 48 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2010-12-23 13:36:02 by Filip Hajny | Files touched by this commit (14) | Package updated
Log message:
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-01-16 16:04:32 by Tobias Nygren | Files touched by this commit (4)
Log message:
use pkg-config to locate nspr
   2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-01-11 10:36:23 by Blair Sadewitz | Files touched by this commit (1)
Log message:
Add MAKE_JOBS_SAFE=no ... I thought I did this a long time ago, but evidently not.
   2007-09-25 05:13:02 by Blair Sadewitz | Files touched by this commit (1)
Log message:
Add missing RCS id.
   2007-09-21 20:06:29 by Blair Sadewitz | Files touched by this commit (2)
Log message:
Add -fno-strict-aliasing to CFLAGS for ${CC_VERSION:Mgcc-[34]*}.  Bump rev.

ok'd by wiz@
   2007-08-12 05:04:35 by Thomas Klausner | Files touched by this commit (12)
Log message:
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-01-24 20:58:19 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed the build on Linux, at least for me.
   2007-01-24 20:35:26 by Roland Illig | Files touched by this commit (3)
Log message:
Added a patch that disables fdlibm on all platforms, since the latter is
not in pkgsrc and therefore not generally available.

PKGREVISION++

Next | Query returned 48 messages, browsing 21 to 30 | Previous