Usually assuming maintainership goes along with a patch to update
or fix something. The former will come soon, with next week's
snapshot, and Damjan has been active upstream and in direct
conversations with me, and I will be supporting and mentoring him.
Briefly:
Jordan now starts DST on February's last Thursday.
Samoa no longer observes DST.
Merge more location-based Zones whose timestamps agree since 1970.
Move some backward-compatibility links to 'backward'.
Rename Pacific/Enderbury to Pacific/Kanton.
Correct many pre-1993 transitions in Malawi, Portugal, etc.
=> ada-bootstrap.amd64.freebsd.120.tar.bz2 is not in /usr/ports/lang/gcc6-aux/distinfo.
=> Either /usr/ports/lang/gcc6-aux/distinfo is out of date, or
=> ada-bootstrap.amd64.freebsd.120.tar.bz2 is spelled incorrectly.
*** Error code 1
Reported by: pkg-fallout
../sway/commands.c:470:23: error: variable 'context' set but not used [-Werror,-Wunused-but-set-variable]
enum command_context context = 0;
^
PR: 258813
Partially revert until 12.3 + 3 months for 12.2 EOL (circa 2022Q2).
https://cgit.freebsd.org/src/commit/?id=925f44f33862https://www.freebsd.org/releases/12.3R/schedule/
../wayland-logout.c:117:26: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'?
ret = kill(peer_cred.pid, SIGTERM);
^~~
../wayland-logout.c:120:65: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'?
fprintf(stderr, "Error killing pid %d: %m\n", peer_cred.pid);
^~~
Reported by: antoine
Pointy hat to: jbeich
Simple yet fancy CPU architecture fetching tool.
cpufetch is a command-line tool written in C that displays the CPU information
in a clean and beautiful way.
WWW: https://github.com/Dr-Noob/cpufetch
PR: 258736
This fixes problems with Let's Encrypt certificates after
the R3 Let's Encrypt intermediate CA expired.
Arcanist uses its own certificate bundle by default (default.pem),
overriding curl's default, unless curl.cainfo is set explicitly.
The port now replaces this custom bundle with a symlink to Mozilla's
root CA bundle as installed by security/ca_root_nss.
PR: 258824
Reported by: yasu
patch-vendor_crossbeam-* patches are necessary on powerpc. They may be removed
after Rust 1.56.0 is released, upstream for crossbeam* crates regenerates
no_atomic.rs and those changes flow into ports.
Same for the patch for builtns.rs (except that it also affects powerpc64le
which is already in the upstream cfg_expr crate, but powerpc has not yet landed
there).
To fix build generally on big-endian (so powerpc and powerpc64 at the moment),
merging 92df18a3fa
is also necessary.
The GNU roff toolchain has been removed from base but sgmlformat relied
on "groff" command to be in PATH and installs three .ts files
with references to /usr/share/tmac that does not exist
in modern FreeBSD versions.
Add textproc/groff to RUN_DEPENDS and fix broken references,
so sgmlformat is functional again.
Approved by: kuriyama (maintainer timeout, 3 weeks)