https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260916
--- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=901d4d41f866b1cf8a7f61ea9494aab8193b6d80 commit 901d4d41f866b1cf8a7f61ea9494aab8193b6d80 Author: Jan Beich <[email protected]> AuthorDate: 2022-01-04 02:51:24 +0000 Commit: Jan Beich <[email protected]> CommitDate: 2022-01-04 02:57:20 +0000 x11-toolkits/pangomm: unbreak build with pango >= 1.50 attrlist.cc:38:20: error: use of undeclared identifier 'pango_parse_markup' gboolean bTest = pango_parse_markup(markup_text.c_str(), -1 /* means null-terminated */, accel_marker, ^ attrlist.cc:65:20: error: use of undeclared identifier 'pango_parse_markup' gboolean bTest = pango_parse_markup(markup_text.c_str(), -1 /* means null-terminated */, accel_marker, ^ PR: 260916 Regressed by: https://gitlab.gnome.org/GNOME/pango/-/commit/d8df0da73752 .../files/patch-pango_pangomm_attributes.h (new) | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.
