Update to pinentry-1.3.2
Add missing dep on desktop-file-utils for -qt5 and -qt6.
Also the -qt5 and -qt6 ship a desktop file that depends on the icon
shipped by the -main package.
Take co-maintainership with ajacoutot@ (instead of pea@)
ok ajacoutot@
Not waiting the usual 7 days timeout so that this ships with
post-hackathon snapshot packages.
Bugfix update to npth-1.8
Now ships a pkg-config file.
Fix pthread_rwlock_t detection by including pthread.h (new problem)
Take maintainership instead of pea@
Not waiting the usual 7 days timeout so that this ships with
post-hackathon snapshot packages.
ok ajacoutot@
Replace an strcpy call in gcc/11 libestdc++
Prevents ld(1) warnings (from libc APIWARN) which in turn result in
failure to detect a working compiler etc in overly picky ports,
eg devel/cmake.
Similar diff already committed to gcc/15, "reads ok" to kirill@
lang/gcc/11: Unbreak on mips64
Unbreak lang/gcc/11 build on mips64. The indicated internal compiler
error does not happen with GCC 11.2.0. Ada build needs a fix,
adapted from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97504 .
a-nallfl.ads:48:13: warning: intrinsic binding type mismatch on return value
a-nallfl.ads:48:13: warning: intrinsic binding type mismatch on argument 1
a-nallfl.ads:48:13: warning: profile of "Sin" doesn't match the builtin it binds
OK sthen@, pascal@ (maintainer)