notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/e2fsprogs/files/patch-misc_blkid.8.in
SVNWeb

Number of commits found: 2

Sat, 1 Oct 2022
[ 14:54 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:14e733a6bb4b99ae6fbbab6cb9d6b133583daabb  commit hash:14e733a6bb4b99ae6fbbab6cb9d6b133583daabb  commit hash:14e733a6bb4b99ae6fbbab6cb9d6b133583daabb  14e733a  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 25 Jun 2020
[ 18:44 mandree search for other commits by this committer ] Original commit   Revision:540401
sysutils/e2fsprogs: fix "blkid" probe-all feature

e2fsprogs's misc/blkid utility would expect a /proc/partitions file
in a Linux-specific format.  Add code to read the kern.geom.conftxt
sysctl(3) value instead, and adjust parser.

While here, patch /etc/blkid.tab location to ${ETCDIR}.

Reported by:	Adam Dobrawy (private mail)
Tip to:		bapt@ (for the pointer to kern.geom.conftxt)

Number of commits found: 2