ports-mgmt/poudriere-devel: Update to 3.3.0-2209-g282bb7247
Changes:
- bulk: Fix an old build queue race that could lead to "stuck_in_queue".
- no need to bundle lockf; only useful for tests.
- bulk: Fix a new error with saving datadir.
(cherry picked from commit 83cf180b6da08fd4761825c6eb01812399b11526)
ports-mgmt/poudriere-devel: Update to 3.3.0-2209-g282bb7247
Changes:
- bulk: Fix an old build queue race that could lead to "stuck_in_queue".
- no need to bundle lockf; only useful for tests.
- bulk: Fix a new error with saving datadir.
(cherry picked from commit 83cf180b6da08fd4761825c6eb01812399b11526)
ports-mgmt/poudriere-devel: Update to 3.3.0-2209-g282bb7247
Changes:
- bulk: Fix an old build queue race that could lead to "stuck_in_queue".
- no need to bundle lockf; only useful for tests.
- bulk: Fix a new error with saving datadir.
*/*: Deprecate ports and set expiration date to 2025-12-31
Follow up on 1b25bcd52d9cf8118a4d1e3e1fa2da85747f81d8, deprecate ports
where committer also is upstream as these now are unmaintained
science/pcmsolver: Fix build
Fixes:
- old bundled eigen version wasn't compatible
- errors due to c++11 were resolved using c++14
Reported by: fallout
(cherry picked from commit 6af3053952c267f65c4c038b8bdcd1f8566358dd)
sysutils/ttyd: Add -W flag and /usr/bin/login default program
-W - flag is needed in order for clients to be able
to write into the terminal, otherwise it is read-only
/usr/bin/login - is needed for users to be logged in,
because this is what most users expect
PR: 289702
Approved by: nc at FreeBSD.org (maintainer's timeout; 25 days)
(cherry picked from commit b57b20329b5a62a9fbec3dce931d8ea935757f16)
sysutils/ttyd: Add -W flag and /usr/bin/login default program
-W - flag is needed in order for clients to be able
to write into the terminal, otherwise it is read-only
/usr/bin/login - is needed for users to be logged in,
because this is what most users expect
PR: 289702
Approved by: nc at FreeBSD.org (maintainer's timeout; 25 days)
filesystems/nbd-client-kmod: New port: Kernel NBD client for FreeBSD GEOM framework
FreeBSD Geom NBD Client is a Network Block Device (NBD) client for
the FreeBSD kernel GEOM framework.
The project consists of a kernel driver for the NBD GEOM class in
mod/ and a user library for the geom(8) control utility in lib/.
filesystems/kio-fuse: Update to 5.1.1
Release notes:
KIO FUSE 5.1.1 is the first release with officially stable support for Qt6/KF6.
With the next version, support for Qt5/KF5 will likely be dropped.
It's encouraged to build KIO FUSE with the same Qt major version as Dolphin,
so that they share KIO protocol implementations.
Compared to v5.1.0, the following changed:
- rmdir no longer deletes non-empty directories (https://bugs.kde.org/482902)
- Fix that Qt 6 applications falsely report that an open file that has been
deleted in the virtual filesystem still exists by reporting st_nlink = 0.
- Fix reporting of file/directory ownership when using local KIO protocols
with KIO 6
- Fix that the event loop got stuck waiting for FUSE events on FreeBSD >= 13
(before, setting O_NONBLOCK only worked by accident:
https://bugs.freebsd.org/265736#c5)
[16 lines not shown]
lang/go-devel: move portscout to master port
Implements PORTSCOUT for all lang/go1* ports.
PR: 290231
Fixes: c6297af4eff5e120d01d0c86c2d25d49418f389e "lang/go12[45]: silence portscout"