Path to this page:
./
devel/nspr,
Platform-neutral API for system level and libc like functions
Branch: CURRENT,
Version: 4.36,
Package name: nspr-4.36,
Maintainer: pkgsrc-usersNetscape Portable Runtime (NSPR) provides a platform-neutral API for system
level and libc-like functions. The API is used in the Mozilla clients, many
of Red Hat's and Oracle's server applications, and other software offerings.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1011.986 KB
Version history: (Expand)
- (2024-10-22) Updated to version: nspr-4.36
- (2022-09-12) Updated to version: nspr-4.35
- (2022-08-10) Updated to version: nspr-4.34.1
- (2022-06-28) Updated to version: nspr-4.34nb1
- (2022-05-26) Updated to version: nspr-4.34
- (2021-12-17) Updated to version: nspr-4.33
CVS history: (Expand)
2024-10-22 14:52:02 by Ryo ONODERA | Files touched by this commit (7) | |
Log message:
devel/nspr: Update to 4.36
Changelog:
NSPR 4.36 contains the following changes:
- remove support for OS/2
- remove support for Unixware, Bsdi, old AIX, old HPUX9 & scoos
- remove support for Windows 16 bit
- renamed the prwin16.h header to prwin.h
- configure was updated from 2.69 to 2.71
- various build, test and automation script fixes
- major parts of the source code were reformatted
|
2023-06-27 12:44:01 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
devel/nspr: Don't install compile-et.pl in cross-builds.
Nor prerr.properties.
Not sure if these are ever useful for native builds, but
compile-et.pl is a build-time executable with the wrong interpreter
for cross builds.
|
2022-12-16 00:01:17 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
nspr: properly fix nspr/pr/src/pthreads/ptthread.c; pkglint fixes
|
2022-09-12 15:12:44 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nspr: update to 4.35.
NSPR 4.35 contains the following changes:
- fixes for building with clang
- use the number of online processors for the
PR_GetNumberOfProcessors() API on some platforms
- fix build on mips+musl libc
- Add support for the LoongArch 64-bit architecture
|
2022-08-10 12:16:24 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nspr: update to 4.34.1.
- add file descriptor sanity checks in the NSPR poll function.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-05-26 08:51:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nspr: update to 4.34.
NSPR 4.34 contains the following changes:
- add an API that returns a preferred loopback IP
on hosts that have two IP stacks available.
Currently used only by NSS test utilities.
|
2022-05-19 11:18:02 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
nspr: Remove BUILDLINK_FILES.
These were entirely redundant due to already having the correct
BUILDLINK_LIBDIRS and BUILDLINK_INCDIRS configured, and the globs
would break the "ls -1" used in the wrapper code.
|