Skip to content
Snippets Groups Projects
Commit c06742b7 authored by Matthias Andree's avatar Matthias Andree
Browse files

sysutils/e2fsprogs: update to upstream v1.46.3

parent 15618a87
No related branches found
No related tags found
No related merge requests found
# 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:
......
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
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment