The ZFS on 14.0 changed to include skipped bytes in the percentage of
resilver. As old code didn't take into account that variable on 14.0+,
the percentage was always wrong.
Also, take maintainership.
PR: 283522
Reviewed by: asomers
Approved by: lwhsu (ports)
Sponsored by: ConnectWise
The base template for std::char_traits<> has been removed in LLVM 19;
specializations are only provided for char, wchar_t, char8_t, char16_t,
and char32_t. Use appropriate type and constify the first argument
as requested by the compiler (char8_t is from C++20, but this matches
already requested CMAKE_CXX_STANDARD).
Nagged by: pkg-fallout
This is a FUSE file system driver that allows mounting a
WebDAV server as a local file system, like a disk drive.
PR: 267518 (heavily modified)
Submitted by: Ali Abdallah (current main developer)
While this port is unmaintained up stream, it is useful to people
accessing directories encrypted with encfs. The recommended
alternative, gocryptfs, currently does not build on FreeBSD due to
missing platform-specific bits. Keep the port around at least until
gocryptfs has FreeBSD support.
PR: 282351
Approved by: dmgk (maintainer timeout)
Last release in 2015 and last commit in 2018, update to latest commit
as there are a few bug fixes / enhancements and as development seems
to have stopped. While at it update WWW entry
PR: 282355
Approved by: portmgr (maintainer timeout, 2+ weeks)
Go ports encode the ports category in their DISTDIR_SUBDIR. Regenerate
distinfo following a move of the ports. Checksums remain the same.
Reported by: olgeni
Approved by: portmgr (infrastructure blanket)
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988
Fixes: 6e2da9672f
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988