aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2022-03-21 06:59:48 +0000
committerPhilip Paeps <philip@FreeBSD.org>2022-03-21 08:51:43 +0000
commitcdcc7cbc65e36c75082788ec0fb3a6566dcddff5 (patch)
tree30f0709fcb8d78dfc2568e5b2f916a3d68672614 /misc/Makefile
parent9716deeba6aa4524c1a514c1fc2f09ed6fbbdbac (diff)
downloadports-cdcc7cbc65e36c75082788ec0fb3a6566dcddff5.tar.gz
ports-cdcc7cbc65e36c75082788ec0fb3a6566dcddff5.zip
misc/global-tz: new port
The Global Time Zone Database (global-tz) is a fork of the IANA Time Zone Database with expanded best-effort historical data for some time zones whose clocks have agreed with other time zones since 1970. In an up to date default FreeBSD installation /usr/share/zoneinfo contains the most recent IANA tzdb release as well as compatibility links for time zones that existed in previous IANA tzdb releases (from the "backward" file in the distribution). FreeBSD releases have never included the out of scope pre-1970 historical data (from the "backzone" file in the distribution). This is the same approach as taken by most other open source projects that distribute the IANA Time Zone Database. The global-tz fork was prompted by the controversial decision by the maintainers of the IANA Time Zone Database to move time zones whose clocks have not changed since 1970 to "backzone". While previous IANA tzdb releases would return historical data for these zones if available, recent IANA tzdb releases instead return available pre-1970 data for the zones whose clocks they have agreed with since 1970 (the target of the "backward" link). The overwhelming majority of users are unlikely to be affected by this decision. FreeBSD users who rely on pre-1970 time zone history may wish to install this port. This port overwrites system files in /usr/share/zoneinfo. If you build your systems from source, add WITHOUT_ZONEINFO="yes" to /etc/src.conf. If you use freebsd-update(8), add /usr/share/zoneinfo to IgnorePaths in /etc/freebsd-update.conf. WWW: https://github.com/JodaOrg/global-tz
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 2ffa6b48bf9b..7cbb2ea6ffe4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -144,6 +144,7 @@
SUBDIR += gkrellmlaunch2
SUBDIR += gkrellshoot2
SUBDIR += gkx86info2
+ SUBDIR += global-tz
SUBDIR += glow
SUBDIR += gnome-devel-docs
SUBDIR += gnome-getting-started-docs