Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Apr 2021 21:23:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254702] www/netsurf: fix preferences dialog bug, clean up build warnings
Message-ID:  <bug-254702-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 254702
           Summary: www/netsurf: fix preferences dialog bug, clean up
                    build warnings
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: nc@FreeBSD.org
          Reporter: waitman@waitman.net
          Assignee: nc@FreeBSD.org
             Flags: maintainer-feedback?(nc@FreeBSD.org)

Created attachment 223757
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223757&action=
=3Dedit
update netsurf port to 3.10_1

GTK will not use a custom supplied gettext function with Builder xml ui on
FreeBSD, which causes the the preferences dialog to have translation keys
instead of English, etc, readable text. Netsurf uses a translation scheme w=
ith
key/value pairs in a gzipped file instead of using gettext po files, so when
the ui is loaded by GTK the calls to translate using gettext() fail because=
 it
cannot find the po translation files.

This fix generates a language specific ui for this dialog during buildtime =
so
on-the-fly translation is not required on the preferences dialog. The progr=
am
selects the ui file which corresponds to their locale setting in env.

--=20
You are receiving this mail because:
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-254702-7788>