Path to this page:
Subject: CVS commit: pkgsrc/archivers/star
From: Michael Baeuerle
Date: 2023-04-21 15:14:19
Message id: 20230421131419.C1DEAFA85@cvs.NetBSD.org
Log Message:
archivers/star: Update to 1.7.0nb2
New features with AN-2023-04-19:
- star: remove some C99-only code accidentally introduced in the
previous release.
- RULES/os-sunos5.def: the manstyle detection code for sunos5 and
newer was broken for GNU make. Fix the code by moving the
detection to a configure test setting the new make macro
SOLARIS_MANSTYLE. Users building with other make implementations
or those using the bootstrap smake were not affected.
Reported by: Michael Bäuerle. Submitted by: Nico Sonack.
- libschily: no longer provide the symbols fgetline, getline.
libschily used to provide these symbols as alternative names for
js_getline and js_fgetline for compatibility with UNOS. As
their POSIX-incompatible signature causes problems when linking
against musl statically, we now no longer provide these symbols
by default. Users wishing to restore the old behaviour should
remove -DNO_GETLINE_COMPAT from CPPOPTS when compiling libschily.
- libschily: accordingly, the man pages getline(3) and fgetline(3)
have been renamed to js_getline(3) and js_fgetline(3).
- RULES: fix HCC_COM expansion when CCOM=clang. This fixes builds
with GNU make when CCOM=clang.
Submitted by: Nico Sonack.
Files: