Changelog:
NSPR 4.9.6 has the following bug fixes:
* Bug 782214: Auto detect Android API version for x86. Fixed by Makoto
Kato.
* Bug 807883: Add the PL_SizeOfArenaPoolExcludingPool function. Fixed by
Nicholas Nethercote.
* Bug 812085: Initialize Windows CRITICAL_SECTIONs without debug info and
with nonzero spin count. Fixed by Chris Peterson.
* Bug 827271: Add support for Aarch64 (64-Bit ARM). Fixed by Al Stone and
Riku Voipio.
* Bug 841651: PR_SetThreadPriority doesn't do anything when using Bionic.
Fixed by Gabriele Svelto.
* API have changed
Changelog:
The only change in NSPR 4.9.2 is the new functions to set and get thread names:
Bug 758837 - Add functions to set and get thread names
- take maintainership
- let this package automatically track the stable gecko branch
- clean out some legacy patches
This is the first part of PR pkg/42277.
There are three types Mozilla mirrors.
(http://www.mozilla.org/mirroring.html)
* mozilla-current
contains only the current version of Firefox and Thunderbird
* mozilla-release
contains Firefox, Thunderbird, and Sunbird releases
* mozilla-all
complete archive
Define following variables for mozilla master sites:
MASTER_SITE_MOZILLA_ALL = mozilla-all
MASTER_SITE_MOZILLA = mozilla-release
and change some packages to use appropriate variable.
Update contents of MASTER_SITE_MOZILLA with master and primary mirrors
taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
Upstream changes: bug fixes.
Package changes: avoid ".." in paths by changing WRKSRC and using
CONFIGURE_DIRS.
Add chunk to configure.in to avoid build failures I was seeing on
NetBSD-current/amd64.
"@comment " and not "@comment". The later cause a warning like
"Ignoring command @commentlib/nspr/cpu/sparcv8plus/libnspr_flt4.so".
Bump package revision because of package list fixes.
Fix typo, MASTER_SIZE_MOZILLA=MASTER_SITE_MOZILLA.
Fix version number in MASTER_SITES.
Fix MASTER_SITES to contain valid URLs to the nspr distribution.