Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Dec 2024 14:06:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 282864] graphics/inkscape: update to 1.4
Message-ID:  <bug-282864-6497-7D8jYLFToK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282864-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282864-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282864

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #4 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Live system 14.1-p6 amd64:
/tmp/work/usr/ports/graphics/inkscape/work/inkscape-1.4_2024-10-09_e7c3feb1=
00/src/util/font-discovery.cpp:316:33:
error: no member named 'get_face' in 'Pango::FontFamily'; did you mean
'get_name'?
  316 |         auto default_face =3D ff->get_face();
      |                                 ^~~~~~~~
      |                                 get_name
/usr/local/include/pangomm-1.4/pangomm/fontfamily.h:123:17: note: 'get_name'
declared here
  123 |   Glib::ustring get_name() const;
      |                 ^
/tmp/work/usr/ports/graphics/inkscape/work/inkscape-1.4_2024-10-09_e7c3feb1=
00/src/util/font-discovery.cpp:317:41:
error: member reference type 'Glib::ustring' is not a pointer; did you mean=
 to
use '.'?
  317 |         if (default_face && default_face->is_synthesized()) {
      |                             ~~~~~~~~~~~~^~
      |                                         .
/tmp/work/usr/ports/graphics/inkscape/work/inkscape-1.4_2024-10-09_e7c3feb1=
00/src/util/font-discovery.cpp:317:43:
error: no member named 'is_synthesized' in 'Glib::ustring'
  317 |         if (default_face && default_face->is_synthesized()) {
      |                             ~~~~~~~~~~~~  ^

I haven't tried to figure out why this is happening yet.
Build options:
        CDR            : on
        GM             : on
        GSPELL         : on
        GVFS           : off
        IMAGICK6       : off
        NLS            : on
        OPENMP         : on
        POPPLER        : on
        SCRIBUS        : on
        VISIO          : on
        WPG            : on

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282864-6497-7D8jYLFToK>