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/Makefile
SVNWeb

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

1 | 2 | 3  »  

Thu, 9 Feb 2023
[ 18:54 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:aeed96e0b18fdb062a343271c03663f31acfc37e  commit hash:aeed96e0b18fdb062a343271c03663f31acfc37e  commit hash:aeed96e0b18fdb062a343271c03663f31acfc37e  aeed96e 
sysutils/e2fsprogs: depend on exact e2fsprogs-core version

and not a ">=" version, because we copy built binary files
[ 18:46 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:d444e597211add235c693f4dbb6e0c191a9869d1  commit hash:d444e597211add235c693f4dbb6e0c191a9869d1  commit hash:d444e597211add235c693f4dbb6e0c191a9869d1  d444e59 
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.
Thu, 2 Feb 2023
[ 23:49 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:594ba3e582e75df1ad69e7b039dadb16e164e843  commit hash:594ba3e582e75df1ad69e7b039dadb16e164e843  commit hash:594ba3e582e75df1ad69e7b039dadb16e164e843  594ba3e 
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
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.
[ 14:54 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:7545575ac130685bb989260e03d2288a2c46c7f5  commit hash:7545575ac130685bb989260e03d2288a2c46c7f5  commit hash:7545575ac130685bb989260e03d2288a2c46c7f5  7545575 
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.
[ 10:45 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:5db803a6f26956fb47a211c29e34a0e5ccd82286  commit hash:5db803a6f26956fb47a211c29e34a0e5ccd82286  commit hash:5db803a6f26956fb47a211c29e34a0e5ccd82286  5db803a 
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
[ 09:58 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:9d41754ae74cdc0a18527131f3a7cfa877735cda  commit hash:9d41754ae74cdc0a18527131f3a7cfa877735cda  commit hash:9d41754ae74cdc0a18527131f3a7cfa877735cda  9d41754 
sysutils/e2fsprogs: keep BROKEN away from slave ports

Reported by:	delphij@
[ 07:13 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:525e857368c8c2de355ca00b0c35008be6ee8a3c  commit hash:525e857368c8c2de355ca00b0c35008be6ee8a3c  commit hash:525e857368c8c2de355ca00b0c35008be6ee8a3c  525e857 
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
Fri, 30 Sep 2022
[ 22:28 Xin LI (delphij) search for other commits by this committer ]    commit hash:82665ce295c0cdd2494bf09356d169ef28442a0a  commit hash:82665ce295c0cdd2494bf09356d169ef28442a0a  commit hash:82665ce295c0cdd2494bf09356d169ef28442a0a  82665ce 
sysutils/e2fsprogs: Fix qsort_r detection for POSIX qsort_r(3).

PR:		ports/266227
Exp-run by:	antoine
Approved by:	portmgr
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  ea71236  (Only the first 10 of 972 ports in this commit are shown above. View all ports for this commit)
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>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 5 Jun 2022
[ 15:22 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:83ce641b79e305333e8444b53821f12a21b753e6  commit hash:83ce641b79e305333e8444b53821f12a21b753e6  commit hash:83ce641b79e305333e8444b53821f12a21b753e6  83ce641 
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
Wed, 26 Jan 2022
[ 22:59 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:f35c75e711f3dad841b863a6017369dcde63982f  commit hash:f35c75e711f3dad841b863a6017369dcde63982f  commit hash:f35c75e711f3dad841b863a6017369dcde63982f  f35c75e 
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
Tue, 18 Jan 2022
[ 19:03 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:cee87a1eefc85598a47f07fed7052b118e2992b1  commit hash:cee87a1eefc85598a47f07fed7052b118e2992b1  commit hash:cee87a1eefc85598a47f07fed7052b118e2992b1  cee87a1 
sysutils/e2fsprogs: resolve krb5 conflict with man3/com_err.3.gz

PR:             254751
Reported by:    Felix Palmen
Mon, 17 Jan 2022
[ 22:17 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:29b349b2dba2a188140cb73fe451a9b9793178d4  commit hash:29b349b2dba2a188140cb73fe451a9b9793178d4  commit hash:29b349b2dba2a188140cb73fe451a9b9793178d4  29b349b  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 6 Oct 2021
[ 05:20 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:4854bf20f3a1457f177baba8d8d22b86651d68c0  commit hash:4854bf20f3a1457f177baba8d8d22b86651d68c0  commit hash:4854bf20f3a1457f177baba8d8d22b86651d68c0  4854bf2 
sysutils/e2fsprogs: attempt to fix SLOWTESTS build

and cherry-pick two reference data updates from upstream

PR:		258124
Reported by:	gja822@narod.ru
Sat, 21 Aug 2021
[ 15:59 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:99d4ddef914d90456d0120cfcf2b88af1b7dcdd5  commit hash:99d4ddef914d90456d0120cfcf2b88af1b7dcdd5  commit hash:99d4ddef914d90456d0120cfcf2b88af1b7dcdd5  99d4dde 
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
Wed, 4 Aug 2021
[ 21:23 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:54b26298c82275501e6dcc6c733d21c0a6bf0d9f  commit hash:54b26298c82275501e6dcc6c733d21c0a6bf0d9f  commit hash:54b26298c82275501e6dcc6c733d21c0a6bf0d9f  54b2629 
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.
[ 21:23 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:c06742b7ce6eed0efea530cc81f5029d25a837a8  commit hash:c06742b7ce6eed0efea530cc81f5029d25a837a8  commit hash:c06742b7ce6eed0efea530cc81f5029d25a837a8  c06742b 
sysutils/e2fsprogs: update to upstream v1.46.3

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

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

Approved by:	portmgr blanket
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 10 Mar 2021
[ 21:51 mandree search for other commits by this committer ] Original commit   Revision:568047
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)
Fri, 12 Feb 2021
[ 20:26 mandree search for other commits by this committer ] Original commit   Revision:565060
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.
Sat, 6 Feb 2021
[ 15:42 mandree search for other commits by this committer ] Original commit   Revision:564228
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.
Thu, 4 Feb 2021
[ 01:50 mandree search for other commits by this committer ] Original commit   Revision:563985
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
Tue, 2 Feb 2021
[ 23:15 mandree search for other commits by this committer ] Original commit   Revision:563848
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
Fri, 1 Jan 2021
[ 23:03 linimon search for other commits by this committer ] Original commit   Revision:559888
Extend use of files/extrapatch-no-sbrk to riscv64 to fix build there.

Approved by:	portmgr (tier-2 blanket)
Mon, 21 Dec 2020
[ 15:23 otis search for other commits by this committer ] Original commit   Revision:558838
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
Wed, 23 Sep 2020
[ 12:44 mandree search for other commits by this committer ] Original commit   Revision:549723
- 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)
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)
Sun, 12 Apr 2020
[ 02:34 mandree search for other commits by this committer ] Original commit   Revision:531477
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)

------------------------------------------------------------------------
Tue, 31 Mar 2020
[ 22:10 mandree search for other commits by this committer ] Original commit   Revision:530025
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@
Mon, 23 Mar 2020
[ 09:42 mandree search for other commits by this committer ] Original commit   Revision:528964
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
---------------
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 3 Mar 2020
[ 12:56 mat search for other commits by this committer ] Original commit   Revision:527673 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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
Mon, 17 Feb 2020
[ 21:54 mandree search for other commits by this committer ] Original commit   Revision:526434
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)
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]
Fri, 31 Jan 2020
[ 02:13 mandree search for other commits by this committer ] Original commit   Revision:524662
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
Thu, 30 Jan 2020
[ 23:07 mandree search for other commits by this committer ] Original commit   Revision:524661
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)
Sat, 11 Jan 2020
[ 18:34 mandree search for other commits by this committer ] Original commit   Revision:522702
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
Sat, 21 Dec 2019
[ 11:22 mandree search for other commits by this committer ] Original commit   Revision:520555
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
Tue, 17 Sep 2019
[ 19:21 tobik search for other commits by this committer ] Original commit   Revision:512232 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Fix some misspelled or duplicated LICENSE_*
Tue, 30 Jul 2019
[ 11:59 mandree search for other commits by this committer ] Original commit   Revision:507631
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
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Sat, 20 Jul 2019
[ 09:10 mandree search for other commits by this committer ] Original commit   Revision:506982
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
Sat, 1 Jun 2019
[ 13:27 mandree search for other commits by this committer ] Original commit   Revision:503235
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
Fri, 29 Mar 2019
[ 21:49 mandree search for other commits by this committer ] Original commit   Revision:497209
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.
Sat, 22 Dec 2018
[ 09:53 mandree search for other commits by this committer ] Original commit   Revision:488083
Update sysutils/e2fsprogs to new upstream release 1.44.5

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

MFH:		2018Q4
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Tue, 4 Dec 2018
[ 22:36 mandree search for other commits by this committer ] Original commit   Revision:486634
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
Sat, 22 Sep 2018
[ 14:40 mandree search for other commits by this committer ] Original commit   Revision:480389
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>
Mon, 27 Aug 2018
[ 23:45 mandree search for other commits by this committer ] Original commit   Revision:478261
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
Tue, 10 Jul 2018
[ 13:48 mandree search for other commits by this committer ] Original commit   Revision:474369 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Sat, 7 Jul 2018
[ 21:58 mandree search for other commits by this committer ] Original commit   Revision:474141
sysutils/e2fsprogs: unmark broken on MIPS and ARM:

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

Approved by:	portmgr (tier-2 blanket)
Fri, 18 May 2018
[ 19:36 mandree search for other commits by this committer ] Original commit   Revision:470322 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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
Fri, 11 May 2018
[ 11:56 mandree search for other commits by this committer ] Original commit   Revision:469630
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
[ 10:51 des search for other commits by this committer ] Original commit   Revision:469624
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@)
Sat, 28 Apr 2018
[ 14:30 mandree search for other commits by this committer ] Original commit   Revision:468546
Regression/bug fix update to e2fsprogs 1.44.1.

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

MFH:		2018Q2
Wed, 14 Mar 2018
[ 23:40 mandree search for other commits by this committer ] Original commit   Revision:464542
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
Tue, 20 Feb 2018
[ 22:14 mandree search for other commits by this committer ] Original commit   Revision:462457
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.
Mon, 19 Feb 2018
[ 05:18 linimon search for other commits by this committer ] Original commit   Revision:462277
Mark broken on both armv6 and armv7.

Approved by:	portmgr (tier-2 blanket)
Wed, 3 Jan 2018
[ 12:35 mandree search for other commits by this committer ] Original commit   Revision:457962
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
Fri, 29 Dec 2017
[ 15:20 emaste search for other commits by this committer ] Original commit   Revision:457508
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 30 Oct 2017
[ 19:04 mandree search for other commits by this committer ] Original commit   Revision:453206
e2fsprogs, prepend new .so dir to RPATH/RUNPATH...

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

Reported by: ehaupt@
[ 16:55 mandree search for other commits by this committer ] Original commit   Revision:453195
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.
[ 00:16 mandree search for other commits by this committer ] Original commit   Revision:453148
Add CONFLICTS between krb5-* and e2fsprogs.

Reported by: jbeich@
Sun, 29 Oct 2017
[ 23:59 mandree search for other commits by this committer ] Original commit   Revision:453145
Also add com_err headers, .pc file, and compile_et.

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

Reported by:	ehaupt@
[ 09:10 mandree search for other commits by this committer ] Original commit   Revision:453102
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]
Thu, 28 Sep 2017
[ 19:32 jbeich search for other commits by this committer ] Original commit   Revision:450861
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)
Sun, 24 Sep 2017
[ 22:38 mandree search for other commits by this committer ] Original commit   Revision:450553
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@
Sun, 10 Sep 2017
[ 16:01 mandree search for other commits by this committer ] Original commit   Revision:449579
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
Sun, 27 Aug 2017
[ 12:21 mandree search for other commits by this committer ] Original commit   Revision:448819
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)
Sat, 12 Aug 2017
[ 21:49 mandree search for other commits by this committer ] Original commit   Revision:447864
Reenable four architectures for now.
[ 10:12 mandree search for other commits by this committer ] Original commit   Revision:447819
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.
Tue, 30 May 2017
[ 16:02 linimon search for other commits by this committer ] Original commit   Revision:442096
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
Sat, 27 May 2017
[ 00:20 linimon search for other commits by this committer ] Original commit   Revision:441819 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Sat, 13 May 2017
[ 23:50 linimon search for other commits by this committer ] Original commit   Revision:440860 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 5 Feb 2017
[ 23:39 mandree search for other commits by this committer ] Original commit   Revision:433466
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
Mon, 9 Jan 2017
[ 13:16 amdmi3 search for other commits by this committer ] Original commit   Revision:430947 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Mon, 14 Nov 2016
[ 11:26 danfe search for other commits by this committer ] Original commit   Revision:426104 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Do not terminate BROKEN messages with period, it is added by the framework.
Thu, 10 Nov 2016
[ 01:21 linimon search for other commits by this committer ] Original commit   Revision:425823 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 2 Nov 2016
[ 22:45 mat search for other commits by this committer ] Original commit   Revision:425174 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

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

Approved by:	portmgr blanket
Mon, 12 Sep 2016
[ 23:05 mandree search for other commits by this committer ] Original commit   Revision:421966
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.
Sun, 11 Sep 2016
[ 10:26 mandree search for other commits by this committer ] Original commit   Revision:421812
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)
Sat, 10 Sep 2016
[ 18:53 mandree search for other commits by this committer ] Original commit   Revision:421726
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.
[ 18:00 mandree search for other commits by this committer ] Original commit   Revision:421716
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.
Fri, 29 Jul 2016
[ 13:29 mandree search for other commits by this committer ] Original commit   Revision:419254
Disable one self-test due to strange failures.
Wed, 20 Jul 2016
[ 17:44 mandree search for other commits by this committer ] Original commit   Revision:418844
Do not mark slave ports broken on FreeBSD 11+
Tue, 19 Jul 2016
[ 22:28 mandree search for other commits by this committer ] Original commit   Revision:418816
Limit BROKEN marks to OPSYS==FreeBSD and extend to ==1100000.

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

Be sure not to run tests under NOTESTS.
Mon, 18 Jul 2016
[ 23:36 mandree search for other commits by this committer ] Original commit   Revision:418756
Do not force options or Perl on slave ports.
Fri, 15 Jul 2016
[ 12:16 mandree search for other commits by this committer ] Original commit   Revision:418578 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to new upstream release 1.43.1.

1.43.1 has seen several FreeBSD portability fixes upstream, so we could
finally upgrade the port. Tweaking the test set for non-high-end
computers took a while.

Make set of self-tests configurable. Add Perl and GNU dd to build
dependency list when needed so tests can pass in a poudriere build.

Assorted other tweaks.

Upstream's change log:
  http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1 and
  http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket

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

1 | 2 | 3  »