[Bug 200763] x11/plasma5-plasma: time widget not taking into account time zones
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jun 13 17:02:36 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200763
--- Comment #8 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jhb
Date: Wed Jun 13 17:02:32 UTC 2018
New revision: 472335
URL: https://svnweb.freebsd.org/changeset/ports/472335
Log:
Recognize timezones on FreeBSD for the default install.
By default, FreeBSD copies the current timezone database to
/etc/localtime and stores the name of the symlink in /var/db/zoneinfo.
Qt expects /etc/localtime to be a symlink and uses the symlink's
target to infer the name of the default timezone. The existing code
in Qt includes some workarounds for Linux distributions that also copy
the current timezone to /etc/localtime by checking for files that
contain the name of the timezone. Add a similar check for
/var/db/zoneinfo on FreeBSD.
PR: 200763
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D15792
Changes:
head/devel/qt5-core/Makefile
head/devel/qt5-core/files/patch-src_corelib_tools_qtimezoneprivate_tz.cpp
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list