git: d444e597211a - main - sysutils/e2fsprogs: update to 1.47.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Feb 2023 18:47:31 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d444e597211add235c693f4dbb6e0c191a9869d1
commit d444e597211add235c693f4dbb6e0c191a9869d1
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-02-08 22:36:49 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-02-09 18:46:25 +0000
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.
---
sysutils/e2fsprogs-core/Makefile | 3 ++-
sysutils/e2fsprogs-core/distinfo | 6 +++---
sysutils/e2fsprogs/Makefile | 2 +-
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}