Lots of changes have been made since the last release, but the highlights are:
* The clipboard now supports full Unicode in the native viewer, WinVNC and Xvnc/libvnc.so
* The native client will now respect the system trust store when verifying server certificates
* Improved compatibility with VMware's VNC server
* Improved compatibility with some input methods on macOS
* Improvements to the automatic "repair" of JPEG artefacts
* Better handling of the Alt keys in some corner cases
* The Java web server has been removed as applets are no longer support by most browsers
* x0vncserver can now be configured to only allow local connections
* x0vncserver has received fixes for when only part of the display is shared
* Polling is now default in WinVNC as that works better for most
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.10.0
Sponsored by: HAW International, Inc.
There are currently duplicate ports for ROS:
devel/ros-console_bridge and misc/console-bridge
devel/ros-urdfdom and misc/urdfdom
devel/ros-urdfdom_headers and misc/urdfdom-headers
This patch merges the misc ports into the devel ports. The upshot
should be that the duplication and confusion is removed but we keep
the functionality.
PR: 241744
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com> (maintainer)
Approved by: yuri (maintainer of the duplicate ports)
- Remove the build dependency on Emacs since the installed elisp file is
simple and does not need to be byte compiled.
- Collapse the EMACS option in to the MH option [2].
PR: 235890
Submitted by: John Hein <jcfyecrayz@liamekaens.com> [2]
Reported by: John Hein <jcfyecrayz@liamekaens.com> [1]
Reviewed by: John Hein <jcfyecrayz@liamekaens.com>
Approved by: danfe, Zeus Panchenko <zeus@gnu.org.ua> (maintainer)
Differential Revision: https://reviews.freebsd.org/D22351
- Fix in CegoSelect::setVIewCond, a view condition id has to be
calculated which is later used for getQueryId(). Otherwise, wrong
query cache entries are used in case of views with outer conditions
- Added method CegoBTreeNode::verifyLeafFull for full btree
verification in a sense, that each btree value is compared with the
corresponding table data entry via datapointer reference
- Improvement in CegoAdmAction for input handling. Used the same
methods for nextChar and friends as in CegoAction
- In CegoXMLSpace, changed access methods for mediator, primary and
secondary in a way, that the default value ist the current hostname.
In this case, no attribute values are set up. This reduces complexity
and avoids to change the entries manually, if the hostname changes
(do not edit the database xml without any deeper knowledge).
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Use range modifier properly. The right syntax for looking up the
first word of a variable is ${FLAVORS:[1]}.
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22530
- Reformat with portfmt
- Reduce diff between Racket ports
- Fix some portlint warnings
- Fix typo in --enable-ffi (it was just -enable-ffi before)
- Now FUTURES is enabled in lang/racket too
Update licensing information as per upstream announcement:
https://blog.racket-lang.org/2019/11/completing-racket-s-relicensing-effort.html
Taipei Sans TC is re-edited based on the KR version of Source Han Sans. Most
Han characters in daily life of the Traditional Chinese world have been applied
unified print style and contemporary Han character characteristics.
Use C11 compiler, because of ffmpeg.
Correct comment typo.
Don't include asm/cputable.h and linux/auxvec.h in libvpx-1.7.0/vpx_ports/ppc_cpudetect.c - those headers are Linux-only.
Merge upstream patch from x265 to fix compilation on non-x86.
Don't link with libc++ when using GCC.
PR: 241928
Approved by: naito.yuichiro@gmail.com (maintainer), linimon (mentor)