Date: Wed, 4 Aug 2021 21:24:52 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 717d2c7e9018 - 2021Q3 - sysutils/e2fsprogs: update to upstream v1.46.3 Message-ID: <202108042124.174LOqGQ042690@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=717d2c7e90183a31c69d6eb158653653f25e8d80 commit 717d2c7e90183a31c69d6eb158653653f25e8d80 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-08-04 18:58:35 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-08-04 21:24:01 +0000 sysutils/e2fsprogs: update to upstream v1.46.3 Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.3 MFH: 2021Q3 (cherry picked from commit c06742b7ce6eed0efea530cc81f5029d25a837a8) --- sysutils/e2fsprogs/Makefile | 3 +-- sysutils/e2fsprogs/distinfo | 6 +++--- sysutils/e2fsprogs/pkg-install | 6 ++++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 4b2f83dd34c0..2d8c3dbf78be 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -1,7 +1,7 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> PORTNAME= e2fsprogs -PORTVERSION= 1.46.2 +PORTVERSION= 1.46.3 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} @@ -37,7 +37,6 @@ CONFIGURE_ARGS?=--disable-fsck \ --libdir='${PREFIX}/lib/e2fsprogs/' \ --includedir='${PREFIX}/include/e2fsprogs/' \ --with-root-prefix='${PREFIX}' \ - --without-included-gettext \ LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs' CONFIGURE_ENV?= LIBS='-Wl,--as-needed ${LIBS} -lexecinfo -lelf' # apparently HAVE_PTHREAD_H checks go missing if the FUSEFS option is unset, force it: diff --git a/sysutils/e2fsprogs/distinfo b/sysutils/e2fsprogs/distinfo index 159866d2bc11..ecf7673b166a 100644 --- a/sysutils/e2fsprogs/distinfo +++ b/sysutils/e2fsprogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615412280 -SHA256 (e2fsprogs-1.46.2.tar.xz) = 23aa093295c94e71ef1be490c4004871c5b01d216a8cb4d111fa6c0aac354168 -SIZE (e2fsprogs-1.46.2.tar.xz) = 7020552 +TIMESTAMP = 1628091626 +SHA256 (e2fsprogs-1.46.3.tar.xz) = 86d1580facdd49f2e0e6b027e26b1e6c48af538762dc40aeed2a87153c1f11b7 +SIZE (e2fsprogs-1.46.3.tar.xz) = 7024896 diff --git a/sysutils/e2fsprogs/pkg-install b/sysutils/e2fsprogs/pkg-install index 125148c7bc9c..25259ebfc8a3 100644 --- a/sysutils/e2fsprogs/pkg-install +++ b/sysutils/e2fsprogs/pkg-install @@ -17,6 +17,11 @@ POST-INSTALL) for i in ext2 ext3 ext4 ; do ln -fhP ${d2}e2fsck ${d2}fsck.$i done + echo >&2 "NOTE: replaced e2fsprogs symlinks by hard links, will recalculate checksums with a root at(1) job." + pid=$$ + echo /bin/sh -c "\"set -x ; { while sleep 2 </dev/null ; do kill -0 $pid || break ; done ; \ + pkg check -r "${PKG_NAME}" ; } </dev/null 2>&1 | logger -t pkg.e2fsprogs.POST-INSTALL \"" \ + | at now fi # # install configuration file and update config files from @@ -59,6 +64,7 @@ POST-INSTALL) cp -p ${PKG_PREFIX}/etc/mke2fs.conf.dist \ ${PKG_PREFIX}/etc/mke2fs.conf fi + ;; DEINSTALL) if cmp -s ${PKG_PREFIX}/etc/mke2fs.conf \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108042124.174LOqGQ042690>