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-lib_support_plausible.c
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.
Mon, 3 Feb 2020
[ 00:34 mandree search for other commits by this committer ] Original commit   Revision:525006
Be more careful about what and how we link.

Only link what we need (--as-needed) to get unnecessary dependencies
out of the executables.

Be sure to properly link libc dynamically and the rest statically,
especially libgcc (-static-libgcc, should fix powerpc* builds => [1])

After two years, drop the "for now" LLD_UNSAFE=yes (r457508 by emaste@).

As e2fsprogs dlopen()s libmagic these days, our LIBMAGIC override is
useless.  Instead patch libmagic.so.1 -> libmagic.so (12.1 calls it
libmagic.so.4; patch to lib/support/plausible.c).

Refresh files/patch-misc__Makefile.in

PR:		242798 [1]

Number of commits found: 2