Don't use --target, because this sets both the input and the output format,
and now 2.46 does not auto-recognize the input anymore. use --output-target \
instead.
wcslib: updated to 8.5
WCSLIB version 8.5 (2025/12/06)
WCSLIB's RCS version files are now included in the distribution thereby
providing a documented history of all changes made since v1.0. They
will be found in RCS subdirectories in each code directory. A small
number of discontinued files are preserved with their RCS version files
having a ',x' suffix instead of ',v'.
* C library
- In linp2x(), quarantine NaN elements of the pixel coordinate vector
from infecting non-NaN elements in the case where the PCij matrix is
diagonal (noting that zero * NaN = NaN). Likewise in linx2p().
Reported by Thomas Robitaille with patch.
- Quelled nuisance compiler warnings in wcspih() and wcsbth().
[4 lines not shown]
cfitsio: updated to 4.6.3
Version 4.6.3 - Sep 2025
- For greater C23 compatibility, updated cfortran.h file and
removed old-style function declarations.
- Cleanup of multiple compiler warnings. Our thanks to petesmc for
help with this.
- Updated 'speed' utility to use higher precision total time.
- Fixes for FreeBSD and OpenBSD build issues. Our thanks to Diab
Jerius.
- Added RPM support file cfitsio.spec, and packaging helper file
ax_cfitsio.m4. Our thanks to Richard Mathar for these.
- Added files portfile.cmake and vcpkg.json. Our thanks to
[6 lines not shown]
use proper string conversion for RAID level using create method
using atoi returns 0 for any non-integer passed to it. this could
configure RAID 0 in the kernel which was not intended for when one
mistakenly passes a non-integer string. uses an internal conversion
function that produces proper error message.
pullup 10 and 11
bsd.prog.mk: Respect LDSTATIC.${PROG}, not LDSTATIC.${PROG}.link.
Take two: make sure to do this only if we're actually making PIEs.
PR toolchain/60000: split debug data rules broke ${.TARGET}-dependent
flags
suitesparse: update to 7.12.2
- GraphBLAS 10.3.1: bug and documentation fixes, performance
improvements, and printing of user-defined types using get/set
with GxB_PRINT_FUNCTION.
- SuiteSparse_config 7.12.2: checking for BLAS libraries; better
handling of BLA_VENDOR input parameter to cmake