From 5e062f27de12ab35840e82e213b5115d416d37da Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 29 Sep 2025 22:04:42 +0200 Subject: devel/util-linux: update to v2.41.1 and fix test suite The test-suite requires GNU sed and xargs and will then pass most tests, three are failing, not yet investigated, but a clear improvement from 300+ fails that were from the incompatible xargs and sed. There are more issues in some of the build scripts that might be fixed by BINARY_ALIAS'ing GNU coreutils, or replacing their long options by our short options (mkdir --parents -> mkdir -p). Not updating to v2.41.2 which has upstream "blocker" issues filed recently. It would help if port maintainers stayed on top of their upstream releases and saw to it that the port is complete. It does not help at all to have broken test-suites in the tree. Also, ignore on i386, not Y2038 safe, and configure aborts with error. --- devel/util-linux/files/patch-configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/util-linux/files/patch-configure.ac') diff --git a/devel/util-linux/files/patch-configure.ac b/devel/util-linux/files/patch-configure.ac index cb4155f7831e..798eb638b5fa 100644 --- a/devel/util-linux/files/patch-configure.ac +++ b/devel/util-linux/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2020-07-23 09:23:58 UTC +--- configure.ac.orig 2025-06-24 07:55:28 UTC +++ configure.ac -@@ -204,7 +204,8 @@ PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) +@@ -257,7 +257,8 @@ PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) PKG_PROG_PKG_CONFIG PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) @@ -9,4 +9,4 @@ +AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], true) AC_PATH_PROG([XSLTPROC], [xsltproc]) - linux_os=no + -- cgit v1.2.3 From df2ba710c403b8acb4642d7605539a04a4270796 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 30 Sep 2025 01:17:14 +0200 Subject: devel/util-linux: moved to sysutils/util-linux where it belongs --- devel/util-linux/files/patch-configure.ac | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devel/util-linux/files/patch-configure.ac (limited to 'devel/util-linux/files/patch-configure.ac') diff --git a/devel/util-linux/files/patch-configure.ac b/devel/util-linux/files/patch-configure.ac deleted file mode 100644 index 798eb638b5fa..000000000000 --- a/devel/util-linux/files/patch-configure.ac +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.ac.orig 2025-06-24 07:55:28 UTC -+++ configure.ac -@@ -257,7 +257,8 @@ PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) - PKG_PROG_PKG_CONFIG - PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) - --GTK_DOC_CHECK([1.10]) -+AM_CONDITIONAL([ENABLE_GTK_DOC], false) -+AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], true) - AC_PATH_PROG([XSLTPROC], [xsltproc]) - - -- cgit v1.2.3