www/gauche-makiki: the port had been updated to version 0.5.1
Removed transient `load' hack which was to support Gauche <= 0.9.12.
It's been for a while so drop it and require Gauche 0.9.13 or later.
Serving over secure connection (HTTPS) needs Gauche 0.9.14 or later
with TLS support.
Reported by: portscout
chat/libomemo-c: Add support for choosing cmake
Add an if for build system, that one can easily flip in the Makefile.
The purpose is only making it easier to file upstream bug reports
about the cmake build system.
This commit changes only comments and moves meson into an enabled if,
so there is no change to the build and hence no PKGREVISION++.
kern/60318: reproducable bpfjit crash
Remove unncessary struct cpu_info members that were #if defined(PMAP_MI)
- ci_tlb_info isn't necessary as PMAP_TLB_MAX is 1 on aarch64
- ci_pmap_{lastuser,cur} are debug fields from the aarch32 pmap.
These struct members changed the layout so that modules would have the
wrong offset for ci_cpufuncs
inetd: Add missing argument to the -p flag description
While here, use the more specific "pidfile" consistently instead of
ambiguous "filename".
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57531
(cherry picked from commit 75a94ae7d143a067a7a9eef2a1d2072fbd5044cf)
inetd: Add missing argument to the -p flag description
While here, use the more specific "pidfile" consistently instead of
ambiguous "filename".
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57531
(cherry picked from commit 75a94ae7d143a067a7a9eef2a1d2072fbd5044cf)
geography/py-gnssutils: Update to 1.2.4
Upstream NEWS:
## What's Changed
1. Further enhancements and bug fixes to RINEX conversion routines.
1. Add support for GLONASS L1OF.
(textproc/R-readxl) Updated 1.3.1 to 1.5.0
# readxl 1.5.0
* readxl should once again compile on Alpine Linux (#775).
* `read_excel()` and friends should no longer emit a spurious "Access
is denied" warning when reading a file on a network drive and the
user doesn't have access to a parent directory (#730).
* Minimum version of cpp11 has been bumped to v0.5.5, because cpp11
v0.5.4 (and only that exact version of cpp11) causes readxl to
segfault when warning about coercion issues (#784).
# readxl 1.4.5
This release contains no user-facing changes.
It eliminates a warning seen with gcc UBSAN.
[98 lines not shown]