Port details |
- e2fsprogs Wrapper to install e2fsprogs into /sbin
- 1.47.3 filesystems
=1 1.47.3Version of this port present on the latest quarterly branch. - Maintainer: mandree@FreeBSD.org
 - Port Added: 2024-11-07 19:52:55
- Last Update: 2025-07-09 10:57:26
- Commit Hash: e7dbea96
- People watching this port, also watch:: rpm2cpio, cmocka, libmad, libssh, tmux
- Also Listed In: sysutils
- License: GPLv2+
- Description:
- This is a helper package that will copy and register the essential binaries
from e2fsprogs-core to /sbin, so that it is possible to have /usr in an ext2,
ext3, or ext4 file system, and still have a proper fsck in /sbin.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- e2fsprogs>0:filesystems/e2fsprogs
- To install the port:
- cd /usr/ports/filesystems/e2fsprogs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/e2fsprogs
- pkg install e2fsprogs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: e2fsprogs
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- e2fsprogs-core=1.47.3 : filesystems/e2fsprogs-core
- Runtime dependencies:
-
- e2fsprogs-core=1.47.3 : filesystems/e2fsprogs-core
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- filesystems_e2fsprogs
- USES:
- cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.47.3 09 Jul 2025 10:57:26
    |
Matthias Andree (mandree)  |
filesystems/e2fsprogs*: update to v1.47.3 release
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.3
Note that the metadata (extattr and API) copying on FreeBSD does not
work as on Linux because our APIs for POSIX extended attributes is
different and e2fsprogs uses it to also copy ACLs, so we do not have
those mkfs parts in place.
MFH: 2025Q3 (after 14 days) |
1.47.2_4 06 Jul 2025 12:29:39
    |
Matthias Andree (mandree)  |
filesystems/e2fsprogs*: do not install findfs
Which will conflict with util-linux, and seems to identify
itself as tune2fs. |
1.47.2_3 02 Jul 2025 16:05:47
    |
Matthias Andree (mandree)  |
filesystems/e2fsprogs*: default-enable FUSEFS ALLTESTS
I figured that the FreeBSD 14.3 kernel won't mount an ext[234]fs
created with inline_data option, while fuse2fs can do that.
Let's make that default, and since I've been successfully testing
on my amd64 computers with ALLTESTS (without SLOWTESTS), switch. |
1.47.2_2 30 Jun 2025 15:00:39
    |
Matthias Andree (mandree)  |
*/*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489 |
1.47.2_1 25 Mar 2025 16:48:18
    |
Stefan Eßer (se)  |
filesystems/fusefs-libs3: bump portrevision of dependent ports
Bump PORTREVISION of all ports depending on libfuse3.so after upgrade
to version 3.17.1.
Reported by: vvd |
1.47.2 08 Jan 2025 17:27:51
    |
Matthias Andree (mandree)  |
*/e2fsprogs*: update to v1.47.2
ChangeLog: https://github.com/tytso/e2fsprogs/blob/v1.47.2/doc/RelNotes/v1.47.2.txt |
1.47.1 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 |