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/e2fsprogs/Makefile | |
parent | 15618a875fbe089d3db5cf77f783bba77c5a7d0d (diff) | |
download | ports-c06742b7ce6eed0efea530cc81f5029d25a837a8.tar.gz ports-c06742b7ce6eed0efea530cc81f5029d25a837a8.zip |
sysutils/e2fsprogs: update to upstream v1.46.3
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.3
MFH: 2021Q3
Diffstat (limited to 'sysutils/e2fsprogs/Makefile')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 |
1 files changed, 1 insertions, 2 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: |