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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2023Q1
e2fsprogs Wrapper to install e2fsprogs into /sbin
1.46.6 sysutils 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 1.46.6Version of this port present on the latest quarterly branch.
Maintainer: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-02-02 23:51:21
Last Update: 2023-02-02 23:49:52
Commit Hash: 7a606eb
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.
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 (8 items)
Collapse this list.
  1. /usr/local/share/licenses/e2fsprogs-1.46.6/catalog.mk
  2. /usr/local/share/licenses/e2fsprogs-1.46.6/LICENSE
  3. /usr/local/share/licenses/e2fsprogs-1.46.6/GPLv2+
  4. /sbin/e2fsck
  5. /sbin/fsck_ext2fs
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • e2fsprogs>0:sysutils/e2fsprogs
To install the port:
cd /usr/ports/sysutils/e2fsprogs/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/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):
e2fsprogs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.47.0_11.47.0_11.45.6_51.47.0_11.47.0_1-1.45.6_5-
FreeBSD:13:quarterly1.47.0_11.47.0_11.47.01.47.0_11.47.0_1-1.47.01.47.0
FreeBSD:14:latest1.47.0_11.47.0_11.46.5_51.47.0_11.47.0_1--1.47.0
FreeBSD:14:quarterly1.47.01.47.0_1-1.47.01.47.0_1-1.47.01.47.0
FreeBSD:15:latest1.47.0_11.47.0_1n/a1.47.0_1n/a-1.47.0_11.47.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. e2fsprogs-core>=1.46.6 : sysutils/e2fsprogs-core
Runtime dependencies:
  1. e2fsprogs-core>=1.46.6 : sysutils/e2fsprogs-core
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_e2fsprogs
USES:
cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.46.6
02 Feb 2023 23:49:52
commit hash: 7a606eb844e301ef51a1d209015fbf99dfe2c37dcommit hash: 7a606eb844e301ef51a1d209015fbf99dfe2c37dcommit hash: 7a606eb844e301ef51a1d209015fbf99dfe2c37dcommit hash: 7a606eb844e301ef51a1d209015fbf99dfe2c37d files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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
(cherry picked from commit 594ba3e582e75df1ad69e7b039dadb16e164e843)

Number of commits found: 1