Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: sysutils/e2fsprogs-core |
Commit | Credits | Log message |
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 |
1.47.0 23 Jan 2024 10:13:11 |
Muhammad Moinur Rahman (bofh) |
misc/e2fsprogs-libblkid: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
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_2 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. |
1.46.5_1 01 Oct 2022 10:45:34 |
Matthias Andree (mandree) |
sysutils/e2fsprogs: misc/e2fsprogs-libblkid: fixes
- for libblkid, fix a buffer size when parsing device names
to make room for a trailing '\0' character from sscanf().
(This was a long-standing bug in our local patch.)
- patch out qsort_r redeclarations from the sort_r library that are
incompatible with FreeBSD since it aligned with GNU qsort_r() API
- remove FreeBSD 14-CURRENT BROKEN= tag.
Related to:
PR: 266227 |
1.46.5 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.46.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.46.5 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.46.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.45.7 02 Feb 2021 23:15:15 |
mandree |
sysutils/e2fsprogs: update to new 1.45.7 upstream release
Changelog:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.45.7.txt?h=v1.45.7
MFH: 2021Q1 |
1.45.6_1 25 Jun 2020 18:44:30 |
mandree |
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) |
1.43.7 29 Oct 2017 09:10:56 |
mandree |
Update to new upstream 1.43.7, install libext2fs.so [1].
Install shared libraries, and use them (except for e2fsck, which links it
statically so it can be used from /sbin), requested by pgf@ and fsu@.
To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably
LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find
libuuid/libblkid).
Use @comment trick in pkg-plist to ignore not-to-install libraries (libss,
libblkid - these have their own ports) while shutting up make check-plist and
poudriere checks at the same time.
Reported by: pgf@, fsu@ [1] |
1.43.6 28 Sep 2017 19:32:19 |
jbeich |
misc/e2fsprogs-{libblkid,libuuid}: lift BROKEN
After r450705 www/firefox requires -libuuid via audio/jack. Both slaves
built fine on 11.0, 11.1 and 12.0 aarch64.
Pointy hat to: mandree (r450553) |
1.43.5 12 Aug 2017 10:12:47 |
mandree |
Upgrade to new upstream release 1.43.5, assorted fixes.
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5>
Add proper LICENSE* statements to all the Makefiles of e2fsprogs
and its slave ports.
Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir,
instead of @[un]exec.
Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs
from polluting the system's /etc/blkid.tab in make check. |
1.43.4 05 Feb 2017 23:39:14 |
mandree |
Update e2fsprogs to new upstream release 1.43.4.
This is predominantly a bug-fix release, it however ceases installing
the *ext4dev files, which have been replaced by *ext4 for quite a while,
and adds two translations [fi, ms].
While here, reset PORTREVISION on two slave ports.
ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4>
Note in particular this part of the ChangeLog:
<<Replace a test file but which had a "non-commercial use-only" copyright
permission file with a newer version from the Cyrus imapd package which
now has a 4-clause BSD license, which was making some lawyers nervous,
even though the test file in question was only used in lib/et's
regression testing and was never included in any compiled binary.
(Addresses Debian Bug: #840733)>>
PR: 216774
Reported by: Thomas Zander (riggs@)
MFH: 2017Q1 |
1.43.3_1 16 Nov 2016 00:34:37 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.43.1_1 18 Jul 2016 22:46:39 |
mandree |
Fix build to help linker find -luuid. |
1.42.13 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.42.12 07 Oct 2014 19:15:53 |
mandree |
Update to new upstream release 1.42.12.
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.12
Reset PORTREVISION on slaves.
Remove @dirrm* from master's + slaves' pkg-plist.
Remove patches overcome by upstream events.
Ignore PORTSCOUT - it can't figure out the directory structure.
No longer run self-test in parallel - exhausts redports directory.
Mark BROKEN on 11-CURRENT - causes miscompilation (bogus numbers in
output, SIGSEGV/SIGBUS):
https://redports.org/~mandree/20141007190638-31576-251231/e2fsprogs-1.42.12.log
https://redports.org/~mandree/20141007185700-4151-251228/e2fsprogs-1.42.12.log |
1.42.10_1 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
1.42.10_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.42.10_1 22 May 2014 21:56:52 |
mandree |
Fix location of .pc files for pkg-config [1].
Fix issue with parallel build, pre-build prof_err.h.
Reported by: ak@, mat@ [1] |
1.42.10 22 May 2014 04:48:59 |
mandree |
Fix pkg-plist. |
1.42.8 07 Oct 2013 23:19:50 |
mandree |
Convert to staging, minor other updates (LIB_DEPENDS format, USE_GMAKE->USES). |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
1.42.8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.42.3 08 Jun 2012 13:37:48 |
mandree |
Update to new upstream release 1.42.3.
ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.3
Convert to OptionsNG. (e2fsprogs-libss seems to compile fine, too) |
1.41.9 24 Nov 2009 16:52:32 |
mandree |
Make MAKE_JOBS_UNSAFE to fix builds.
Reported by: pointyhat (via erwin, miwi)
Approved by: miwi (co-mentor). |
1.41.8 21 Jul 2009 00:37:24 |
amdmi3 |
- Fix parallel build
PR: 136937
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
1.41.8 16 Jul 2009 21:41:38 |
miwi |
- Update to 1.41.8
PR: 136795
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
1.40.2 02 Oct 2007 15:50:57 |
timur |
A new slave port of the blkid library from the sysutils/e2fsprogs.
PR: ports/116231
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by: shaun (mentor) |