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. |
2022-04-05 12:04:45 by Taylor R Campbell | Files touched by this commit (1) |
Log message: devel/nspr: Fix cross-compilation. |