diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-08-04 18:58:35 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-08-04 21:23:07 +0000 |
commit | c06742b7ce6eed0efea530cc81f5029d25a837a8 (patch) | |
tree | b8549ca4bfa328fd0dfee2e227ab8aa3bd95a33c /sysutils | |
parent | 15618a875fbe089d3db5cf77f783bba77c5a7d0d (diff) | |
download | ports-c06742b7ce6eed0efea530cc81f5029d25a837a8.tar.gz ports-c06742b7ce6eed0efea530cc81f5029d25a837a8.zip |
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 | ||||
-rw-r--r-- | sysutils/e2fsprogs/distinfo | 6 | ||||
-rw-r--r-- | 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 \ |