Update the snapshot of x11-driver/xf86-video-intel
- Fix build with -fno-common
- Fix MIT-SHM detection
- Drop SNA/UXA options in favor of xorg.conf(5)
- Add hyphen to output names for consistency with modesetting(4x)
- Add UDEV and XVMC options
- Add "make test" support
- Drop unused dependencies
- Switch to upstream versioning scheme
- Document all patches
- Simplify and deprecate _WITH_GETLINE
- Fix most style warnings
PR: 236003
Submitted by: jbiech
MFH: 2020Q3
Use newer GCC:
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1582: error: function definition does not declare parameters
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc: In function 'NPError plugin_start_appletviewer(ITNPPluginData*)':
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1640: error: 'knownExports' was not declared in this scope
FreeBSD highlights:
* Fix enforcement of POSIX mode bits
* Fix enforcement of NFSv4 ACLs
* Fix Clang 11 build for 13-CURRENT
* Fix send/recv operations with a large number of snapshots/datasets
* Default to autotrim=on (fixes POLA)
* Automatic fallback to /boot/ to look for zpool.cache (fixes POLA)
* Fix l2arc_dev_rebuild_start thread name
* Create taskq threads in appropriate proc
* Restore ARC MFU/MRU pressure
VuXML will be updated to mention the permissions/ACLs issue once a
report documenting the issue appropriately has been written.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26107
Fix the build of devel/libunwind with -fno-common (the default on FreeBSD
current after the llvm 11 update).
Add an upstream patch (pulling it from the official github mirror) to fix
the build woth -fno-common.
Manually define __BSD_VISIBLE to make timespec_get() available:
In file included from /usr/local/lib/gcc9/include/c++/chrono:41,
from /wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmDuration.h:5,
from /wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmSystemTools.h:19,
from /wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmSystemTools.cxx:13:
/usr/local/lib/gcc9/include/c++/ctime:80:11: error: '::timespec_get' has not been declared
80 | using ::timespec_get;
| ^~~~~~~~~~~~
PR: 248726
- graphics poppler changed the versionsing scheme
- add upstream patch to handle the minor-release with leading zeroes.
- the exp-run in pr 248419 could not catch this as the option is off by default
- obtained from upstream:
2b863dbabd.patch
PR: 248703
Submitted by: russo@bogodyn.org
Reported by: John Hein <jcfyecrayz@liamekaens.com>