CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/07/02 04:41:59
Modified files:
net : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
net/tightvnc : Makefile distinfo
net/tightvnc/patches: patch-Imakefile
patch-Xvnc_config_cf_OpenBSD_cf
patch-Xvnc_config_cf_vnc_def
patch-Xvnc_config_cf_vnclibs_def
patch-Xvnc_programs_Xserver_Imakefile
patch-Xvnc_programs_Xserver_cfb_stipsparc_s
patch-Xvnc_programs_Xserver_cfb_stipsprc32_s
patch-Xvnc_programs_Xserver_include_servermd_h
patch-vncserver patch-vncviewer_Imakefile
net/tightvnc/pkg: DESCR-main DESCR-viewer PLIST-main
PLIST-viewer
Log message:
drop tightvnc and allow ssvnc-viewer to replace tightvnc-viewer.
- tightvnc-server is based on a really old X release - it barely
works on i386, but doesn't support most X clients - and fails on most
other arch (it's neither LP64 nor big-endian clean).
x11vnc is a suitable alternative for some users, anyone interested
in the exact same type of functionality (standalone RFB X server)
should look at porting tigervnc.
- ssvnc-viewer is a significantly improved fork of tightvnc-viewer
and basically a drop-in replacement (same filename for the viewer).
ok dcoppa@ and supported by weerd@ and various ports@ readers