Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: sysutils/e2fsprogs |
Date | By | Description |
29 Mar 2019 21:49:03
1.45.0

|
mandree  |
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. |
04 Feb 2019 00:38:47
1.44.5_1

|
mandree  |
make uuidd depend on ldconfig during boot
PR: 235298
Submitted by: takefu@airport.fm |
10 Jul 2018 13:48:31
1.44.3

|
mandree  |
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 |
27 Jun 2018 13:55:57
1.44.2_1

|
mat  |
Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8).
Sponsored by: Absolight |
20 Feb 2018 22:14:18
1.43.9

|
mandree  |
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. |
08 Feb 2018 22:55:12
1.43.8_1

|
mandree  |
Run rc.d/uuidd after the virtual FILESYSTEMS target.
PR: 225368
Submitted by: bdrewery@
MFH: 2018Q1 |
29 Oct 2017 09:10:56
1.43.7

|
mandree  |
Update to new upstream 1.43.7, install libext2fs.so [1].
Install shared libraries, and use them (except for e2fsck, which links it
statically so it can be used from /sbin), requested by pgf@ and fsu@.
To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably
LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find
libuuid/libblkid).
Use @comment trick in pkg-plist to ignore not-to-install libraries (libss,
libblkid - these have their own ports) while shutting up make check-plist and
poudriere checks at the same time.
Reported by: pgf@, fsu@ [1] |
12 Aug 2017 10:12:47
1.43.5

|
mandree  |
Upgrade to new upstream release 1.43.5, assorted fixes.
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5>
Add proper LICENSE* statements to all the Makefiles of e2fsprogs
and its slave ports.
Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir,
instead of @[un]exec.
Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs
from polluting the system's /etc/blkid.tab in make check. |
05 Feb 2017 23:39:14
1.43.4

|
mandree  |
Update e2fsprogs to new upstream release 1.43.4.
This is predominantly a bug-fix release, it however ceases installing
the *ext4dev files, which have been replaced by *ext4 for quite a while,
and adds two translations [fi, ms].
While here, reset PORTREVISION on two slave ports.
ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4>
Note in particular this part of the ChangeLog:
<<Replace a test file but which had a "non-commercial use-only" copyright
permission file with a newer version from the Cyrus imapd package which
now has a 4-clause BSD license, which was making some lawyers nervous,
even though the test file in question was only used in lib/et's
regression testing and was never included in any compiled binary.
(Addresses Debian Bug: #840733)>>
PR: 216774
Reported by: Thomas Zander (riggs@)
MFH: 2017Q1 |
06 Mar 2016 11:48:10
1.42.13_1

|
pi  |
net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuid
Currently when requiring both ossp-uuid and e2fspogs-libuuid is an
impossibility without the use of a jail. This patch was created to
fix this conflict. The patch includes updating revisions for removal
of CONFLICTS, and change LIBDEPEND change for all affected ports.
The changes on ossp-uuid port includes renaming of the shared/static
libs created, C/C++ manpage, and rename of pkgconfig file.
PR: 207004
Submitted by: Ultima1252@gmail.com
Approved by: vd |
17 Aug 2015 14:20:41
1.42.12

|
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
07 Oct 2014 19:15:53
1.42.12

|
mandree  |
Update to new upstream release 1.42.12.
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.12
Reset PORTREVISION on slaves.
Remove @dirrm* from master's + slaves' pkg-plist.
Remove patches overcome by upstream events.
Ignore PORTSCOUT - it can't figure out the directory structure.
No longer run self-test in parallel - exhausts redports directory.
Mark BROKEN on 11-CURRENT - causes miscompilation (bogus numbers in
output, SIGSEGV/SIGBUS):
https://redports.org/~mandree/20141007190638-31576-251231/e2fsprogs-1.42.12.log
https://redports.org/~mandree/20141007185700-4151-251228/e2fsprogs-1.42.12.log |
25 Jun 2014 05:35:32
1.42.10_1

|
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
23 May 2014 06:23:54
1.42.10_1

|
mandree  |
Fix check-plist complaint by creating blank directory in post-intall.
Submitted by: bdrewery@ |
22 May 2014 21:56:52
1.42.10_1

|
mandree  |
Fix location of .pc files for pkg-config [1].
Fix issue with parallel build, pre-build prof_err.h.
Reported by: ak@, mat@ [1] |
22 May 2014 04:48:59
1.42.10

|
mandree  |
Fix pkg-plist. |
13 Dec 2013 11:39:19
1.42.8

|
bapt  |
Exclude NLS option, WITHOUT_NLS was not totally no-op here :)
Reported by: sunpoet |
13 Dec 2013 11:26:09
1.42.8

|
bapt  |
Remove now no-op option that will interfere with warnings about WITHOUT_NLS
being no op |
07 Oct 2013 23:13:53
1.42.8

|
mandree  |
Convert to staging. |
20 Sep 2013 20:50:59


|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
14 Aug 2013 22:35:54
1.42.8

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
13 Jun 2012 19:54:22
1.42.4
|
mandree  |
Dispose of OPTIONSFILE for the nonce, to fix the build.
There are no dialog(1)-based options for now.
This isn't the final solution, but works until the proper fix becomes known.
The problem is that OPTIONS_EXCLUDE=NLS does not work, it gets overridden
when the options.mk file reads e2fsprogs's $OPTIONSFILE. |
08 Jun 2012 13:37:48
1.42.3
|
mandree  |
Update to new upstream release 1.42.3.
ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.3
Convert to OptionsNG. (e2fsprogs-libss seems to compile fine, too) |
14 Jan 2012 08:57:23
1.41.14
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
27 Mar 2010 00:15:24
1.41.11
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
20 Jul 2009 15:28:20
1.41.8
|
amdmi3  |
- Fix parallel build
PR: 136870
Submitted by: myself
Patch by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
16 Jul 2009 21:41:38
1.41.8
|
miwi  |
- Update to 1.41.8
PR: 136795
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
16 May 2009 22:36:57
1.41.5_1
|
miwi  |
* misc/e2fsprogs-libuuid:
- bump revision, as we're changing files and fixing a bug even for
those who had successfully built libuuid before
- patch one more source file to make sure the clock.txt state file
gets saved to the right directory
- try to run the newly-build uuidd for our self-test (ignoring
failures, as they are non-fatal)
- (the actual build fix is inherited from the other port)
* sysutils/e2fsprogs:
- add files/patch-uuid-loop to actually fix the "self-test does not
terminate" bug. What causes the client to see EOF prematurely or the
server to fail to send a response remains unknown, but we'll fix the
worse part of the issue: loop on EOF (read returning 0).
PR: 134156
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
25 Apr 2009 22:25:12
1.41.5
|
miwi  |
- Update to 1.41.5
PR: 133963
Submitted by: Matthias Andree <matthias.andree@gmx.de> |
06 May 2008 22:29:03
1.40.9_1
|
itetcu  |
fix rc.d script to provide a default for its _enable variable.
Andrew Pantyukhin <infofarmer@FreeBSD.org>
PR: ports/123419
Submitted by: infofarmer@
Approved by: maintainer |
13 Jan 2008 18:54:27
1.40.4
|
miwi  |
- Add uuidd
- Fix pkg-plist
- Requires for sysutils/e2fsprogs update
PR: 119622
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
02 Oct 2007 15:45:18
1.40.2
|
timur  |
Clean up to sync with the master port.
PR: ports/116232
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by: shaun (mentor) |
23 Jul 2007 09:36:52
1.40.2
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
04 Jul 2007 11:33:33
1.40
|
miwi  |
- Add specify mandir
PR: 114162
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
30 Jan 2007 04:23:59
1.39
|
kris  |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
09 Jun 2006 22:18:06
1.38
|
pav  |
- Run self test when compiling the package
PR: ports/98710
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
27 Jan 2006 01:24:41
1.38
|
mnag  |
* audio/marlin, devel/upnp, devel/upnp104
Update dependency to misc/e2fsprogs-libuuid
Bump PORTREVISION
* misc/e2fsprogs-libuuid
Add new port:
UUID library from the e2fsprogs package
* misc/Makefile
Add entry to misc/e2fsprogs-libuuid
(Only the first 15 lines of the commit message are shown above ) |