devel/glib20 build failed on FreeBSD 13.2R

From: Hadi Rezaee <rezaee.hadi_at_gmail.com>
Date: Sat, 26 Aug 2023 10:15:46 UTC
 Hello Great ones :)

Today, I tried to build the glib20 on my machine but failed with this error
message:


===>   glib-2.76.4_1,2 depends on package: docbook-xml>4.1.2 - found
===>   glib-2.76.4_1,2 depends on package: docbook-xsl>0 - found
===>   glib-2.76.4_1,2 depends on package: gettext-runtime>=0.22_1 - found
===>   glib-2.76.4_1,2 depends on executable: msgfmt - found
===>   glib-2.76.4_1,2 depends on executable: xsltproc - found
===>   glib-2.76.4_1,2 depends on executable: meson - found
===>   glib-2.76.4_1,2 depends on executable: ninja - found
===>   glib-2.76.4_1,2 depends on package: pkgconf>=1.3.0_1 - found
===>   glib-2.76.4_1,2 depends on file: /usr/local/bin/python3.9 - found
===>   glib-2.76.4_1,2 depends on package: perl5>=5.32.r0<5.33 - found
===>   glib-2.76.4_1,2 depends on shared library: libffi.so - found
(/usr/local/lib/libffi.so)
===>   glib-2.76.4_1,2 depends on shared library: libpcre2-8.so - found
(/usr/local/lib/libpcre2-8.so)
===>   glib-2.76.4_1,2 depends on shared library: libintl.so - found
(/usr/local/lib/libintl.so)
===>   glib-2.76.4_1,2 depends on shared library: libxml2.so - found
(/usr/local/lib/libxml2.so)
===>   glib-2.76.4_1,2 depends on shared library: libiconv.so - found
(/usr/local/lib/libiconv.so)
===>  Configuring for glib-2.76.4_1,2
WARNING: Recommend using either -Dbuildtype or -Doptimization + -Ddebug.
Using both is redundant since they override each other. See:
https://mesonbuild.com/Builtin-options.html#build-type-options
The Meson build system
Version: 1.1.1
Source dir: /usr/ports/devel/glib20/work/glib-2.76.4
Build dir: /usr/ports/devel/glib20/work/glib-2.76.4/_build
Build type: native build

meson.build:1:0: ERROR: Unknown options: "python.bytecompile"

A full log can be found at
/usr/ports/devel/glib20/work/glib-2.76.4/_build/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson
setup [options]` is ambiguous and deprecated.
===>  Script "configure" failed unexpectedly.
Please report the problem to desktop@FreeBSD.org [maintainer] and attach
the
"/usr/ports/devel/glib20/work/glib-2.76.4/_build/meson-logs/meson-log.txt"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/glib20
*** Error code 1


Is there anything I could do to fix this ?

Thanks,
Hadi