| Port details |
- mergerfs Featureful FUSE based union filesystem
- 2.42.0 filesystems
=0 2.41.1_2Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2024-11-07 19:52:55
- Last Update: 2026-05-10 06:50:42
- Commit Hash: 7c4842f
- License: ISCL
- WWW:
- https://github.com/trapexit/mergerfs
- Description:
- mergerfs is a union filesystem geared towards simplifying storage and
management of files across numerous commodity storage devices. It is
similar to mhddfs, unionfs, and aufs.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- fusefs-mergerfs>0:filesystems/mergerfs
- To install the port:
- cd /usr/ports/filesystems/mergerfs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/mergerfs
- pkg install fusefs-mergerfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fusefs-mergerfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778394053
SHA256 (trapexit-mergerfs-2.42.0_GH0.tar.gz) = b805ddcb9dbee66f6bdfc3901ef3e1d978b4fd2973d5b2c9907c9aed937ef705
SIZE (trapexit-mergerfs-2.42.0_GH0.tar.gz) = 1272499
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libfuse.so : filesystems/fusefs-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- filesystems_mergerfs
- USES:
- fuse gmake localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.42.0 10 May 2026 06:50:42
    |
Emanuel Haupt (ehaupt)  |
filesystems/mergerfs: Update to 2.42.0 |
2.41.1_2 08 May 2026 09:11:07
    |
Emanuel Haupt (ehaupt)  |
filesystems/mergerfs: Fix build with newer Clang/libc++
The vendored fmt header uses malloc/free without including the
appropriate declarations, causing builds to fail on recent
FreeBSD -CURRENT toolchains.
Add the missing <cstdlib> include to libfuse/include/fmt/format.h.
Notified by: pkg-fallout |
2.41.1_1 29 Nov 2025 10:17:34
    |
Emanuel Haupt (ehaupt)  |
filesystems/mergerfs: fix build on i386 due to C++17 narrowing
Reported by: pkg-fallout |
2.41.1 25 Nov 2025 18:27:31
    |
Emanuel Haupt (ehaupt)  |
filesystems/mergerfs: Update to 2.41.1 |
2.40.2 16 Aug 2025 19:17:38
    |
Robert Clausecker (fuz)  |
filesystems/mergerfs: fix build on 32 bit platforms
There was a type confusion in a compatibility stub. It accidentially
works on 64 bit platforms, but never on 32 bit platforms.
Approved by: portmgr (build fix blanket)
MFH: 2025Q3 |
2.40.2 06 Nov 2024 15:17:35
    |
Robert Clausecker (fuz)  |
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: 6
|