[Bug 260916] x11-toolkits/pango: update to 1.50.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 06 Jan 2022 18:31:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260916

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit 20c0152349bce047bb3198451234946f849f3d6b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-06 18:27:16 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-06 18:29:37 +0000

    x11-toolkits/pangoxsl: unbreak build with pango >= 1.50

    In file included from pango-xsl-attributes.c:25:
    ./pango-xsl-attributes.h:116:18: error: conflicting types for
'pango_attr_line_height_new'
    PangoAttribute * pango_attr_line_height_new (gint line_height);
                     ^
    /usr/local/include/pango-1.0/pango/pango-attributes.h:607:25: note:
previous declaration is here
    PangoAttribute *        pango_attr_line_height_new              (double    
                  factor);
                            ^
    pango-xsl-attributes.c:620:1: error: conflicting types for
'pango_attr_line_height_new'
    pango_attr_line_height_new (gint line_height)
    ^
    /usr/local/include/pango-1.0/pango/pango-attributes.h:607:25: note:
previous declaration is here
    PangoAttribute *        pango_attr_line_height_new              (double    
                  factor);
                            ^

    PR:             260916
    Reported by:    antoine (via exp-run)
    Regressed by:   https://gitlab.gnome.org/GNOME/pango/-/commit/623134f48ad9

 x11-toolkits/pangoxsl/files/patch-pango-1.50 (new) | 53 ++++++++++++++++++++++
 1 file changed, 53 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.