Port details |
- tigervnc-viewer TigerVNC Viewer
- 1.12.0 net
=1 Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: meta@FreeBSD.org
 - Port Added: 2019-03-31 15:09:26
- Last Update: 2022-05-16 06:49:46
- Commit Hash: a9eeb18
- People watching this port, also watch:: postfix, cbsd, tigervnc-server, alertmanager
- Also Listed In: x11-servers
- License: GPLv2+
- Description:
- This port provides client(viewer) compornents of TigerVNC.
TigerVNC is a high-performance, platform-neutral implementation of VNC,
a client/server application that allows users to launch and interact with
graphical applications on remote machines.
WWW: https://tigervnc.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tigervnc-viewer>0:net/tigervnc-viewer
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/net/tigervnc-viewer/ && make install clean
- To add the package, run one of these commands:
- pkg install net/tigervnc-viewer
- pkg install tigervnc-viewer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tigervnc-viewer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1637499866
SHA256 (TigerVNC-tigervnc-v1.12.0_GH0.tar.gz) = 9ff3f3948f2a4e8cc06ee598ee4b1096beb62094c13e0b1462bff78587bed789
SIZE (TigerVNC-tigervnc-v1.12.0_GH0.tar.gz) = 1561898
- Packages (timestamps in pop-ups are UTC):
- Master port: net/tigervnc-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ImageMagick7>=7 : graphics/ImageMagick7
- cmake : devel/cmake
- msgfmt : devel/gettext-tools
- ice.pc : x11/libICE
- pixman-1.pc : x11/pixman
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- ice.pc : x11/libICE
- pixman-1.pc : x11/pixman
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libpng.so : graphics/png
- libfltk.so : x11-toolkits/fltk
- libtasn1.so : security/libtasn1
- libgcrypt.so : security/libgcrypt
- libgpg-error.so : security/libgpg-error
- libgnutls.so : security/gnutls
- libjpeg.so : graphics/jpeg-turbo
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- net/remotebox
- Configuration Options:
- ===> The following configuration options are available for tigervnc-viewer-1.12.0:
DOCS=on: Build and/or install documentation
GNUTLS=on: SSL/TLS support via GnuTLS
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- net_tigervnc-viewer
- USES:
- gnome iconv jpeg magick:7,build xorg cmake:insource,noninja cpe gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: net/tigervnc-server |
Date | By | Description |
16 May 2022 06:49:46 1.12.0 |
Loïc Bartoletti (lbartoletti)  |
net/tigervnc-viewer: fix pkg-plist use share/man
Approved by: portmgr (blanket) |
11 Dec 2021 13:50:53 1.12.0 |
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
22 Nov 2021 11:27:29 1.12.0 |
Jimmy Olgeni (olgeni)  |
net/tigervnc-{server,viewer}: Update to version 1.12.0
PR: 259966
Approved by: meta |
10 Oct 2021 19:44:42 1.11.0 |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
07 Apr 2021 08:09:01 1.11.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.11.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Sep 2020 02:38:13
1.11.0 |
meta  |
net/tigervnc-{server,viewer}:
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.11.0
Sponsored by: HAW International |
29 Jul 2020 01:35:54
1.10.1_1 |
meta  |
net/tigervnc-viewer: Fix pkg-descr
was incorrectly taken from the master port.
PR: 248226
Reported by: serpent7776@gmail.com
Sponsored by: HAW International |
23 Dec 2019 07:45:16
1.10.1 |
meta  |
net/tigervnc-{server,viewer}: Update to 1.10.1
This is a security release to fix a number of issues that were found by
Kaspersky Lab. These issues affect both the client and server and could
theoretically allow an malicious peer to take control over the software
on the other side.
No working exploit is known at this time, and the issues require the
peer to first be authenticated. We still urge users to upgrade when
possible.
Relnotes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.10.1
Sponsored by: HAW International |
25 Nov 2019 01:13:01
1.10.0 |
meta  |
net/tigervnc-{server,viewer}: Update to 1.10.0
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. |
06 Nov 2019 18:58:04
1.9.0_1 |
zeising  |
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
29 Jun 2019 13:50:57
1.9.0_1 |
meta  |
net/tigervnc: Remove non-essential meta port
Reported by: hrs [1]
[1] https://lists.freebsd.org/pipermail/svn-ports-all/2019-April/212975.html |
01 Apr 2019 15:52:54
1.9.0_1 |
meta  |
Fix the issue tigervnc-server and -viewer cannot be installed together
when DOCS=on because both ports install LICENSE_FILE into the same place.
Also, following changes are made.
net/tigervnc-{server,viewer}:
- bump PORTREVISION due to plist & dependency change
- do build tests, it introduces unnecessary dependencies on fltk
net/tigervnc-server:
- add missing dependency on devel/m4
- remove unnecessary dependency on x11-toolkits/fltk
MFH: 2019Q2 |
31 Mar 2019 13:10:04
1.9.0 |
meta  |
net/tigervnc: separate port into -server -and -viewer
since usually people want to install either server or client on the same
box. Formerly, net/tigervnc had options to build & install vncviewer(client)
but vncviewer could not be installed alone. Server components was necessary.
Now TigerVNC server and viewer are completely separeted and can be installed
independently.
Tested by: Juan Molina
Differential Revision: https://reviews.freebsd.org/D19709 |