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.

non port: sysutils/e2fsprogs/Makefile

Number of commits found: 208 (showing only 100 on this page)

1 | 2 | 3  »  

Thursday, 1 Feb 2024
22:57 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: handle PORTREVISION==0 in *_DEPENDS

Else we would depend on, say, e2fsprogs-core-1.48.0_  (trailing
underscore) character when PORTREVISION was zeroed or omitted.
(Note that bsd.port.mk will default it to 0 value).

Use make(1)'s varname:?trueval:falseval: expansion to guard
the expansion. (_SUF1 is private in bsd.port.mk, let's avoid that).

Reported by:	Tomoaki AOKI
PR:		276643
commit hash: 855dce6bdda8eef359d09383e65530514932ac54 commit hash: 855dce6bdda8eef359d09383e65530514932ac54 commit hash: 855dce6bdda8eef359d09383e65530514932ac54 commit hash: 855dce6bdda8eef359d09383e65530514932ac54 855dce6
Wednesday, 31 Jan 2024
21:53 Matthias Andree (mandree) search for other commits by this committer Author: Konstantin Belousov
sysutils/e2fsprogs: fix build with nonzero PORTREVISION on e2fsprogs-core
commit hash: 20b92b0aac3631958b097a14d946d0cd2ad201bb commit hash: 20b92b0aac3631958b097a14d946d0cd2ad201bb commit hash: 20b92b0aac3631958b097a14d946d0cd2ad201bb commit hash: 20b92b0aac3631958b097a14d946d0cd2ad201bb 20b92b0
Thursday, 9 Feb 2023
18:54 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: depend on exact e2fsprogs-core version

and not a ">=" version, because we copy built binary files
commit hash: aeed96e0b18fdb062a343271c03663f31acfc37e commit hash: aeed96e0b18fdb062a343271c03663f31acfc37e commit hash: aeed96e0b18fdb062a343271c03663f31acfc37e commit hash: aeed96e0b18fdb062a343271c03663f31acfc37e aeed96e
18:46 Matthias Andree (mandree) search for other commits by this committer
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.
commit hash: d444e597211add235c693f4dbb6e0c191a9869d1 commit hash: d444e597211add235c693f4dbb6e0c191a9869d1 commit hash: d444e597211add235c693f4dbb6e0c191a9869d1 commit hash: d444e597211add235c693f4dbb6e0c191a9869d1 d444e59
Thursday, 2 Feb 2023
23:49 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
commit hash: 594ba3e582e75df1ad69e7b039dadb16e164e843 commit hash: 594ba3e582e75df1ad69e7b039dadb16e164e843 commit hash: 594ba3e582e75df1ad69e7b039dadb16e164e843 commit hash: 594ba3e582e75df1ad69e7b039dadb16e164e843 594ba3e
Saturday, 1 Oct 2022
14:54 Matthias Andree (mandree) search for other commits by this committer
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.
commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb 14e733a
14:54 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: 2/2 add a port for /sbin fsck'ing ext2/ext3/ext4

This is the second half of the e2fsprogs commit to permit having
a big hier(7)-clean e2fsprogs port that does not ever reach into /sbin,
now called e2fsprogs-core, and this new port that will copy from
${LOCALBASE} to /sbin so that /usr can reside on an ext2/ext3/ext4
file system and still be fsck'd at boot time.
commit hash: 7545575ac130685bb989260e03d2288a2c46c7f5 commit hash: 7545575ac130685bb989260e03d2288a2c46c7f5 commit hash: 7545575ac130685bb989260e03d2288a2c46c7f5 commit hash: 7545575ac130685bb989260e03d2288a2c46c7f5 7545575
10:45 Matthias Andree (mandree) search for other commits by this committer
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
commit hash: 5db803a6f26956fb47a211c29e34a0e5ccd82286 commit hash: 5db803a6f26956fb47a211c29e34a0e5ccd82286 commit hash: 5db803a6f26956fb47a211c29e34a0e5ccd82286 commit hash: 5db803a6f26956fb47a211c29e34a0e5ccd82286 5db803a
09:58 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: keep BROKEN away from slave ports

Reported by:	delphij@
commit hash: 9d41754ae74cdc0a18527131f3a7cfa877735cda commit hash: 9d41754ae74cdc0a18527131f3a7cfa877735cda commit hash: 9d41754ae74cdc0a18527131f3a7cfa877735cda commit hash: 9d41754ae74cdc0a18527131f3a7cfa877735cda 9d41754
07:13 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: revert bogus qsort_r() patch.

delphij@ and the upstream maintainer were working on a autoconf-based
solution, and this patch was not approved.  Remove it and mark
port BROKEN on systems that changed qsort_r() for the GNU-like API.

PR:		266227
commit hash: 525e857368c8c2de355ca00b0c35008be6ee8a3c commit hash: 525e857368c8c2de355ca00b0c35008be6ee8a3c commit hash: 525e857368c8c2de355ca00b0c35008be6ee8a3c commit hash: 525e857368c8c2de355ca00b0c35008be6ee8a3c 525e857
Friday, 30 Sep 2022
22:28 Xin LI (delphij) search for other commits by this committer
sysutils/e2fsprogs: Fix qsort_r detection for POSIX qsort_r(3).

PR:		ports/266227
Exp-run by:	antoine
Approved by:	portmgr
commit hash: 82665ce295c0cdd2494bf09356d169ef28442a0a commit hash: 82665ce295c0cdd2494bf09356d169ef28442a0a commit hash: 82665ce295c0cdd2494bf09356d169ef28442a0a commit hash: 82665ce295c0cdd2494bf09356d169ef28442a0a 82665ce
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alex de Kruijff
  *  Alexander Haderer <alexander.haderer@loescap.de>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander V. Chernikov <melifaro@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Dobloug <andreasd@@ifi.uio.no>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andreas Klemm <andreas@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrej Zverev <az@inec.ru>
  *  Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
  *  Andrew Khlebutin <andrey@hm.perm.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
  *  Andrew Stevenson <andrew@ugh.net.au>
  *  Andrew Turner <zombie@i4free.co.nz>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Andrey Cherkashin <andoriyu@gmail.com>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kuzmin <akuz84@gmail.com>
  *  Andrey Simonenko
  *  Andrey Zonov <andrey@zonov.org>
  *  Andris Raugulis <moo@arthepsy.eu>
  *  Andy Fawcett <andy@athame.co.uk>
  *  Anes Mukhametov <anes@anes.su>
  *  Anish Mistry
  *  Anish Mistry <amistry@am-productions.biz>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Lysenok <bart@tapolsky.net.ua>
  *  Anton Statutov <astatutov@gmail.com>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Aragon Gouveia <aragon@phat.za.net>
  *  Arjan van der Velde <noresult@xs4all.nl>
  *  Artem Zaytsev <a.arepo@gmail.com>
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Austin Shafer <ashafer@badland.io>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Baptiste Grenier <gwarf@gwarf.org>
  *  Bartek Rutkowski <robak@FreeBSD.org>
  *  Ben Kibbey <bjk@arbornet.org>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net>
  *  Blaz Zupan <blaz@amis.net>
  *  Boris Kochergin <spawk@acm.poly.edu>
  *  Boris Popov <bp@FreeBSD.org>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Brad Lanam <bll@gentoo.com>
  *  Brian Dean <bsd@FreeBSD.org>
  *  Brian Handy <handy@physics.montana.edu>
  *  Brian Somers <brian@FreeBSD.org>
  *  Cameron Katri <me@cameronkatri.com>
  *  Carlo Strub
  *  Chad Castleberry AKA ritalin
  *  Charles Swiger <chuck@pkix.net>
  *  Charlie Kester <corky1951@comcast.net>
  *  Chifeng Qu <chifeng@gmail.com>
  *  Chris Calvey <chris@securityforensics.co.uk>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Howey <howeyc@gmail.com>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christopher Boumenot <boumenot@gmail.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Colin Booth <colin@heliocat.net>
  *  Colin Percival
  *  Conrad Meyer <cem@FreeBSD.org>
  *  Cosmin Stroe <cstroe1@uic.edu>
  *  Craig Leres <leres@FreeBSD.org>
  *  Craig Rodrigues <rodrigc@FreeBSD.org>
  *  Cy Schubert <cy@FreeBSD.org>
  *  Cyrille Lefevre <Cyrille.Lefevre@laposte.net>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dale Woolridge <dale.woolridge@gmail.com>
  *  Dan Langille <dan@langille.org>
  *  Dan Piponi <wmtop@tanelorn.demon.co.uk>
  *  Daniel Baker <dbaker@FreeBSD.org>
  *  Daniel Bond
  *  Daniel Gerzo <danger@FreeBSD.org>
  *  Daniel Harris <dannyboy@subdimension.com>
  *  Daniel Johansson <donnex@donnex.net>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Daniel Solsona <daniel@ish.com.au>, Guido Falsi <madpilot@FreeBSD.org>
  *  Daniel Thiele
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  *  Danny Howard <dannyman@toldme.com>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  David Gardner
  *  David Le Brun <david@dyn-ns.net>
  *  David Naylor <dbn@FreeBSD.org>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien <obrien@FreeBSD.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  David W. Chapman Jr. (dwcjr@FreeBSD.org)
  *  Denis Barov
  *  Denis Barov <dindin@dindin.ru>
  *  Denis N. Peplin <info@volginfo.ru>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dereckson <dereckson@gmail.com>
  *  Derik van Zuetphen <dz@426.ch>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Devin Teske <dteske@vicor.com>
  *  Dikshie
  *  Dima Panov <fluffy@Fluffy.Khv.RU>
  *  Dima Sivachenko <dima@chg.ru>
  *  Dirk Engling <erdgeist@erdgeist.org>
  *  Dmitri Nikulin <setagllib@optusnet.com.au>
  *  Dmitry Frolov <frol@nov.net>
  *  Dmitry N Fomin <fdn@okbire.ru>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Yashin <dmitry@yashin.su>
  *  Dmitry Yu Okunev dyokunev@ut.mephi.ru
  *  Dom Mitchell <dom@happygiraffe.net>
  *  Dom Mitchell <dom@myrddin.demon.co.uk>
  *  Dominic Fandrey <kamikaze@bsdforen.de>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Doug Harple
  *  Douglas Thrift
  *  Dryice Liu <dryice@dryice.name>
  *  Dylan Bridgman
  *  Ed Schouten <ed@FreeBSD.org>
  *  Ed Schouten <ed@fxq.nl>
  *  Ederson de Moura <ederbs@ederbs.org>
  *  Edson Brandi <ebrandi@fugspbr.org>
  *  Eduard Martinescu
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Vadot <manu@freebsd.org>
  *  Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erik Greenwald <erik@smluc.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Grosbein <eugen@FreeBSD.org>
  *  Evan Sarmiento <esarmiento@wayfair.com>
  *  Evgeny Zhirnov <jirnov@gmail.com>
  *  Fabian Keil <fk@fabiankeil.de>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Florent Thoumie <flz@xbsd.org>
  *  Florian Smeets <flo@smeets.im>
  *  Frank Fenor <frank@fenor.de>
  *  Frank Wall <fw@moov.de>
  *  Frederic Culot <culot@FreeBSD.org>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Frerich Raabe <frerich.raabe@gmx.de>
  *  Fukang Chen <loader@FreeBSD.org>
  *  Gabor Zahemszky
  *  Gabriel M. Dutra <0xdutra@gmail.com>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Cox <gjvc@gjvc.com>
  *  George Neville-Neil gnn@freebsd.org
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerhard Häring <gh@ghaering.de>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gert Doering <gert@space.net>
  *  Gleb Kurtsou <gleb@FreeBSD.org>
  *  Gleb Smirnoff <glebius@FreeBSD.org>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Hakisho Nukama <nukama@gmail.com>
  *  Hans Petter Selasky <hselasky@freebsd.org>
  *  Harshavardhana
  *  Heiner <h.eichmann@gmx.de>
  *  Henrik Brix Andersen <brix@FreeBSD.org>
  *  Hizbulin Ildar <hizel@vyborg.ru>
  *  Hokan
  *  Hondareyte <lhondareyte@laposte.net>
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Ian Lepore <ian@FreeBSD.org>
  *  Igor Pokrovsky <ip@unixway.org>
  *  Ivan Dreckman <ivannashdreckman@fastmail.fm>
  *  Ivan Lago <ivan.lago@ifom-ieo-campus.it>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  James Hunt <james.hunt@ubuntu.com>
  *  James O'Gorman <james@netinertia.co.uk>
  *  Jamie Heckford <jamie@jamiesdomain.co.uk>
  *  Jan Stocker <Jan.Stocker@t-online.de>
  *  Janne Snabb <snabb@epipe.com>
  *  Jase Thew <freebsd@beardz.net>
  *  Jason Evans <jasone@FreeBSD.org>
  *  Jason Harris <jharris@widomaker.com>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jeffrey Goldberg <jeffrey@goldmark.org>
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jeremy Chadwick <freebsd@jdc.parodius.com>
  *  Jeremy Chadwick <jdc@parodius.com>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jesse
  *  Jesse Smith
  *  Jesse Smith <jessefrgsmith@yahoo.ca>
  *  Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Pirzyk <pirzyk@FreeBSD.org>
  *  Jim Pirzyk pirzyk@FreeBSD.org
  *  Jim Riggs <ports@christianserving.org>
  *  Jim Shewmaker
  *  Jin-Sih Lin <linpct@gmail.com>
  *  Jin-Sih, Lin <linpct@gmail.com>
  *  Joe Barbish
  *  Joe Barbish <jail-primer1@a1poweruser.com>
  *  Joe Barbish <qchroot1@a1poweruser.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joerg Pulz <Joerg.Pulz@frm2.tum.de>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  John D. "Trix" Farrar <trix@basement.net>
  *  John Hixson <jhixson@FreeBSD.org>
  *  John Hixson <jhixson@freebsd.org>
  *  John Hixson <john@pcbsd.org>
  *  John Reynolds <johnjen@reynoldsnet.org>
  *  Jon Wilson <jon@phuq.co.uk>
  *  Jonathan Liu <Net147@hotmail.com>
  *  Joris Vandalon
  *  Jose G. Juanino <jjuanino@gmail.com>
  *  Josef El-Rayes <josef@FreeBSD.org>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Jouke Witteveen <j.witteveen@gmail.com>
  *  Jov <amutu@amutu.com>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Juergen Lock <nox@jelal.hb.north.de>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Jung-uk Kim <jkim@FreeBSD.org>
  *  Juraj Lutter <otis@sk.FreeBSD.org>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  KIMURA Takamichi <takamiti@tsden.org>
  *  Kai Wang <kaiwang27@gmail.com>
  *  Kamila Souckova <kamila@ksp.sk>
  *  Kay Lehmann
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Bowling <kbowling@FreeBSD.org>
  *  Kirill Ponomarev <krion@FreeBSD.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kirk Strauser <kirk@strauser.com>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Konstantin Reznichenko <kot@premierbank.dp.ua>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Koop Mast<kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kueifeng Li <thinker@branda.to>
  *  Lapo Luchini <lapo@lapo.it>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Len Sassama
  *  Leo Vandewoestijne <freebsd@dns-lab.com>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  Loren M. Lang
  *  Luca Pizzamiglio <pizzamig@FreeBSD.org>
  *  Lucas Holt <luke@foolishgames.com>
  *  Lukasz Wasikowski <lukasz@wasikowski.net>
  *  Lupe Christoph <lupe@lupe-christoph.de>
  *  M. Warner Losh <imp@FreeBSD.org>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Manuel Rabade Garica <mig@mig-29.net>
  *  Marc G. Fournier <scrappy@FreeBSD.org>
  *  Marc Lagrange <rhaamo@gruik.at>
  *  Marcel Kaiser <mk@nic-nac-project.org>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Marcin Simonides <marcin@studio4plus.com>
  *  Marco Steinbach <coco@executive-computing.de>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Marius Strobl <marius@FreeBSD.org>
  *  Mark Blackman <tmb_ports@maddog.u-net.com>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Markus Dolze
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Otto
  *  Martin Pala <martinp@tildeslash.com>
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Martin Tournoij <martin@arp242.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Marwan Burelle <marwan.burelle@lri.fr>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matt Lancereau <ports@FreeBSD.org>
  *  Matt Peterson <matt@peterson.org>
  *  Matteo Cypriani <mcy@lm7.fr>
  *  Matthew Dillon <dillon@backplane.com>
  *  Matthew Fuller <fullermd@over-yonder.net>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max Khon
  *  Max Khon <fjoe@FreeBSD.org>
  *  Max Laier <max@love2party.net>
  *  Maxim Ignatenko <gelraen.ua@gmail.com>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Melvyn Sopacua <melvyn@magemana.nl>
  *  Michael Gmelin <freebsd@grem.de>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Michael Moll <kvedulv at kvedulv.de>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Ranner <michael@ranner.eu>
  *  Michael Reifenberger
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Mike Meyer <mwm@mired.org>
  *  Mike Muir <mmuir@es.co.nz>
  *  Mikolaj Golub <to.my.trociny@gmail.com>
  *  Mikolaj Golub <trociny@FreeBSD.org>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Murray Nesbitt <freebsd@nesbitt.ca>
  *  Mykola Dzham <i@levsha.me>
  *  Natacha Porte <natbsd@instinctive.eu>
  *  Nick Hibma <n_hibma@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikola Kolev <koue@chaosophia.net>
  *  Nikolai Lifanov
  *  Nikolai Lifanov <lifanov@FreeBSD.org>
  *  Nikolai Lifanov <lifanov@FreeBSD.org> and Ben Woods <woodsb02@FreeBSD.org>
  *  Nikolay Dachev <jadm@dachev.info>
  *  Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
  *  Nosov Artem <chip-set@mail.ru>
  *  Oleg A. Mamontov <oleg@mamontov.net>
  *  Oleg Alexeenkov <proler@gmail.com>
  *  Oleg Ginzburg
  *  Oleg Ginzburg <olevole@olevole.ru>
  *  Oliver Braun <obraun@FreeBSD.org>
  *  Oliver Eikemeier
  *  Oliver Lehmann <Kai_Allard_Liao@gmx.de>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Olivier Duchateau <olivierd@FreeBSD.org>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Patrice Clement <monsieurp@gentoo.org
  *  Patrice Clement <monsieurp@gentoo.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick M. Hausen (pmh@hausen.com)
  *  Patrick Rinke <patrick@rinke-bochum.de>
  *  Paul Dlug <paul@aps.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pavel Novikov
  *  Pavel Timofeev <timp87@gmail.com>
  *  Pawel Pekala <c0rn@o2.pl>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Ankerstal <peter@pean.org>
  *  Peter Edwards <pmedwards@eircom.net>
  *  Peter TKATHENKO <peter@flytrace.com>
  *  Philippe Casidy <pcasidy@casidy.com>
  *  Pieter Danhieux <opr@bsdaemon.be>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qiang Guo <guoqiang_cn@126.com>
  *  Radim Kolar
  *  Ralf van Dooren <r.vdooren@snow.nl>
  *  Rashid N. Achilov <shelton@granch.ru>
  *  Remington Lang <MrL0Lz@gmail.com>
  *  Renaud Chaput <renchap@cocoa-x.com>
  *  René Ladan <rene@freebsd.org>
  *  Ricardo A. Reis <ricardo.areis@gmail.com>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rod Person <rodperson@rodperson.com>
  *  Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
  *  Rodrigo Graeff <delphus@gmail.com>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Jackson <raj@csub.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sachidananda Urs
  *  Samir Noir <samir@noir.im>
  *  Samy Al Bahra <samy@kerneled.com>
  *  Samy Al Bahra <samy@kerneled.org>
  *  Sascha Klauder <sklauder@trimind.de>
  *  Scot Hetzel <swhetzel@gmail.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Rees <sean@rees.us>
  *  Sebastian Yepes F. <esn@x123.info>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Kozlov <sergey.kozlov@intel.com>
  *  Sergey Kozlov <skozlov@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  *  Slawomir Wojciech Wojtczak <vermaden@interia.pl>
  *  Soeren Boll Overgaard <boll@tolkien.dk>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  SriSaiGanesh
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stefan Esser
  *  Stefan Jahn <stefan.jahn@nemesis-sektor.de>
  *  Stefan Rumetshofer
  *  Steffen Fritz <steffen@fritz.wtf>
  *  Steffen Vogelreuter
  *  Stephen J. Roznowski <sjr@home.net>
  *  Steve Atwell
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <steven@exit2shell.com>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  The Anarcat <anarcat@anarcat.ath.cx>
  *  Thierry Dussuet <dussuett@wigwam.ethz.ch>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Bartelmess <thomas@bartelmess.io>
  *  Thomas E. Zander <riggs@rrr.de>
  *  Thomas Hurst <tom@hur.st>
  *  Thomas Seck <tmseck@netcologne.de>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tim Welch <ports@thepentagon.org>
  *  Tim van der Hoek <hoek@FreeBSD.org>
  *  Timothy Redaelli
  *  Tobias Roth <ports@fsck.ch>
  *  Tom Judge <tom@tomjudge.com>
  *  Tom Rhodes <trhodes@FreeBSD.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Tony Narlock <tony@git-pull.com>
  *  Tony Shadwick <tshadwick@oss-solutions.com>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Valerio Daelli <valerio.daelli@gmail.com>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@MinJe.com.TW>
  *  Vasiliy Ch <blttll@gmail.com>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  Vladimir Laskov <samflanker@gmail.com>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wes Peters <wes@FreeBSD.org>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Xin LI <delphij@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yasuhiro KIMURA <yasu@utahime.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yonatan <Yonatan@xpert.com>
  *  Yonatan <onatan@gmail.com>
  *  Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yuan-Chen Cheng <ycheng@sinica.edu.tw>
  *  Yuichiro NAITO <naito.yuichiro@gmail.com>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  alepulver
  *  anarcat
  *  anders
  *  arved
  *  asami
  *  bjohnson@wedgie.org
  *  bsdx
  *  carl@servicefactory.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chuck@pkix.net
  *  clsung
  *  cracauer@cons.org "Martin Cracauer"
  *  cy@FreeBSD.org
  *  dds
  *  desmo@bandwidth.org
  *  dieringe
  *  eivind
  *  freebsd@spatula.net
  *  futatuki
  *  gahr
  *  grog
  *  gtodd@bellanet.org
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  imp
  *  ismail.yenigul@endersys.com.tr
  *  jack
  *  janos.mohacsi@bsd.hu
  *  jfreund
  *  jhb
  *  jim@thehousleys.net
  *  jkh
  *  joerg
  *  jon@witchspace.com
  *  joseph@randomnetworks.com
  *  jpaetzel@FreeBSD.org
  *  jrhett@netconsonance.com
  *  jwd
  *  kaz@kobe1995.net (NAKAMURA Kauzushi)
  *  kiesel
  *  kiesel@schlund.de
  *  kmoore@FreeBSD.org
  *  koma2@lovepeers.org
  *  kuriyama
  *  luigi@FreeBSD.org
  *  lx@redundancy.redundancy.org
  *  marius@alchemy.franken.de
  *  mi@aldan.algebra.com
  *  mich@freebsdcluster.org
  *  michael@fuckner.net
  *  mm
  *  mranner@inode.at
  *  netch@netch.kiev.ua
  *  ntarmos@ceid.upatras.gr
  *  okeeblow <root@cooltrainer.org>
  *  papowell@lprng.com
  *  pat
  *  petef@FreeBSD.org
  *  peter
  *  philip@FreeBSD.org
  *  ports@c0decafe.net
  *  rantapaa@uswest.net
  *  rhay
  *  rhwang@bigpanda.com
  *  roam@FreeBSD.org
  *  roam@orbitel.bg
  *  samm
  *  samu <freebsd-ports@samu.pl>
  *  se@freebsd.org
  *  shige
  *  stas
  *  sten@blinkenlights.nl
  *  sterling
  *  sumikawa
  *  takawata@jp.FreeBSD.org
  *  thierry@pompo.net
  *  thompsa@FreeBSD.org
  *  trasz
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  tundra
  *  uffe@uffe.org
  *  uri@keves.org
  *  walt
  *  will
  *  wmoran
  *  wosch

With hat:	portmgr
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 ea71236
Sunday, 5 Jun 2022
15:22 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: fix CVE-2022-1304

Take patch from linux-ext4@ mailing list to fix

Security:	CVE-2022-1304
Security:	a58f3fde-e4e0-11ec-8340-2d623369b8b5
MFH:		2022Q2
commit hash: 83ce641b79e305333e8444b53821f12a21b753e6 commit hash: 83ce641b79e305333e8444b53821f12a21b753e6 commit hash: 83ce641b79e305333e8444b53821f12a21b753e6 commit hash: 83ce641b79e305333e8444b53821f12a21b753e6 83ce641
Wednesday, 26 Jan 2022
22:59 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: update to 1.46.5 (bug fixes)

Release notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.5

Workarounds:
* patch CPPFLAGS to avoid __GNUC_PREREQ internal GCC macro, upstream
  regression in d55f8b8c 2021-08-17 | fix unused-function -Wall warnings
  (reported to Theodore Y. Ts'o by e-mail); macro is unavailable in clang.

* timeout(1) not providing a -v; cherry-picking upstream's
  8535250a 2022-01-03 | tests: support older versions of timeout in r_corrupt_fs
commit hash: f35c75e711f3dad841b863a6017369dcde63982f commit hash: f35c75e711f3dad841b863a6017369dcde63982f commit hash: f35c75e711f3dad841b863a6017369dcde63982f commit hash: f35c75e711f3dad841b863a6017369dcde63982f f35c75e
Tuesday, 18 Jan 2022
19:03 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: resolve krb5 conflict with man3/com_err.3.gz

PR:             254751
Reported by:    Felix Palmen
commit hash: cee87a1eefc85598a47f07fed7052b118e2992b1 commit hash: cee87a1eefc85598a47f07fed7052b118e2992b1 commit hash: cee87a1eefc85598a47f07fed7052b118e2992b1 commit hash: cee87a1eefc85598a47f07fed7052b118e2992b1 cee87a1
Monday, 17 Jan 2022
22:17 Matthias Andree (mandree) search for other commits by this committer
devel/e2fsprogs-libss: merge to sysutils/e2fsprogs

This is to break dependency cycles between e2fsprogs-libss and
e2fsprogs (see 254751 comment #18 for details), and to avoid creating
yet another split-out port, then for e2fsprogs's libcom_err.

Bump PORTREVISION of the four e2fsprogs consumers to flush out
their e2fsprogs-libss dependency records.

PR:		254751
Reported by:	Felix Palmen
PR:		261217
Reported by:	tech-lists@zyxst.net
Fixes:		8e6ae60 devel/e2fsprogs-libss: use local compile_et...

Approved by:	prior maintainer timeout (Ben Kaduk, 7 months) on 254751
commit hash: 29b349b2dba2a188140cb73fe451a9b9793178d4 commit hash: 29b349b2dba2a188140cb73fe451a9b9793178d4 commit hash: 29b349b2dba2a188140cb73fe451a9b9793178d4 commit hash: 29b349b2dba2a188140cb73fe451a9b9793178d4 29b349b
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Wednesday, 6 Oct 2021
05:20 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: attempt to fix SLOWTESTS build

and cherry-pick two reference data updates from upstream

PR:		258124
Reported by:	gja822@narod.ru
commit hash: 4854bf20f3a1457f177baba8d8d22b86651d68c0 commit hash: 4854bf20f3a1457f177baba8d8d22b86651d68c0 commit hash: 4854bf20f3a1457f177baba8d8d22b86651d68c0 commit hash: 4854bf20f3a1457f177baba8d8d22b86651d68c0 4854bf2
Saturday, 21 Aug 2021
15:59 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: regression fix update 1.46.4

Release Notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.4

and local port changes:
* do not hardlink to symlinks, neither dump/restore nor our
  libarchive-based tar can copy them
* pkg-install texts add a blank before the full stop character,
  to ease copy & paste
* tst/bitops.c patch was integrated upstream

Since this contains regression fixes vs. 1.46.3:
MFH:		2021Q3
commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 99d4dde
Wednesday, 4 Aug 2021
21:23 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: port rework

1 - sysutils/e2fsprogs: fix checksum mismatches

    e2fsprogs has replaced symlinks by hardlinks in its post-install if
    /sbin and ${PREFIX}/sbin were on the same file system, and unless
    script processing was defeated on install or upgrade.

    Leave symlinks in place to avoid checksum mismatches.

PR:		252184 [1]

2 - add FLAVORS for /sbin handling

    - no flavor (default): set symlinks from $PREFIX/sbin to /sbin
    - roothardlinks: set hardlinks from $PREFIX/sbin to /sbin, when
      $PREFIX, its children, and /sbin reside on the same file system
    - nobootfsck: do not install into /sbin, but this makes fsck
      unavailable for ext2/ext3/ext4 file systems before $PREFIX/ is
      mounted

Require tests on i386 and amd64 only for FreeBSD >= 14 (not >= 12).

Do not print removal advice from post-uninstall on upgrades.
commit hash: 54b26298c82275501e6dcc6c733d21c0a6bf0d9f commit hash: 54b26298c82275501e6dcc6c733d21c0a6bf0d9f commit hash: 54b26298c82275501e6dcc6c733d21c0a6bf0d9f commit hash: 54b26298c82275501e6dcc6c733d21c0a6bf0d9f 54b2629
21:23 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: update to upstream v1.46.3

Changelog:	http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.3

MFH:		2021Q3
commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 c06742b
Thursday, 15 Apr 2021
22:41 Mateusz Piotrowski (0mp) search for other commits by this committer
lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctly

Approved by:	portmgr blanket
commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc commit hash: b581cb75ac5378d36a64afa1a3b9c160a88b0bfc b581cb7
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 10 Mar 2021
21:51 mandree search for other commits by this committer
e2fsprogs suite: update to v1.46.2 bugfix release

also adds a tune2fs -c random feature.

Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.2

MFH:		2021Q1 (patchlevel bugfix release)
Original commitRevision:568047 
Friday, 12 Feb 2021
20:26 mandree search for other commits by this committer
sysutils/e2fsprogs: update to v1.46.1, bug fixes

Release notes:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.46.1.txt?h=v1.46.1

This removes the -DHAVE_PTHREAD_H (in CPPFLAGS) and qsort_r() patches
to e2fsck/rehash.c we used in v1.46.0. They are no longer needed in v1.46.1.
Original commitRevision:565060 
Saturday, 6 Feb 2021
15:42 mandree search for other commits by this committer
sysutils/e2fsprogs: update to new upstream release v1.46.0

https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.46.0.txt?h=v1.46.0

The major item in porting is to switch from GNU libc's qsort_r()
interface to ours, but see https://reviews.freebsd.org/D17083

Also, it appears at cursory glance that it takes the FUSEFS option
to get HAVE_PTHREAD_H #defined. Just pass -DHAVE_PTHREAD_H through
CPPFLAGS without further investigation.

Finally, there appears to be some confusion around __u64 vs.
unsigned long long, we get format string complaints. Use <inttypes.h>
and leverage the PRIu64 macro.

I do not intend to MFH this.
Original commitRevision:564228 
Thursday, 4 Feb 2021
01:50 mandree search for other commits by this committer
e2fsprogs: make build more robust

Depending on external circumstances and options that I have not fully
investigated, several build-time failures occurred that were one of:
- missing symbols in liblzma (static build missed libmd)
  on some versions with LIBUNWIND enabled
- sometimes /bin/csh being pulled up for scripting, breaking in
  various places, reason unclear, possibly artifact of next one:
- questionable BASHTESTS handling cleaned up

As these are fixes for a potentially broken build,
no PORTREVISION bump necessary.

MFH:		2021Q1
Original commitRevision:563985 
Tuesday, 2 Feb 2021
23:15 mandree search for other commits by this committer
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
Original commitRevision:563848 
Friday, 1 Jan 2021
23:03 linimon search for other commits by this committer
Extend use of files/extrapatch-no-sbrk to riscv64 to fix build there.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:559888 
Monday, 21 Dec 2020
15:23 otis search for other commits by this committer
sysutils/e2fsprogs: Fix pkg-install

Fix pkg-install script where a closing ']' was missing.

Submitted by:	Giacomo Olgeni
Reviewed by:	osa (mentor), mandree
Approved by:	osa (mentor), mandree
Differential Revision:	https://reviews.freebsd.org/D27693
Original commitRevision:558838 
Wednesday, 23 Sep 2020
12:44 mandree search for other commits by this committer
- make /sbin/e2fsck and /sbin/fsck_ext2fs visible in pkg catalog/"pkg which",
  so that "pkg which /sbin/e2fsck" yields the proper result.

  * this entails symlinking from $PREFIX/sbin to /sbin, and the pkg-install
    script will attempt to replace the symlinks by hard links if possible.
    pkg 1.15.4 cannot deal with packaged hard links and will fail.

  * Note that it is unavoidable that these be in /sbin because /usr/local or
    /usr may not be mounted and consequently ext2 file systems could not
    be fsck-ed or mounted from /etc/fstab.

  There will be no port option to avoid /sbin installs for now. We have too
  many options already and the testing effort increases exponentially.

- make sure pkg-message appears on both install and upgrade

- clean up and document/comment pkg-install so that armchair experts
  will not pester me with meaningless change requests

- bugfix/change: logic of mke2fs.conf upgrade handling to present less work for
  users on port/package upgrades

- bump PORTREVISION

PR:	249284 (related)
Original commitRevision:549723 
Thursday, 25 Jun 2020
18:44 mandree search for other commits by this committer
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)
Original commitRevision:540401 
Sunday, 12 Apr 2020
02:34 mandree search for other commits by this committer
e2fsprogs, rawtherapee: Repair more UCL pkg-message conversion errors.

Both pkg-message texts are relevant for updates.

Reverting this part of UNAUTHORIZED commits, and bump PORTREVISION.
Clean up pkg-message.

Failure-inducing commits:

------------------------------------------------------------------------
r508837 | mat | 2019-08-13 18:03:11 +0200 (Tue, 13 Aug 2019) | 2 lines

Convert to UCL & cleanup pkg-message (categories e-g)

------------------------------------------------------------------------
r508909 | mat | 2019-08-14 14:16:12 +0200 (Wed, 14 Aug 2019) | 2 lines

Convert to UCL & cleanup pkg-message (categories s)

------------------------------------------------------------------------
Original commitRevision:531477 
Tuesday, 31 Mar 2020
22:10 mandree search for other commits by this committer
sysutils/e2fsprogs: install extfs.info (if DOCS is enabled)

This should have appened along with r453102/r453120 on 2017-10-29,
when shared libext2fs and headers were added to the install.

Bump PORTREVISION.

Reported by:	swills@
Original commitRevision:530025 
Monday, 23 Mar 2020
09:42 mandree search for other commits by this committer
sysutils/e2fsprogs: Update to 1.45.6

Add three patches (one was extended) by Ted Y. Ts'o to fix various
issues (loff_t and type related).

Drop our own obsolete patches.

While here, drop obsolete parts of some of our patches
(malloc.h -> stdlib.h).

Since the online release notes are not available yet,
this is from doc/RelNotes/v1.45.6.txt, omitting Linux-/Hurd-specifics.

UI and Features
---------------
Debugfs will ignore lines in its command files which start with a
comment character ("#").

Fixes
-----
Fixed a number of potential out of bounds memory accesses caused by
fuzzed / malicious file systems.  (Addresses Google Bug: #147849134)

Fix a spurious complaint from e2fsck when a directory which previously
had more than 32000 subdirectories has the number of subdirectories
drops below 32000.

Mke2fs -d now correctly sets permission with files where the owner
permissions are not rwx.

Improve e2fsck's ability to deal with file systems with very large
number of directories, such that various data structures take more than
2GiB of memory.  Use better structure packing to improve the memory
efficiency of these data structures.

Fix debugfs so it correctly prints inode numbers > 2**31.

Filefrag now supports very large files (with > 4 billion blocks), as
well as block sizes up to 1 GiB.

Updated and clarified various man pages.  (Addresses Debian Bugs:
#953493, #953494, #951808)

Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
Reserved the error code EXT2_ET_NO_GDESC (which will be used in
e2fsprogs v1.46+)

Added a thread-safe variant of e2p_feature2string(),
e2p_feature_to_string() to the libe2p library.

Fixed portability problems caused by gcc 10.

Synchronized changes from Android's AOSP e2fsprogs tree.

Update the Malay translation from the translation project.

Obtained from:	tytso@mit.edu (files/patch-0-tytso*)
MFH:		2020Q1
Original commitRevision:528964 
Tuesday, 3 Mar 2020
12:56 mat search for other commits by this committer
Ports MUST NOT set WITH_DEBUG.

WITH_DEBUG is a user facing variable.  When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.

Approved by:	bapt
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D23940
Original commitRevision:527673 
Monday, 17 Feb 2020
21:54 mandree search for other commits by this committer
sysutils/e2fsprogs: Fix powerpc32 build

PR:		242798
Reported by:	canardo909@gmx.com
Obtained from:	Theodore Y. Ts'o <tytso@mit.edu> (upstream maintainer)
MFH:		2020Q1 (fixes build on powerpc)
Original commitRevision:526434 
Monday, 3 Feb 2020
00:34 mandree search for other commits by this committer
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]
Original commitRevision:525006 
Friday, 31 Jan 2020
02:13 mandree search for other commits by this committer
Try to fix powerpc build, add LIBUNWIND option.

We've had a USES+=compiler:c11 on powerpc64,
see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570>
extend and use it on all powerpc* in an attempt to fix PR 242798.

If that doesn't help, add a LIBUNWIND option that makes e2fsck's
signal catcher use libunwind instead of libexecinfo - FreeBSD's
stack unwinder doesn't currently work from signal handlers (#243746),
libunwind does and is supposed to work on powerpc and powerpc64,
among others.

PR:		242798
Reported by:	canardo909@gmx.com
Original commitRevision:524662 
Thursday, 30 Jan 2020
23:07 mandree search for other commits by this committer
sysutils/e2fsprogs: Try and enable backtrace() where possible.

The configure script doesn't find backtrace() because it does not
attempt linking against -lexecinfo -lelf.

Note that currently backtrace() is broken at least on 12.1 amd64, and
does not return any frames.  Filed separately as
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243746>

PR:		242798 (which prompts this change, but is not fixed)
Original commitRevision:524661 
Saturday, 11 Jan 2020
18:34 mandree search for other commits by this committer
e2fsprogs security update to 1.45.5

Release Notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.5

MFH:		2020Q1 (patchlevel upgrade with security fixes)
Security:       8b61308b-322a-11ea-b34b-1de6fb24355d
Security:       CVE-2019-5188
Original commitRevision:522702 
Saturday, 21 Dec 2019
11:22 mandree search for other commits by this committer
sysutils/e2fsprogs: update to 1.45.4 (security fix)

Release Notes:	http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.4

This removes some patches or hunks that were integrated upstream.

MFH:		2019Q4
Security:	ad3451b9-23e0-11ea-8b36-f1925a339a82
Security:	CVE-2019-5094
Original commitRevision:520555 
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Tuesday, 30 Jul 2019
11:59 mandree search for other commits by this committer
Fix f_pre_1970_date_encoding on all 32-bit architectures but i386.

e2fsck would misparse the E2FSCK_TIME environment variable on architectures
where sizeof(long) < sizeof(time_t), i. e. all 32-bit architectures but i386.
This led to f_pre_1970_date_encoding test failures.

Note that I haven't tested the change for lack of respective hardware
or qemu rigs, and prior to receiving the reporter feedback, but
it would appear the fix is safe and plausible in itself.

Bump PORTREVISION as this changes the code on all architectures,
and to trigger version-based rebuild attempts where needed.

See also:	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932906
Reported by:	Thorsten Glaser <tg@mirbsd.de> against Debian
Reported by:	Stanislav S. Grinkin (privately) against FreeBSD
Reported by:	prior fall-out and BROKEN_<ARCH> tags
Obtained
from:	https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=a368e0cbfb33d3050dcccccf0bf5a5539d3dac39
MFH:		2019Q3
Original commitRevision:507631 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Saturday, 20 Jul 2019
09:10 mandree search for other commits by this committer
Update e2fsprogs to new upstream release 1.45.3.

Moves fuse2fs from $(PREFIX)/sbin to $(PREFIX)/bin (it does not
require privileges).

Bugfix for e2fsck file systems that enabled large_dir and inline
directories at the same time.

Translation bug fixes.

Release Notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.3>

MFH:		2019Q3
Original commitRevision:506982 
Saturday, 1 Jun 2019
13:27 mandree search for other commits by this committer
Update e2fsprogs to new upstream release 1.45.2

Various bugfixes, and added Portuguese locale.
Update the Czech, Malay, Polish, Spanish, Swedish, and Ukarainian translations.

Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.2>

MFH:		2019Q2
Original commitRevision:503235 
Friday, 29 Mar 2019
21:49 mandree search for other commits by this committer
Update e2fsprogs suite to v1.45.0.

Sorry that this happens so short before the 2019Q2 branch; the
e2fsprogs.sourceforge.net website hadn't been updated for 1.44.6 and 1.45.0.

I am not packaging e2scrub[_all] as FreeBSD does not support LVM,
Linux's logical volume manager.

Changelogs:
<https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.44.6.txt>
<https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.45.0.txt>

While here, reset misc/e2fsprogs-libuuid PORTREVISION back to 0 now that
the included PORTVERSION got bumped.
Original commitRevision:497209 
Saturday, 22 Dec 2018
09:53 mandree search for other commits by this committer
Update sysutils/e2fsprogs to new upstream release 1.44.5

Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.5>

MFH:		2018Q4
Original commitRevision:488083 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Tuesday, 4 Dec 2018
22:36 mandree search for other commits by this committer
Align *_DEPENDS and use paths for bash in my ports; fix var name.

On systems where bash is in $PATH but not in ${LOCALBASE}/bin/bash,
ilmbase would fail to build, and e2fsprogs might fail if the
BASHTESTS option was enabled.
Make sure that the _DEPENDS and the actual path handed to the configure or
test rig match to the letter, to avoid a time-of-check vs. time-of-use
discrepancy.

In e2fsprogs, the helper variable was also mistyped and would never
amend to BUILD_DEPENDS. Fix typo.

Check my other ports, but wiggle and xmlto [textproc/] seem unaffected.

Reported by:	J R Matthews (direct email)
MFH:		2018Q4
Original commitRevision:486634 
Saturday, 22 Sep 2018
14:40 mandree search for other commits by this committer
Attempt to fix build on powerpc64.

Since the reporter has refused to test my proposed patch twice,
I am committing this anyways.

PR:		231570
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:480389 
Monday, 27 Aug 2018
23:45 mandree search for other commits by this committer
Update sysutils/e2fsprogs to new upstream release 1.44.4.

This is a bug fixing release.

Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.4>

MFH:		2018Q3
Original commitRevision:478261 
Tuesday, 10 Jul 2018
13:48 mandree search for other commits by this committer
Update to new upstream release 1.44.3.

* several features for debugfs added
* there is a new e2mmpstatus command
* there are several bug fixes, among them endianness fixes and robustness
  fixes against corrupted input.
* add hashmap.h header file, for libext2fs users
* a few type fixes for format strings,
  found while building for MIPS, ARM, or i386
* add new option SLOWTESTS which prevents skipping of slow tests
* add new option BASHTESTS which enables tests that require bash
  (currently affects only the test f_large_dir that is also marked
   as slow)

Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.3>

Reset PORTREVISION in slave ports, e2fsprogs{-libss,-libuuid} now
that we have bumped PORTVERSION.

MFH:		2018Q3
Original commitRevision:474369 
Saturday, 7 Jul 2018
21:58 mandree search for other commits by this committer
sysutils/e2fsprogs: unmark broken on MIPS and ARM:

f_pre_1970_date_encoding self-test passes on MIPS64 w/ releng/11.2.
Original commitRevision:474141 
20:00 mandree search for other commits by this committer
sysutils/e2fsprogs: fixup regression of MASTERDIR check.
Original commitRevision:474133 
19:20 mandree search for other commits by this committer
Apply no-sbrk() patch only to master port.
Original commitRevision:474125 
13:05 mandree search for other commits by this committer
Unbreak aarch64 compilation by removing sbrk() references.
Original commitRevision:474077 
Friday, 8 Jun 2018
03:59 linimon search for other commits by this committer
Also mark broken on other tier-2 archs.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:471977 
Friday, 18 May 2018
19:36 mandree search for other commits by this committer
Update to new upstream release 1.44.2.

Most important changes over 1.44.1_1:

e2fsck: adjust quota counters when clearing orphaned inodes
e2fsprogs: fix Free Software Foundation address
mke2fs: print error string if ext2fs_close_free() fails
po: update pl.po (from translationproject.org)
Use @AR@ instead of hardcoded 'ar'

Changelog over 1.44.1:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.2>

MFH:		2018Q2
Original commitRevision:470322 
Friday, 11 May 2018
11:56 mandree search for other commits by this committer
Cherry-pick upstream bug fixes from Git.

This is pending an 1.44.2 release, and contains these fixes from maint:
filefrag: avoid temporary buffer overflow
libext2fs: add sanity checks for ea_in_inode
e2image: fix metadata image handling on big endian systems
e2fsck: warn if checkinterval and broken_system_clock both set
tests: don't leave temp files behind after running i_bitmaps
tests: add new test f_ea_inode_self_ref
chattr.1: 'a' and 'i' attribute do not affect existing file

MFH:		2018Q2
Original commitRevision:469630 
10:51 des search for other commits by this committer
Don't set USE_LDCONFIG for child ports.  They will do so themselves if
they need it.  Also, use PREFIX instead of LOCALBASE.

Not bumping PORTREVISION as the only observable effect is the absence of
a warning message caused by running ldconfig on a non-existent directory.

Approved by:	maintainer (mandree@)
Original commitRevision:469624 
Saturday, 28 Apr 2018
14:30 mandree search for other commits by this committer
Regression/bug fix update to e2fsprogs 1.44.1.

ChangeLog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.1>

MFH:		2018Q2
Original commitRevision:468546 
Wednesday, 14 Mar 2018
23:40 mandree search for other commits by this committer
Security/bug fix update to e2fsprogs 1.44.0

Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.0>

Reported by:	Dutchman01
MFH:		2018Q1
Security:	2aa9967c-27e0-11e8-9ae1-080027ac955c
Original commitRevision:464542 
Tuesday, 20 Feb 2018
22:14 mandree search for other commits by this committer
Bugfix update e2fsprogs to new upstream release 1.43.9.

Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.9>

Reset e2fsprogs-libuuid's PORTREVISION.
Original commitRevision:462457 
Monday, 19 Feb 2018
05:18 linimon search for other commits by this committer
Mark broken on both armv6 and armv7.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:462277 
Wednesday, 3 Jan 2018
12:35 mandree search for other commits by this committer
Bugfix update to new upstream release 1.43.8.

This fixes a few important bugs where updates are missed, displayed data is
incorrect, a use-after-free-bug and fixes important bugs WRT super block
handling on big-endian systems (missed byte-swaps).

Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.8>

MFH:		2018Q1
Original commitRevision:457962 
Friday, 29 Dec 2017
15:20 emaste search for other commits by this committer
sysutils/e2fsprogs: set LLD_UNSAFE to avoid linking with lld

One test fails when this port is linked with lld:

d_loaddump: debugfs load/dump test: failed

--- d_loaddump/expect	2017-10-16 05:45:45.000000000 +0000
+++ d_loaddump.log	2017-12-28 13:00:42.099973000 +0000
@@ -10,7 +10,7 @@
 Pass 3: Checking directory connectivity
 Pass 4: Checking reference counts
 Pass 5: Checking group summary information
-test_filesys: 12/64 files (0.0% non-contiguous), 158/512 blocks
+test_filesys: 12/64 files (0.0% non-contiguous), 156/512 blocks
 Exit status is 0
 debugfs -R ''dump test_data d_loaddump.ver.tmp'' test.img
 Exit status is 0

This looks like a very unusual failure and careful investigation into
lld's behaviour is warranted, but for now set LLD_UNSAFE to fall back
to ld.bfd so the port continues to build for users using lld as
/usr/bin/ld.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:457508 
Monday, 30 Oct 2017
19:04 mandree search for other commits by this committer
e2fsprogs, prepend new .so dir to RPATH/RUNPATH...

...so that the tools other than e2fsck find their libraries.

Reported by: ehaupt@
Original commitRevision:453206 
16:55 mandree search for other commits by this committer
Reconcile e2fsprogs ./. krb5-* conflicts.

* Move conflicting e2fsprogs headers & libs into .../e2fsprogs/... subdirs.
* Move conflicting awk scripts into ${DATADIR}.
* Rename and patch compile_et to e2fsprogs-compile_et.
* Remove conflict markers (from e2fsprogs and krb5-*).
* Add CPPFLAGS/LDFLAGS to sysutils/fusefs-ext2, including
  --rpath setting.

While here, also:
* sort pkg-plist and files/unwanted
* use FUSEFS_CONFIGURE_ENABLE=fuse2fs to prevent e2fsprogs from picking up
  fusefs (implies --disable-fuse2fs if the option remains disabled)
* add --without-included-gettext to CONFIGURE_ARGS just to be on the safe
  side.

And of course, bump PORTREVISION to 3 in e2fsprogs. Since other ports
do not change files or runtime behaviour, their PORTREVISION remains
untouched.
Original commitRevision:453195 
00:16 mandree search for other commits by this committer
Add CONFLICTS between krb5-* and e2fsprogs.

Reported by: jbeich@
Original commitRevision:453148 
Sunday, 29 Oct 2017
23:59 mandree search for other commits by this committer
Also add com_err headers, .pc file, and compile_et.

Reported by: ehaupt@
Original commitRevision:453145 
15:42 mandree search for other commits by this committer
Install header and .pc (pkg-config) files, too.

Reported by:	ehaupt@
Original commitRevision:453120 
09:10 mandree search for other commits by this committer
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]
Original commitRevision:453102 
Thursday, 28 Sep 2017
19:32 jbeich search for other commits by this committer
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)
Original commitRevision:450861 
Sunday, 24 Sep 2017
22:38 mandree search for other commits by this committer
Add FUSEFS option. Assorted fixes.

This adds a FUSEFS option based on earlier work by Fedor Uporov (fsu@)
and Pedro Giffuni (pfg@).

While here, repair DOCS/NLS options, broken since r418578 (1.43.1).

Leverage OPTIONS_SUB to replace NLS and FUSEFS in pkg-plist.

Add --enable-libuuid to avoid picking up a dynamic system libuuid.so
from /usr/local which would break the static /sbin/e2fsck (by
including a lib below /usr).

Bump PORTREVISION.

Reported by:	pfg@
Original commitRevision:450553 
Sunday, 10 Sep 2017
16:01 mandree search for other commits by this committer
Update to new upstream release 1.43.6.

This fixes FreeBSD-related regressions observed in 1.43.4 and 1.43.5,
and portability issues around quota support on 32-bit builds.

Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.6>

[The MFH request will also need to take 1.43.5 upgrades into account,
so the easiest would probably to merge the entire history since branching.]

MFH:		2017Q3
Original commitRevision:449579 
Sunday, 27 Aug 2017
12:21 mandree search for other commits by this committer
Fix "invalid argument" regression.

e2fsprogs v1.43.4 and .5 appear to attempt unaligned writes to disk
devices, which causes "invalid argument" errors and failures.

Patch unix_io.c to always obtain the alignment requirements on
FreeBSD, so that e2fsprogs uses its own write buffers and read-
modify-write cycles when writing only parts of a block.

Bump PORTREVISION, as crucial executables and libs change.

While here, bump self-test requirement to FreeBSD >= 12,
since the maintainer has tested these on 11.0/11.1 amd64/i386.

Reported by:	Artyon Mirgorodsky (in private)
Original commitRevision:448819 
Saturday, 12 Aug 2017
21:49 mandree search for other commits by this committer
Reenable four architectures for now.
Original commitRevision:447864 
10:12 mandree search for other commits by this committer
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.
Original commitRevision:447819 
Tuesday, 30 May 2017
16:02 linimon search for other commits by this committer
This port itself fails on tier-2, but its slave port does not.
I had not noticed it had a working slave port.

Noticed by:	mmel
Approved by:	portmgr (tier-2 blanket)
Pointy hat to:	linimon
Original commitRevision:442096 
Saturday, 27 May 2017
00:20 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441819 
Saturday, 13 May 2017
23:50 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:440860 
Sunday, 5 Feb 2017
23:39 mandree search for other commits by this committer
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
Original commitRevision:433466 
Monday, 9 Jan 2017
13:16 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430947 
Monday, 14 Nov 2016
11:26 danfe search for other commits by this committer
Do not terminate BROKEN messages with period, it is added by the framework.
Original commitRevision:426104 
Thursday, 10 Nov 2016
01:21 linimon search for other commits by this committer
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:425823 
Wednesday, 2 Nov 2016
22:45 mat search for other commits by this committer
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:425174 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Thursday, 13 Oct 2016
13:08 amdmi3 search for other commits by this committer
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default

Approved by:	portmgr blanket
Original commitRevision:423912 
Monday, 12 Sep 2016
23:05 mandree search for other commits by this committer
Fix bounced I/O on unaligned buffers (FreeBSD 11+)

The bounce-buffer I/O driver fix in patch-lib_ext2fs_unix__io.c is a
prototypical fix, and has been forwarded upstream, but it permits us to
pass all self-tests (mostly undo-related) that were still failing on
11.0-RC2 amd64.  There is some potential for optimization,
posix_memalign() might save us quite a few memcpy() calls and replace
the now-repaired code paths by a simple pread[64]() or pwrite[64]().

Remove BROKEN, but insist (by setting BROKEN conditionally) on anything
that is FreeBSD 11 or newer, or non-i386/non-amd64, that the user runs
at least the small self-tests.

Revise option descriptions a bit.

Bump PORTREVISION.
Original commitRevision:421966 
Sunday, 11 Sep 2016
10:26 mandree search for other commits by this committer
Fix most of the FreeBSD 11+ issues, except e2undo.

Pull in upstream Git patch for lib/ext2fs/unix_io.c to fix unaligned
multi-block writes, and disable the two known failing e2undo patches
ONLY for the exact 1.43.3_2, even if "ALLTESTS" is enabled.
(Modify the post-patch:: target to avoid that.)

The port is still marked BROKEN on FreeBSD 11+ to protect the innocent,
but a TRYBROKEN=1 build that will not use e2undo should be fine now.

Obtained from:	Ted Y. Ts'o (upstream maintainer)
Original commitRevision:421812 
Saturday, 10 Sep 2016
18:53 mandree search for other commits by this committer
Ignore SIGINFO during self-tests.

In the FreeBSD-specific patch, when the environment variable
e2fsprogs_inhibit_SIGINFO exists (whatever its content, even if empty),
do NOT install the SIGINFO handler.  Leverage this when running the
self-tests.  This is to avoid false negatives during the self-tests due
to interspersed SIGINFO output redirected from stderr to the log files.

Bump PORTREVISION because this changes the e2fsck utility.
Original commitRevision:421726 
18:00 mandree search for other commits by this committer
Update to new upstream release 1.43.3.

ChangeLog: (also see the log for 1.43.2 that the port skipped!)
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.3>

While here, refresh patches, and time-limit programs in self-test suite
to 60 s CPU time each, to avoid runaway processes from stalling the
self-tests for too long.

Still no joy on FreeBSD 11+ - the self-test results hint to massive data
loss, and more than 10 self-tests fail.
Original commitRevision:421716 
Friday, 29 Jul 2016
13:29 mandree search for other commits by this committer
Disable one self-test due to strange failures.
Original commitRevision:419254 
Wednesday, 20 Jul 2016
17:44 mandree search for other commits by this committer
Do not mark slave ports broken on FreeBSD 11+
Original commitRevision:418844 
Tuesday, 19 Jul 2016
22:28 mandree search for other commits by this committer
Limit BROKEN marks to OPSYS==FreeBSD and extend to ==1100000.

Submitted by:	marino@
Original commitRevision:418816 
21:47 mandree search for other commits by this committer
Mark BROKEN on FreeBSD 11+ due to self-test failures.

Be sure not to run tests under NOTESTS.
Original commitRevision:418815 
Monday, 18 Jul 2016
23:36 mandree search for other commits by this committer
Do not force options or Perl on slave ports.
Original commitRevision:418756 

Number of commits found: 208 (showing only 100 on this page)

1 | 2 | 3  »