notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
unionfs FUSE based implementation of the well-known unionfs
2.2_1 filesystems on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-07 19:52:55
Last Update: 2025-05-09 15:28:10
Commit Hash: e3b4d14
License: BSD3CLAUSE
WWW:
https://github.com/rpodgorny/unionfs-fuse
Description:
This is an effort to create a unionfs filesystem implementation which is way more flexible than the current in-kernel unionfs solution.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/unionfs
  2. bin/unionfsctl
  3. share/man/man8/unionfs.8.gz
  4. /usr/local/share/licenses/fusefs-unionfs-2.2_1/catalog.mk
  5. /usr/local/share/licenses/fusefs-unionfs-2.2_1/LICENSE
  6. /usr/local/share/licenses/fusefs-unionfs-2.2_1/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • fusefs-unionfs>0:filesystems/unionfs
To install the port:
cd /usr/ports/filesystems/unionfs/ && make install clean
To add the package, run one of these commands:
  • pkg install filesystems/unionfs
  • pkg install fusefs-unionfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fusefs-unionfs
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1635114774 SHA256 (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 248a0fee9979146b79b05fc728621869da5936c1f43a27e36e7515b301817e43 SIZE (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 47955

Packages (timestamps in pop-ups are UTC):
fusefs-unionfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.22.2-2.22.2---
FreeBSD:13:quarterly2.22.2-2.22.2---
FreeBSD:14:latest2.22.2_1-2.22.2_1---
FreeBSD:14:quarterly2.22.2-2.22.2---
FreeBSD:15:latest2.22.2n/a2.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Test dependencies:
  1. py311-pytest>=0 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Library dependencies:
  1. libfuse.so : filesystems/fusefs-libs
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
filesystems_unionfs
USES:
cmake fuse localbase:ldflags python:test
pkg-message:
For install:
You will need to load the kernel module fusefs(4) to use this package. To load it when system starts, add "fusefs" to "kld_list" in rc.conf(5). For example, you can use sysrc(8): sysrc kld_list+="fusefs" To load the module immediately, use: kldload fusefs If you want unprivileged users to be able to use unionfs(8), add the following sysctl.conf(5): vfs.usermount=1 Or run sysctl(8) directly on the command-line for an immediate effect: sysctl vfs.usermount=1
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/rpodgorny/unionfs-fuse/tar.gz/v2.2?dummy=/
Collapse this list.
Port Moves

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2_1
09 May 2025 15:28:10
commit hash: e3b4d14a724c8a919a02e3713dde62b343e497f7commit hash: e3b4d14a724c8a919a02e3713dde62b343e497f7commit hash: e3b4d14a724c8a919a02e3713dde62b343e497f7commit hash: e3b4d14a724c8a919a02e3713dde62b343e497f7 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
filesystems/unionfs: Update pkg-message

It is fusefs now.

PR:		285529
Reported by:	Sergey Kiselev <root@dc365.ru>
Reported by:	arrowd
2.2
06 Nov 2024 15:17:35
commit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
filesystems: add new category for file systems and related utilities

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

Number of commits found: 2