Port details |
- e2fsprogs-core Utilities & library to manipulate ext2/3/4 filesystems
- 1.47.0 sysutils
=2 Version of this port present on the latest quarterly branch. - Maintainer: mandree@FreeBSD.org
 - Port Added: 2022-10-01 14:57:06
- Last Update: 2023-02-09 20:52:25
- Commit Hash: 2cf20a8
- People watching this port, also watch:: tmux, font-misc-meltho, py39-pycparser, p5-Net-HTTP, libjxl
- License: GPLv2+
- Description:
- Set of utilities and library to manipulate an ext2, ext3 or ext4 filesystem.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- e2fsprogs-core>0:sysutils/e2fsprogs-core
- To install the port:
- cd /usr/ports/sysutils/e2fsprogs-core/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/e2fsprogs-core
- pkg install e2fsprogs-core
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: e2fsprogs-core
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675890715
SHA256 (e2fsprogs-1.47.0.tar.xz) = 144af53f2bbd921cef6f8bea88bb9faddca865da3fbc657cc9b4d2001097d5db
SIZE (e2fsprogs-1.47.0.tar.xz) = 7059372
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- misc/e2fsprogs-libblkid
- misc/e2fsprogs-libuuid
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libblkid.so : misc/e2fsprogs-libblkid
- libuuid.so : misc/e2fsprogs-libuuid
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- sysutils/e2fsprogs
- sysutils/fusefs-ext2
- for Libraries
-
- sysutils/e2tools
- for Run
-
- sysutils/e2fsprogs
- sysutils/fusefs-ext2
- sysutils/unetbootin
- sysutils/vzvol
Configuration Options:
- ===> The following configuration options are available for e2fsprogs-core-1.47.0:
BASHTESTS=off: Enable tests that require the GNU bash shell
DOCS=on: Build and/or install documentation
FUSEFS=off: Build user-land ext2/3/4 FUSE module (slow!)
LIBUNWIND=off: Backtrace with libunwind (do set WITH_DEBUG_PORTS+=sysutils/e2fsprogs-core!)
NLS=on: Native Language Support
PARALLELTESTS=off: Parallelize self-tests (needs more disk space)
SLOWTESTS=off: Enable slow tests that are skipped by default
====> Choose which set of self-tests to run: you have to select exactly one of them
NOTESTS=off: Do not run any self-tests (Tier-1, DISCOURAGED)
SMALLTESTS=on: Run tests that need <500 MB disk space (DEFAULT)
ALLTESTS=off: Run most self-tests (needs more RAM/disk space)
===> Use 'make config' to modify these settings
- Options name:
- sysutils_e2fsprogs-core
- USES:
- cpe gmake makeinfo pkgconfig tar:xz gettext iconv:build perl5
- pkg-message:
- Note: this is a modified version of the e2fsprogs package, not the official
package. Report all building and run-time trouble that originates in the
package to the port maintainer, mandree@FreeBSD.org.
- WWW: http://e2fsprogs.sourceforge.net/
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.47.0 09 Feb 2023 20:52:25
    |
Matthias Andree (mandree)  |
sysutils/e2fsprogs-core: clean up a bit, drop coreutils depends
Patch a test script to work around BSD dd's missing oconv=append,
and do away with coreutils as a build requisite.
Move some REINPLACE_CMD features to individual patches that I
intend to send upstream for inclusion, and remove others that
are now no longer required.
This should only affect the build and self-test phases,
and not change package content, so not bumping PORTREVISION. |
1.47.0 09 Feb 2023 18:55:14
    |
Matthias Andree (mandree)  |
sysutils/e2fsprogs-core: clean out obsolete conflicts |
1.47.0 09 Feb 2023 18:46:25
    |
Matthias Andree (mandree)  |
sysutils/e2fsprogs: update to 1.47.0
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0
While here, suppress most of the 'unused command line argument' warnings. |
1.46.6 02 Feb 2023 23:49:24
    |
Matthias Andree (mandree)  |
sysutils/e2fsprogs: bugfix update to 1.46.6
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6
Add patch to make m_offset reliable. Due to some race conditions on the
pipeline between FreeBSD's yes a, which emits 8190-long writes on
13-STABLE, and GNU dd (gdd), which it pipes its output into, gdd can
sometimes receive short reads occasionally, and because the count=
normally is the number of read(2) calls dispatched, this then leads to a
shorter reference "file system" that we crcsum, and that causes false
negative test results. gdd warns that iflag=fullblock would avoid
effects of short reads, but this warning is discarded in the test
script. Anyways, patch m_offset to use dd's and gdd's iflag=fullblock,
which causes (g)dd to call read(2) again until the block is full for
each nominal block, so we definitely read the desired output size 512 kB
no matter what shorter blocks might travel through the pipeline.
MFH: 2023Q1 |
1.46.5_5 01 Oct 2022 14:54:55
    |
Matthias Andree (mandree)  |
sysutils/e2fsprogs: 1/2 rename to -core, strip FLAVORS and /sbin
This is the first commit that renames e2fsprogs to e2fsprogs-core,
makes the necessary changes to Makefiles, strips the FLAVORs that
determined how to link or copy to /sbin. The latter feature will
be placed into a new e2fsprogs port that just copies two files to /sbin.
A followup 2/2 commit will then add the new e2fsprogs port.
This is done so that Git can properly track the rename.
While here, switch from FreeBSD's dd to GNU coreutils's dd
in an attempt to fix sporadic m_offset self-test failures. |
Number of commits found: 5
|