(Only the first 10 of 732 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Import upstream patch:
https://github.com/libical/libical/commit/77f82ba88abbb633dc52335fcc050bec3b41c2
69
icaltzutil_fetch_timezone now creates VTIMEZONE components using
RRULEs rather than expanding out every year (if
USE_INTEROPERATIVE_VTIMEZONES was off) or using a single time zone
back to 1970 (if it was one).
This creates more accurate time zones that are compatible with dates
whose time zones have since transitioned to a different offset (such
as a date in America/New_York in 1980). Removed
icaltzutil_set_exact_vtimezones_support and
icaltzutil_get_exact_vtimezones_support. Removed
USE_INTEROPERABLE_VTIMEZONES.
Add missing USE_GNOME=introspection:build
Fix segmentation fault with evolution-calendar-factory
Pet portlint, USE_* comes before USES
PR: 226460
Submitted by: cpm
Obtained from: github libical/libical (partially)
(Only the first 10 of 12 ports in this commit are shown above. )
Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing. For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.
Differential Revision: https://reviews.freebsd.org/D850
Reviewed by: antoine, bapt, tijl
Approved by: portmgr (bapt)