Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] autoconf: update to 2.71.
Date: Tue, 09 Aug 2022 15:56:29 +0200	[thread overview]
Message-ID: <20220809135629.CJzVPPVWz0qivjhw_iajTk9LHzzzcgz-dA8ocs0BTic@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38412@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages autoconf-2.71
https://github.com/void-linux/void-packages/pull/38412

autoconf: update to 2.71.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

I have also update autoconf-archive in this pr.

Because this is a critical package I will make sure that all package that depends on autoconf and automake still compile.

There was some changes that might need to add [gtk-doc on hostmakedepends](https://www.mail-archive.com/bug-autoconf@gnu.org/msg04872.html). Separate PRs for the packages will be created and I will reference here.

Compiled all the packages that depend on autoconf and automake `grep -ri autconf` (Yes, I know it has some false negatives).  Thanks @paper42  for that

Packages failing that were failing already (will not fix, probably should be removed in my opinion)

- gnome-latex
- libcryptui

Packages that the tests were failling already (added make_check=no)

- clutter
- rest

A patch file from https://github.com/void-linux/void-packages/pull/38412.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-autoconf-2.71-38412.patch --]
[-- Type: text/x-diff, Size: 20451 bytes --]

From 54cb7adc3ab70b565e3446f8aba983bdaf9acf1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 1 Aug 2022 18:05:28 +0100
Subject: [PATCH 01/19] 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 <eggert@cs.ucla.edu>
-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
-<http://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00059.html>.
----
- 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 <gottox@voidlinux.org>"
 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 3e0f9c61cf60518caea9294894f20f94f585c49b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 1 Aug 2022 18:11:18 +0100
Subject: [PATCH 02/19] 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 <sa.prybylx@gmail.com>"
 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 60788972660d8cbe154a60d4509f7801c7900941 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:52:51 +0100
Subject: [PATCH 03/19] 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 e0b7c376fa387c3da1df4791245ec43bda5ebb0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:53:48 +0100
Subject: [PATCH 04/19] 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 336b2ddd5501518b51b1e5ba34ef29fae0cb9e1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:54:46 +0100
Subject: [PATCH 05/19] 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 <orphan@voidlinux.org>"

From 1c6a9b56b14b3055628becc07b6f5e652b9c7b77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:55:16 +0100
Subject: [PATCH 06/19] 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 <orphan@voidlinux.org>"

From 20a1f2ff3b0c9656f19ad804c6e80979724ec374 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:56:13 +0100
Subject: [PATCH 07/19] 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 a9a05caba321aac721b6a3f2e6200e4121ac4dcc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:56:48 +0100
Subject: [PATCH 08/19] 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 <sa.prybylx@gmail.com>"

From 320a8a00353c42c4d5be13c72979cc6ff2be7383 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:57:01 +0100
Subject: [PATCH 09/19] 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 0b5c3a97af5e4356fe79136619f09314e39a22d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:57:16 +0100
Subject: [PATCH 10/19] 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 70c818d6f48b1665982222f044e8e1f557801a17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:57:33 +0100
Subject: [PATCH 11/19] 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 <orphan@voidlinux.org>"

From d066632f983549d6d280a3f540f8f6cee528dfaf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:57:52 +0100
Subject: [PATCH 12/19] 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 10c0a48affb9e48651e8624520070288290e5cf4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:58:11 +0100
Subject: [PATCH 13/19] 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 <gottox@voidlinux.org>"

From ac47af0d65a3ca69cf14062bc8e589c7de809347 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:58:34 +0100
Subject: [PATCH 14/19] 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 9a42c1d34748e2f55e485bd86de2877ae1832bc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:58:59 +0100
Subject: [PATCH 15/19] 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 <orphan@voidlinux.org>"

From 2627291c0d55c4742b0ea4f25071699c1a75b113 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:59:13 +0100
Subject: [PATCH 16/19] 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 8f92e2d37cc11a913fab00a0703a2380056efd90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:59:27 +0100
Subject: [PATCH 17/19] 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 23f645fcafa59654b65785117495e867e5888997 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 00:59:45 +0100
Subject: [PATCH 18/19] 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 <orphan@voidlinux.org>"

From bdd01d59a032a4e0a5297214f40fa0bec28f8a3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 9 Aug 2022 01:08:25 +0100
Subject: [PATCH 19/19] 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 <orphan@voidlinux.org>"

  parent reply	other threads:[~2022-08-09 13:56 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 17:07 [PR PATCH] " motorto
2022-08-01 17:08 ` [PR PATCH] [Updated] " motorto
2022-08-01 17:11 ` motorto
2022-08-01 19:36 ` motorto
2022-08-01 21:14 ` motorto
2022-08-01 22:04 ` paper42
2022-08-01 22:20 ` motorto
2022-08-04 21:28 ` motorto
2022-08-04 22:05 ` paper42
2022-08-04 22:18 ` motorto
2022-08-07 20:06 ` [PR PATCH] [Updated] " motorto
2022-08-08  0:02 ` motorto
2022-08-09  0:00 ` motorto
2022-08-09  0:09 ` motorto
2022-08-09 11:54 ` motorto
2022-08-09 11:57 ` motorto
2022-08-09 13:56 ` motorto [this message]
2022-08-09 22:02 ` motorto
2022-08-10 10:55 ` motorto
2022-08-10 23:26 ` [PR PATCH] [Updated] " motorto
2022-08-11 10:15 ` motorto
2022-08-11 10:32 ` motorto
2022-08-11 10:51 ` motorto
2022-08-11 10:59 ` motorto
2022-08-11 11:38 ` motorto
2022-08-11 11:59 ` motorto
2022-08-11 12:02 ` motorto
2022-08-11 14:03 ` motorto
2022-08-11 14:14 ` motorto
2022-08-11 15:47 ` motorto
2022-08-11 16:02 ` motorto
2022-08-11 16:05 ` motorto
2022-08-12 23:13 ` paper42
2022-08-12 23:14 ` [PR REVIEW] " paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-13 11:55 ` [PR PATCH] [Updated] " motorto
2022-08-13 11:58 ` [PR REVIEW] " motorto
2022-08-13 12:00 ` [PR PATCH] [Updated] " motorto
2022-08-13 12:09 ` [PR REVIEW] " motorto
2022-08-13 13:11 ` motorto
2022-08-13 14:31 ` motorto
2022-08-13 21:03 ` [PR PATCH] [Updated] " motorto
2022-08-15 20:38 ` [PR REVIEW] " paper42
2022-08-15 20:42 ` paper42
2022-08-15 20:50 ` paper42
2022-08-15 20:59 ` [PR REVIEW] " motorto
2022-08-15 21:08 ` [PR PATCH] [Updated] " motorto
2022-08-15 21:13 ` motorto
2022-08-15 21:21 ` motorto
2022-08-16  9:09 ` motorto
2022-08-19 17:47 ` motorto
2022-08-20 12:13 ` motorto
2022-08-20 22:03 ` motorto
2022-08-21 17:07 ` motorto
2022-08-21 17:34 ` motorto
2022-09-10 13:52 ` paper42
2022-09-10 19:33 ` [PR PATCH] [Updated] " motorto
2022-09-13 20:17 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220809135629.CJzVPPVWz0qivjhw_iajTk9LHzzzcgz-dA8ocs0BTic@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).