aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2023-02-08 22:36:49 +0000
committerMatthias Andree <mandree@FreeBSD.org>2023-02-09 18:46:25 +0000
commitd444e597211add235c693f4dbb6e0c191a9869d1 (patch)
tree6cfb66bade0029f977ee7d2f25d2d5f0f1463ed0
parent440a94fe84dc1a1bcd8a01ecf56269a73348998d (diff)
downloadports-d444e597211add235c693f4dbb6e0c191a9869d1.tar.gz
ports-d444e597211add235c693f4dbb6e0c191a9869d1.zip
sysutils/e2fsprogs: update to 1.47.0
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0 While here, suppress most of the 'unused command line argument' warnings.
-rw-r--r--sysutils/e2fsprogs-core/Makefile3
-rw-r--r--sysutils/e2fsprogs-core/distinfo6
-rw-r--r--sysutils/e2fsprogs/Makefile2
3 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/e2fsprogs-core/Makefile b/sysutils/e2fsprogs-core/Makefile
index 16957df9fc08..b8b2fc9047cb 100644
--- a/sysutils/e2fsprogs-core/Makefile
+++ b/sysutils/e2fsprogs-core/Makefile
@@ -1,5 +1,5 @@
PORTNAME= e2fsprogs
-PORTVERSION= 1.46.6
+PORTVERSION= 1.47.0
PORTREVISION?= 0
CATEGORIES?= sysutils
MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION}
@@ -41,6 +41,7 @@ CONFIGURE_ARGS?=--disable-fsck \
CONFIGURE_ENV?= LIBS='-Wl,--as-needed ${LIBS} -lexecinfo -lelf'
# apparently HAVE_PTHREAD_H checks go missing if the FUSEFS option is unset, force it:
CPPFLAGS+= -I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS
+CFLAGS+= -Wno-unused-command-line-argument
MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig'
MAKE_ENV+= CHECK_CMD=@true
diff --git a/sysutils/e2fsprogs-core/distinfo b/sysutils/e2fsprogs-core/distinfo
index cf4610cb1968..1af95baa8677 100644
--- a/sysutils/e2fsprogs-core/distinfo
+++ b/sysutils/e2fsprogs-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675376753
-SHA256 (e2fsprogs-1.46.6.tar.xz) = a77517f19ff5e4e97ede63536566865dd5d48654e13fc145f5f2249ef7c4f4fc
-SIZE (e2fsprogs-1.46.6.tar.xz) = 7051160
+TIMESTAMP = 1675890715
+SHA256 (e2fsprogs-1.47.0.tar.xz) = 144af53f2bbd921cef6f8bea88bb9faddca865da3fbc657cc9b4d2001097d5db
+SIZE (e2fsprogs-1.47.0.tar.xz) = 7059372
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index 7b30953515d3..9d46c872100e 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= e2fsprogs
CATEGORIES= sysutils
-PORTVERSION= 1.46.6
+PORTVERSION= 1.47.0
PORTREVISION= 0
BUILD_DEPENDS= e2fsprogs-core>=${PORTVERSION}:sysutils/e2fsprogs-core
RUN_DEPENDS= ${BUILD_DEPENDS}