Skip to content

Commit

Permalink
sysutils/e2fsprogs: update to 1.47.0
Browse files Browse the repository at this point in the history
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0

While here, suppress most of the 'unused command line argument' warnings.
  • Loading branch information
mandree committed Feb 9, 2023
1 parent 440a94f commit d444e59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion sysutils/e2fsprogs-core/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions sysutils/e2fsprogs-core/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion sysutils/e2fsprogs/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit d444e59

Please sign in to comment.