notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
tigervnc-viewer-java TigerVNC Viewer
1.15.0 net on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.14.0Version of this port present on the latest quarterly branch.
Maintainer: meta@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-02-07 15:15:08
Last Update: 2024-12-31 08:57:55
Commit Hash: 0835676
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: x11-servers
License: GPLv2+
WWW:
https://tigervnc.org/
Description:
This port provides Java version 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. /usr/local/share/java/classes/VncViewer.jar
  2. bin/vncviewer-java
  3. /usr/local/share/licenses/tigervnc-viewer-java-1.15.0/catalog.mk
  4. /usr/local/share/licenses/tigervnc-viewer-java-1.15.0/LICENSE
  5. /usr/local/share/licenses/tigervnc-viewer-java-1.15.0/GPLv2+
Collapse this list.
Dependency lines:
  • tigervnc-viewer-java>0:net/tigervnc-viewer-java
Conflicts:
CONFLICTS:
  • tightvnc
To install the port:
cd /usr/ports/net/tigervnc-viewer-java/ && make install clean
To add the package, run one of these commands:
  • pkg install net/tigervnc-viewer-java
  • pkg install tigervnc-viewer-java
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tigervnc-viewer-java
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1740632342 SHA256 (TigerVNC-tigervnc-v1.15.0_GH0.tar.gz) = 7f231906801e89f09a212e86701f3df1722e36767d6055a4e619390570548537 SIZE (TigerVNC-tigervnc-v1.15.0_GH0.tar.gz) = 2126369

Packages (timestamps in pop-ups are UTC):
tigervnc-viewer-java
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.15.01.15.0-1.15.01.15.0---
FreeBSD:13:quarterly1.15.01.15.01.13.11.14.11.15.0-1.13.1_11.13.1_1
FreeBSD:14:latest1.15.01.15.0-1.15.01.15.0--1.13.1
FreeBSD:14:quarterly1.14.11.15.0-1.14.11.15.0-1.13.1_11.13.1_1
FreeBSD:15:latest1.15.01.15.0n/a1.15.0n/a-1.13.1_11.13.1_1
Master port: net/tigervnc-server
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
  2. cmake : devel/cmake-core
  3. pixman-1.pc : x11/pixman
Runtime dependencies:
  1. java : java/openjdk8
  2. pixman-1.pc : x11/pixman
Library dependencies:
  1. libjpeg.so : graphics/jpeg-turbo
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_tigervnc-viewer-java
USES:
java jpeg xorg cmake:insource,noninja cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/TigerVNC/tigervnc/tar.gz/v1.15.0?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: net/tigervnc-server
CommitCreditsLog message
1.14.1
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**java.mk: Convert bsd.java.mk to USES

The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
1.14.0
31 Jul 2024 04:35:56
commit hash: 3d472dc668c6b9181505049e0bf7a38defd5364fcommit hash: 3d472dc668c6b9181505049e0bf7a38defd5364fcommit hash: 3d472dc668c6b9181505049e0bf7a38defd5364fcommit hash: 3d472dc668c6b9181505049e0bf7a38defd5364f files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
net/tigervnc-*: Update to 1.14.0

Changes:	https://github.com/TigerVNC/tigervnc/releases/tag/v1.14.0

A prominent change that affects FreeBSD port is:

* The viewers and servers now follow the XDG Base Directory
  Specification, like "~/.config", for storing files in the home
  directory. Existing users will continue using the legacy "~/.vnc"
  directory, but new users will get the XDG directories.

While here,
- Adjust BUILD_DEPENDS and LIB_DEPENDS reported in stage-qa
1.13.1_1
28 Jul 2023 17:13:17
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3fcommit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3fcommit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3fcommit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
1.13.1
09 Mar 2023 05:19:34
commit hash: 2f598ef8c61c30d056139c0a310e3469c6d337cfcommit hash: 2f598ef8c61c30d056139c0a310e3469c6d337cfcommit hash: 2f598ef8c61c30d056139c0a310e3469c6d337cfcommit hash: 2f598ef8c61c30d056139c0a310e3469c6d337cf files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
net/tigervnc-*: Update to 1.13.1

This fixes the following critical issues:

* x0vncserver can either crash itself, or crash the X server it is connected to
* The servers might crash if the clipboard is updated just as a client is
connected
* The vncserver service can fail to start on SELinux system if ~/.vnc doesn't
exist

While here, add NO_ARCH=yes to java viewer.

Changes:	https://github.com/TigerVNC/tigervnc/releases/tag/v1.13.1
1.12.0
07 Feb 2023 15:08:05
commit hash: 4747e1050974d56bb33b987fac3f32ddcec19372commit hash: 4747e1050974d56bb33b987fac3f32ddcec19372commit hash: 4747e1050974d56bb33b987fac3f32ddcec19372commit hash: 4747e1050974d56bb33b987fac3f32ddcec19372 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
net/tigervnc-viewer-java: add port

Number of commits found: 5