From 7f0b9e420624a6d8a3b043f2d5ee586e41b59e44 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Fri, 16 Sep 2022 04:22:24 -0700 Subject: [PATCH 1/4] libtool: update to 2.4.7. --- .../patches/0002-rename-with-sysroot.patch | 34 +++++++++---------- srcpkgs/libtool/template | 11 ++++-- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/srcpkgs/libtool/patches/0002-rename-with-sysroot.patch b/srcpkgs/libtool/patches/0002-rename-with-sysroot.patch index 960873c04e24..152aace96c41 100644 --- a/srcpkgs/libtool/patches/0002-rename-with-sysroot.patch +++ b/srcpkgs/libtool/patches/0002-rename-with-sysroot.patch @@ -13,16 +13,16 @@ Jürgen Buchmüller --- a/configure 2015-02-15 17:14:34.000000000 +0100 +++ b/configure 2015-10-20 13:25:12.684906339 +0200 -@@ -824,7 +824,7 @@ +@@ -832,7 +832,7 @@ enable_fast_install with_aix_soname with_gnu_ld -with_sysroot +with_libtool_sysroot enable_libtool_lock + enable_cross_guesses ' - ac_precious_vars='build_alias -@@ -1487,7 +1487,8 @@ +@@ -1509,7 +1509,8 @@ shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] @@ -32,7 +32,7 @@ Jürgen Buchmüller compiler's sysroot if not specified). Some influential environment variables: -@@ -7389,29 +7390,29 @@ +@@ -7610,29 +7611,29 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } @@ -57,8 +57,8 @@ Jürgen Buchmüller fi ;; #( /*) -- lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` -+ lt_sysroot=`echo "$with_libtool_sysroot" | sed -e "$sed_quote_subst"` +- lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` ++ lt_sysroot=`echo "$with_libtool_sysroot" | $SED -e "$sed_quote_subst"` ;; #( no|'') ;; #( @@ -72,7 +72,7 @@ Jürgen Buchmüller esac --- a/libltdl/configure 2015-02-15 17:15:15.000000000 +0100 +++ b/libltdl/configure 2015-10-20 13:26:45.747914683 +0200 -@@ -775,7 +775,7 @@ +@@ -777,7 +777,7 @@ with_aix_soname enable_dependency_tracking with_gnu_ld @@ -81,7 +81,7 @@ Jürgen Buchmüller enable_libtool_lock enable_ltdl_install ' -@@ -1429,7 +1429,8 @@ +@@ -1442,7 +1442,8 @@ shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] @@ -91,7 +91,7 @@ Jürgen Buchmüller compiler's sysroot if not specified). Some influential environment variables: -@@ -6275,29 +6276,29 @@ +@@ -6397,29 +6398,29 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } @@ -116,8 +116,8 @@ Jürgen Buchmüller fi ;; #( /*) -- lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` -+ lt_sysroot=`echo "$with_libtool_sysroot" | sed -e "$sed_quote_subst"` +- lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` ++ lt_sysroot=`echo "$with_libtool_sysroot" | $SED -e "$sed_quote_subst"` ;; #( no|'') ;; #( @@ -243,14 +243,14 @@ Jürgen Buchmüller ]]) --- a/m4/libtool.m4 2015-01-20 17:15:19.000000000 +0100 +++ b/m4/libtool.m4 2015-10-20 15:40:04.020631813 +0200 -@@ -1245,29 +1245,29 @@ - # _LT_WITH_SYSROOT +@@ -1243,29 +1243,29 @@ # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], --[AC_MSG_CHECKING([for sysroot]) + [m4_require([_LT_DECL_SED])dnl +-AC_MSG_CHECKING([for sysroot]) -AC_ARG_WITH([sysroot], -[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], -+[AC_MSG_CHECKING([for libtool-sysroot]) ++AC_MSG_CHECKING([for libtool-sysroot]) +AC_ARG_WITH([libtool-sysroot], +[AS_HELP_STRING([--with-libtool-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot @@ -269,8 +269,8 @@ Jürgen Buchmüller fi ;; #( /*) -- lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` -+ lt_sysroot=`echo "$with_libtool_sysroot" | sed -e "$sed_quote_subst"` +- lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` ++ lt_sysroot=`echo "$with_libtool_sysroot" | $SED -e "$sed_quote_subst"` ;; #( no|'') ;; #( diff --git a/srcpkgs/libtool/template b/srcpkgs/libtool/template index b9972df70341..70c4aa533e66 100644 --- a/srcpkgs/libtool/template +++ b/srcpkgs/libtool/template @@ -1,7 +1,7 @@ # Template file for 'libtool' pkgname=libtool -version=2.4.6 -revision=6 +version=2.4.7 +revision=1 build_style=gnu-configure hostmakedepends="texinfo perl automake help2man xz" depends="tar sed" @@ -10,7 +10,12 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="http://www.gnu.org/software/libtool" distfiles="${GNU_SITE}/libtool/$pkgname-$version.tar.xz" -checksum=7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f +checksum=4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d + +if [ "$XBPS_LIBC" == "musl" ]; then +# Musl always searches LD_LIBRARY_PATH before RPATH and RUNPATH +make_build_args="lt_cv_shlibpath_overrides_runpath=yes" +fi pre_configure() { touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in From 91d115355adbaa40d0115d019989651bd6837c7b Mon Sep 17 00:00:00 2001 From: oreo639 Date: Fri, 16 Sep 2022 04:23:21 -0700 Subject: [PATCH 2/4] libsasl: fix build for libtool 2.4.7 --- srcpkgs/libsasl/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libsasl/template b/srcpkgs/libsasl/template index a8817042f843..a2993b39f4a1 100644 --- a/srcpkgs/libsasl/template +++ b/srcpkgs/libsasl/template @@ -19,6 +19,7 @@ distfiles="https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl- checksum=26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5 pre_configure() { + rm -f m4/ltversion.m4 autoreconf -fi } From 15944d58daeaa2b935198d1f47304ae044b2bf6a Mon Sep 17 00:00:00 2001 From: oreo639 Date: Fri, 16 Sep 2022 04:24:51 -0700 Subject: [PATCH 3/4] subversion: fix build for libtool 2.4.7 --- srcpkgs/subversion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template index 8ad178264942..3f1c9e254e61 100644 --- a/srcpkgs/subversion/template +++ b/srcpkgs/subversion/template @@ -57,7 +57,7 @@ pre_configure() { else configure_args+=" --with-apxs" fi - NOCONFIGURE=1 autoreconf -fi + ./autogen.sh --release } post_configure() { From 60c3629461809afec5e53419326fae7a21e2d058 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Fri, 16 Sep 2022 04:25:51 -0700 Subject: [PATCH 4/4] subversion-kwallet-auth: fix build for libtool 2.4.7 --- srcpkgs/subversion-kwallet-auth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subversion-kwallet-auth/template b/srcpkgs/subversion-kwallet-auth/template index 12210f250d51..b4d8621456ea 100644 --- a/srcpkgs/subversion-kwallet-auth/template +++ b/srcpkgs/subversion-kwallet-auth/template @@ -59,7 +59,7 @@ pre_configure() { else configure_args+=" --with-apxs" fi - NOCONFIGURE=1 autoreconf -fi + ./autogen.sh --release } post_configure() {