git: bd1542622aff - main - security/p11-kit: unbreak build with Meson 0.61.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 12 Jan 2022 01:25:16 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd1542622aff1a811f222a56307ed70b443351eb

commit bd1542622aff1a811f222a56307ed70b443351eb
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-12 01:14:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-12 01:24:58 +0000

    security/p11-kit: unbreak build with Meson 0.61.0
    
    doc/manual/meson.build:69:8: ERROR: gnome.gtkdoc keyword argument 'dependencies' was of type array[CustomTarget | PkgConfigDependency] but should have been array[Dependency | SharedLibrary | StaticLibrary]
    
    PR:             260943
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/566c2c9a9c98
---
 security/p11-kit/files/patch-doc_manual_meson.build | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/security/p11-kit/files/patch-doc_manual_meson.build b/security/p11-kit/files/patch-doc_manual_meson.build
new file mode 100644
index 000000000000..48d5b217852f
--- /dev/null
+++ b/security/p11-kit/files/patch-doc_manual_meson.build
@@ -0,0 +1,13 @@
+https://github.com/p11-glue/p11-kit/issues/406
+
+--- doc/manual/meson.build.orig	2021-05-25 07:15:23 UTC
++++ doc/manual/meson.build
+@@ -70,7 +70,7 @@ if get_option('gtk_doc')
+               main_xml: 'p11-kit-docs.xml',
+               namespace: 'p11_kit',
+               src_dir: 'p11-kit',
+-              dependencies: libffi_deps + dlopen_deps + xml_deps,
++              dependencies: libffi_deps + dlopen_deps,
+               scan_args: [
+                 '--ignore-headers=' + ' '.join(ignore_headers),
+                 '--rebuild-types',