aboutsummaryrefslogtreecommitdiffstats
path: root/devel/util-linux/files/patch-configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-09-29 22:04:42 +0200
committerMatthias Andree <mandree@FreeBSD.org>2025-09-30 01:47:11 +0200
commit5e062f27de12ab35840e82e213b5115d416d37da (patch)
tree7e6f49765b5ffd3cd6f303cd5ce614355ff95663 /devel/util-linux/files/patch-configure.ac
parentfd46b8c7f0d78952a1a60e56aacccbdccdc76dc1 (diff)
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.
Diffstat (limited to 'devel/util-linux/files/patch-configure.ac')
-rw-r--r--devel/util-linux/files/patch-configure.ac6
1 files changed, 3 insertions, 3 deletions
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
+