From acdbf1bf77e6c11272a76e6a97fbfd46bfbb7efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 1 Aug 2022 18:05:28 +0100 Subject: [PATCH 01/23] autoconf: update to 2.71. --- .../patches/fix-perl-5.22-autoscan.patch | 27 ------------------- srcpkgs/autoconf/template | 6 ++--- 2 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch diff --git a/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch b/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch deleted file mode 100644 index 3054d22a5cf4..000000000000 --- a/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch +++ /dev/null @@ -1,27 +0,0 @@ -From e5654a5591884b92633c7785f325626711e7f7aa Mon Sep 17 00:00:00 2001 -From: Paul Eggert -Date: Tue, 29 Jan 2013 13:46:48 -0800 -Subject: [PATCH] autoscan: port to perl 5.17 - -* bin/autoscan.in (scan_sh_file): Escape '{'. This avoids a -feature that is deprecated in Perl 5.17. Reported by Ray Lauff in -. ---- - bin/autoscan.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/bin/autoscan.in -+++ b/bin/autoscan.in -@@ -358,7 +358,7 @@ sub scan_sh_file ($) - { - # Strip out comments and variable references. - s/#.*//; -- s/\${[^\}]*}//g; -+ s/\$\{[^\}]*}//g; - s/@[^@]*@//g; - - # Tokens in the code. --- -2.1.0 - - diff --git a/srcpkgs/autoconf/template b/srcpkgs/autoconf/template index 260e8c753f07..72ff5aceb16e 100644 --- a/srcpkgs/autoconf/template +++ b/srcpkgs/autoconf/template @@ -1,7 +1,7 @@ # Template file for 'autoconf' pkgname=autoconf -version=2.69 -revision=9 +version=2.71 +revision=1 build_style=gnu-configure hostmakedepends="perl m4 help2man" depends="virtual?awk m4 perl" @@ -10,7 +10,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later, GPL-3.0-or-later" homepage="http://www.gnu.org/software/autoconf" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684 +checksum=f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4 pre_check() { # Disable failing test by adding From 7b2e888857f027e7ea848832270fd1b83f208efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 1 Aug 2022 18:11:18 +0100 Subject: [PATCH 02/23] autoconf-archive: update to 2022.02.11. --- srcpkgs/autoconf-archive/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autoconf-archive/template b/srcpkgs/autoconf-archive/template index 1edf5d96f775..fe34f02787dd 100644 --- a/srcpkgs/autoconf-archive/template +++ b/srcpkgs/autoconf-archive/template @@ -1,7 +1,7 @@ # Template file for 'autoconf-archive' pkgname=autoconf-archive -version=2019.01.06 -revision=2 +version=2022.02.11 +revision=1 build_style=gnu-configure hostmakedepends="texinfo" depends="autoconf" @@ -10,4 +10,4 @@ maintainer="Steve Prybylski " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/autoconf-archive/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f +checksum=78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c From 5c5538053906d2d5fb016ff7475d30a220d14e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:52:51 +0100 Subject: [PATCH 03/23] clutter: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/clutter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/clutter/template b/srcpkgs/clutter/template index 461e2fe07978..d49446154207 100644 --- a/srcpkgs/clutter/template +++ b/srcpkgs/clutter/template @@ -8,7 +8,7 @@ configure_args="$(vopt_enable gir introspection) --enable-evdev --enable-evdev-i --enable-wayland-backend --enable-egl-backend --enable-wayland-compositor --enable-gdk-backend" hostmakedepends="automake libtool pkg-config intltool glib-devel - gettext-devel" + gettext-devel gtk-doc" makedepends="atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel libgudev-devel libxkbcommon-devel cogl-devel libinput-devel libevdev-devel eudev-libudev-devel gtk+3-devel" From d1582221753dab6634116c3d65eee92a4f13f07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:53:48 +0100 Subject: [PATCH 04/23] cogl: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/cogl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cogl/template b/srcpkgs/cogl/template index 43c282b85e84..987bdc4ba112 100644 --- a/srcpkgs/cogl/template +++ b/srcpkgs/cogl/template @@ -9,7 +9,7 @@ configure_args="--enable-cairo=yes --enable-cogl-pango=yes --enable-wayland-egl-platform --enable-wayland-egl-server $(vopt_enable gir introspection)" hostmakedepends="automake libtool gettext gettext-devel pkg-config intltool - glib-devel gobject-introspection" + glib-devel gobject-introspection gtk-doc" makedepends="libXcomposite-devel libXrandr-devel MesaLib-devel pango-devel gdk-pixbuf-devel gst-plugins-base1-devel wayland-devel libXdamage-devel" short_desc="Library for using 3D graphics hardware for rendering" From 1cfa88eaed8aebee7549d62dc42fafca143d322a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:54:46 +0100 Subject: [PATCH 05/23] gupnp-dlna: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/gupnp-dlna/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gupnp-dlna/template b/srcpkgs/gupnp-dlna/template index d88090126ee3..7f3a62ebd782 100644 --- a/srcpkgs/gupnp-dlna/template +++ b/srcpkgs/gupnp-dlna/template @@ -5,7 +5,7 @@ revision=3 build_style=gnu-configure build_helper="gir" configure_args="--disable-static $(vopt_enable gir introspection)" -hostmakedepends="automake libtool pkg-config $(vopt_if vala vala)" +hostmakedepends="automake libtool pkg-config $(vopt_if vala vala) gtk-doc" makedepends="gst-plugins-base1-devel libxml2-devel $(vopt_if vala vala)" short_desc="GUPnP DLNA" maintainer="Orphaned " From 754714584cd8259afbadf8a16fad626f6ac4572e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:55:16 +0100 Subject: [PATCH 06/23] gupnp-igd: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/gupnp-igd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gupnp-igd/template b/srcpkgs/gupnp-igd/template index 314a36472b85..17a80d67b9a0 100644 --- a/srcpkgs/gupnp-igd/template +++ b/srcpkgs/gupnp-igd/template @@ -5,7 +5,7 @@ revision=3 build_style=gnu-configure build_helper="gir" configure_args="--disable-python --disable-static $(vopt_enable gir introspection)" -hostmakedepends="automake pkg-config glib-devel libtool gobject-introspection" +hostmakedepends="automake pkg-config glib-devel libtool gobject-introspection gtk-doc" makedepends="libglib-devel libxml2-devel libsoup-devel gssdp-devel gupnp-devel" short_desc="Library to handle UPnP IGD port mapping" maintainer="Orphaned " From 843d04edaf079f0631aeef1b587c0733056e921a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:56:13 +0100 Subject: [PATCH 07/23] libcanberra: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libcanberra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcanberra/template b/srcpkgs/libcanberra/template index de049b68e088..89467130e825 100644 --- a/srcpkgs/libcanberra/template +++ b/srcpkgs/libcanberra/template @@ -5,7 +5,7 @@ revision=11 build_style=gnu-configure configure_args="--enable-alsa --enable-null --disable-lynx --enable-gstreamer --disable-oss --with-builtin=dso" -hostmakedepends="automake libtool gettext-devel pkg-config intltool" +hostmakedepends="automake libtool gettext-devel pkg-config intltool gtk-doc" makedepends=" gtk+-devel gtk+3-devel libvorbis-devel libltdl-devel gstreamer1-devel alsa-lib-devel tdb-devel pulseaudio-devel From bb71b030e6056e1bec5e54ba3bbbbb01876f6340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:56:48 +0100 Subject: [PATCH 08/23] libdbusmenu-glib: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libdbusmenu-glib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libdbusmenu-glib/template b/srcpkgs/libdbusmenu-glib/template index 9945baa250d8..eddfaa109cf0 100644 --- a/srcpkgs/libdbusmenu-glib/template +++ b/srcpkgs/libdbusmenu-glib/template @@ -8,7 +8,7 @@ build_helper="gir" configure_args="--disable-dumper --disable-static --disable-tests $(vopt_enable gir vala) $(vopt_enable gir introspection) HAVE_VALGRIND_FALSE=''" hostmakedepends="automake gettext-devel glib-devel intltool libtool pkg-config - $(vopt_if gir 'gobject-introspection vala-devel')" + $(vopt_if gir 'gobject-introspection vala-devel') gtk-doc" makedepends="gtk+3-devel" short_desc="Library for passing menus over DBus" maintainer="Steve Prybylski " From b0b20999fc4546611a30457a83d1212fdcbd0e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:57:01 +0100 Subject: [PATCH 09/23] libfm: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libfm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libfm/template b/srcpkgs/libfm/template index be9425847037..a66bc51b5ed2 100644 --- a/srcpkgs/libfm/template +++ b/srcpkgs/libfm/template @@ -8,7 +8,7 @@ revision=1 build_style=gnu-configure configure_args="--enable-udisks --disable-static --with-gtk=3" hostmakedepends="automake gettext-devel glib-devel intltool libtool - pkg-config vala-devel" + pkg-config vala-devel gtk-doc" makedepends="dbus-glib-devel gtk+3-devel libexif-devel menu-cache-devel" depends="libfm-extra>=${version}" short_desc="Core library of PCManFM file manager" From 8a1df52793b3cf2fd7c45be7944503389186cca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:57:16 +0100 Subject: [PATCH 10/23] libglade: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libglade/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libglade/template b/srcpkgs/libglade/template index f9bbef8cfbe3..e72c1b898939 100644 --- a/srcpkgs/libglade/template +++ b/srcpkgs/libglade/template @@ -4,7 +4,7 @@ version=2.6.4 revision=12 build_style=gnu-configure configure_args="--disable-static --without-xml-catalog" -hostmakedepends="automake pkg-config libtool python glib-devel gtk+-devel" +hostmakedepends="automake pkg-config libtool python glib-devel gtk+-devel gtk-doc" makedepends="libxml2-devel gtk+-devel xmlcatmgr" depends="xmlcatmgr" short_desc="Runtime interpreter for GLADE GUI files" From 77901618f3672e0a26d61eef8cf47b02bbceae78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:57:33 +0100 Subject: [PATCH 11/23] libgpod: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libgpod/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgpod/template b/srcpkgs/libgpod/template index 8e547f1f9ebd..2fe5fa4da108 100644 --- a/srcpkgs/libgpod/template +++ b/srcpkgs/libgpod/template @@ -4,7 +4,7 @@ version=0.8.3 revision=4 build_style=gnu-configure configure_args="--with-udev-dir=/usr/lib/udev --enable-udev" -hostmakedepends="intltool pkg-config automake gettext-devel glib-devel libtool" +hostmakedepends="intltool pkg-config automake gettext-devel glib-devel libtool gtk-doc" makedepends="gdk-pixbuf-devel libimobiledevice-devel sg3_utils-devel sqlite-devel" short_desc="Shared library to access the contents of an iPod" maintainer="Orphaned " From 361af7e635d09925f9b6a14f03b29c07b533a7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:57:52 +0100 Subject: [PATCH 12/23] libgsf: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libgsf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgsf/template b/srcpkgs/libgsf/template index 132ac53261b5..ace7277211ab 100644 --- a/srcpkgs/libgsf/template +++ b/srcpkgs/libgsf/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure build_helper="gir" configure_args="--disable-static --enable-introspection" -hostmakedepends="automake libtool gettext-devel glib-devel intltool pkg-config" +hostmakedepends="automake libtool gettext-devel glib-devel intltool pkg-config gtk-doc" makedepends="gdk-pixbuf-devel libxml2-devel" checkdepends="perl-XML-Parser unzip" short_desc="Structured File Library" From 2f8ba00b4850a85e8616f894f90d807c5652d5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:58:11 +0100 Subject: [PATCH 13/23] libidn2: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libidn2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libidn2/template b/srcpkgs/libidn2/template index e7f490959388..3777a1baebcd 100644 --- a/srcpkgs/libidn2/template +++ b/srcpkgs/libidn2/template @@ -3,7 +3,7 @@ pkgname=libidn2 version=2.3.2 revision=1 build_style=gnu-configure -hostmakedepends="automake gettext-devel libtool pkg-config" +hostmakedepends="automake gettext-devel libtool pkg-config gtk-doc" makedepends="libunistring-devel" short_desc="Internationalized string handling library" maintainer="Enno Boland " From 5f468a311c5b4c30dc3695163cbe31cc83fadfbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:58:34 +0100 Subject: [PATCH 14/23] libu2f: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libu2f-host/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libu2f-host/template b/srcpkgs/libu2f-host/template index c2cd5b754dca..b912493060db 100644 --- a/srcpkgs/libu2f-host/template +++ b/srcpkgs/libu2f-host/template @@ -5,7 +5,7 @@ revision=5 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure configure_args="--with-openssl=yes" -hostmakedepends="automake gengetopt libtool pkg-config" +hostmakedepends="automake gengetopt libtool pkg-config gtk-doc" makedepends="hidapi-devel json-c-devel openssl-devel" depends="libfido2" short_desc="C library and tool that implements the host-side of the U2F protocol" From 5ce836dba209f6140f74b80c1a894f2a9680bf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:58:59 +0100 Subject: [PATCH 15/23] libunique1: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/libunique1/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libunique1/template b/srcpkgs/libunique1/template index f73931b0c72b..0ac287925885 100644 --- a/srcpkgs/libunique1/template +++ b/srcpkgs/libunique1/template @@ -6,7 +6,7 @@ wrksrc="libunique-${version}" build_style=gnu-configure build_helper="gir" configure_args="--disable-static --disable-dbus" -hostmakedepends="libtool automake pkg-config glib-devel" +hostmakedepends="libtool automake pkg-config glib-devel gtk-doc" makedepends="libSM-devel gtk+-devel" short_desc="Library for writing single instance applications (GTK+2)" maintainer="Orphaned " From b63f710975fcd06d1460f4bcae9e7d49f58ea08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:59:13 +0100 Subject: [PATCH 16/23] mash: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/mash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mash/template b/srcpkgs/mash/template index 722ee0dd981e..26e7c8777186 100644 --- a/srcpkgs/mash/template +++ b/srcpkgs/mash/template @@ -6,7 +6,7 @@ build_style=gnu-configure build_helper="gir" configure_args="--disable-static $(vopt_enable gir introspection)" hostmakedepends="automake glib-devel intltool libtool pkg-config - $(vopt_if gir gobject-introspection)" + $(vopt_if gir gobject-introspection) gtk-doc" makedepends="clutter-devel" depends="clutter>=1.18" short_desc="Small library for using 3D models within a Clutter scene" From 76450e8f94fe39107f306bdf52f2cb3844321b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:59:27 +0100 Subject: [PATCH 17/23] rest: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/rest/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rest/template b/srcpkgs/rest/template index 94314aa9d7b1..aa4299c8ffd3 100644 --- a/srcpkgs/rest/template +++ b/srcpkgs/rest/template @@ -6,7 +6,7 @@ build_style=gnu-configure build_helper="gir" configure_args="$(vopt_enable gir introspection) --disable-static --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt" -hostmakedepends="automake perl m4 libtool pkg-config glib-devel" +hostmakedepends="automake perl m4 libtool pkg-config glib-devel gtk-doc" makedepends="libglib-devel libsoup-gnome-devel libxml2-devel" depends="ca-certificates" short_desc="RESTful library" From 02fd6136092e313d6dc65b43fd264af5ff5d52d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 00:59:45 +0100 Subject: [PATCH 18/23] ykneomgr: add gtk-doc to hostmakedepends https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html --- srcpkgs/ykneomgr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ykneomgr/template b/srcpkgs/ykneomgr/template index 5278e36965d3..d0e4c82f3307 100644 --- a/srcpkgs/ykneomgr/template +++ b/srcpkgs/ykneomgr/template @@ -4,7 +4,7 @@ version=0.1.8 revision=4 wrksrc="libykneomgr-${version}" build_style=gnu-configure -hostmakedepends="automake libtool pkg-config gengetopt help2man" +hostmakedepends="automake libtool pkg-config gengetopt help2man gtk-doc" makedepends="pcsclite-devel libzip-devel zlib-devel" short_desc="Yubikey NEO Manager" maintainer="Orphaned " From 20b68b42451ff6005687084b86eeb7952192df41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 01:08:25 +0100 Subject: [PATCH 19/23] hunspell: add gettext-devel-tools as hostmakedepends Make it build with autoconf-2.7.1 --- srcpkgs/hunspell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hunspell/template b/srcpkgs/hunspell/template index 929f4b1893e7..7f8a27cf54a9 100644 --- a/srcpkgs/hunspell/template +++ b/srcpkgs/hunspell/template @@ -4,7 +4,7 @@ version=1.7.0 revision=3 build_style=gnu-configure configure_args="--with-ui" -hostmakedepends="automake bison libtool pkg-config" +hostmakedepends="automake bison libtool pkg-config gettext-devel-tools" makedepends="ncurses-devel" short_desc="Spell checker and morphological analyzer" maintainer="Orphaned " From 1ccc13d345292672464b6826d5f69faba0f1ea13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 15:53:42 +0100 Subject: [PATCH 20/23] libsasl: remove unneeded patch --- .../cyrus-sasl-2.1.27-autotools_fixes.patch | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch diff --git a/srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch b/srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch deleted file mode 100644 index 5c751bbc8d8f..000000000000 --- a/srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch +++ /dev/null @@ -1,35 +0,0 @@ -Source: https://git.alpinelinux.org/aports/tree/main/cyrus-sasl/cyrus-sasl-2.1.27-autotools_fixes.patch -Upstream: No -Reason: FTBFS - ---- cyrus-sasl-2.1.27/configure.ac -+++ cyrus-sasl-2.1.27/configure.ac -@@ -44,6 +44,8 @@ - - AC_PREREQ(2.63) - -+AC_CONFIG_MACRO_DIR([config]) -+ - dnl - dnl REMINDER: When changing the version number here, please also update - dnl the values in win32/include/config.h and include/sasl.h as well. ---- cyrus-sasl-2.1.27/Makefile.am -+++ cyrus-sasl-2.1.27/Makefile.am -@@ -44,6 +44,8 @@ - # - ################################################################ - -+ACLOCAL_AMFLAGS = -I config -+ - if SASLAUTHD - SAD = saslauthd - else ---- cyrus-sasl-2.1.27/saslauthd/Makefile.am -+++ cyrus-sasl-2.1.27/saslauthd/Makefile.am -@@ -1,4 +1,6 @@ - AUTOMAKE_OPTIONS = 1.7 -+ACLOCAL_AMFLAGS = -I ../config -+ - sbin_PROGRAMS = saslauthd testsaslauthd - EXTRA_PROGRAMS = saslcache - From ec3ddab594425aacc056259f54571037ae4d53b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 23:00:54 +0100 Subject: [PATCH 21/23] lxsession: template work with autoconf-2.7.1 --- srcpkgs/lxsession/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/lxsession/template b/srcpkgs/lxsession/template index 8fe456a1d43e..19dbde4a9435 100644 --- a/srcpkgs/lxsession/template +++ b/srcpkgs/lxsession/template @@ -17,5 +17,4 @@ replaces="lxpolkit>=0" pre_build() { rm *.stamp - autoreconf -fi } From 996cd641c04c25e8d37027c83660c24e1ad6d9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Wed, 10 Aug 2022 23:58:19 +0100 Subject: [PATCH 22/23] ltrace: update to 0.7.3.20160924. --- srcpkgs/ltrace/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ltrace/template b/srcpkgs/ltrace/template index a26e64e3c797..a5e108430ff9 100644 --- a/srcpkgs/ltrace/template +++ b/srcpkgs/ltrace/template @@ -25,5 +25,7 @@ pre_configure() { sed -i 's/#ifndef __mips__/#if 0/' proc.c fi - autoreconf -fi + mkdir -p config + autoreconf -fiv + } From 1dcff39a1909bebbf8c2620fe17e78dc0fab2d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Thu, 11 Aug 2022 00:26:12 +0100 Subject: [PATCH 23/23] watchman: patch fixes build --- srcpkgs/watchman/patches/fix_autogen.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/watchman/patches/fix_autogen.patch diff --git a/srcpkgs/watchman/patches/fix_autogen.patch b/srcpkgs/watchman/patches/fix_autogen.patch new file mode 100644 index 000000000000..c9333f644fb3 --- /dev/null +++ b/srcpkgs/watchman/patches/fix_autogen.patch @@ -0,0 +1,13 @@ +From: https://github.com/facebook/watchman/issues/937#issuecomment-904717182 + +--- a/autogen.sh ++++ b/autogen.sh +@@ -21,7 +21,7 @@ automake --add-missing --foreign + # should be the case provided pkg-config is installed AND the above commands + # have been run to prep the source tree with local set-up. + CHECK_PKG_CONFIG_M4='m4_ifdef([PKG_CHECK_MODULES], [errprint([ok])])' +-if [ "x$(autoconf <(echo "$CHECK_PKG_CONFIG_M4") 2>&1)" != "xok" ] ; then ++if [ "x$(autoconf --warnings=none <(echo "$CHECK_PKG_CONFIG_M4") 2>&1)" != "xok" ] ; then + echo 'pkg-config appears to be missing (not available to autoconf tools)' + echo 'please install the pkg-config package for your system.' + exit 1