summaryrefslogtreecommitdiff
path: root/net/vncviewer
AgeCommit message (Collapse)AuthorFilesLines
2008-02-14This conflicts with tightvncviewer. And bump revision.reed1-3/+6
(The other conflict in tightvncviewer was already there.) (Also while here fixes some indenting.)
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-4/+4
Patch provided by Sergey Svishchev in private mail.
2007-01-27+.include "../../x11/inputproto/buildlink3.mk" to fix modular x11 buildabs1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg4-2/+43
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-07-22- Update net/vncviewer4 to 4.1.2 (release notes just state "FIXED: Securityabs5-100/+41
vulnerability.", and move to net/vncviewer, replacing vncviewer-3.x - Remove vncpasswd from net/vnc and add to net/vncviewer - Bump PKGREVISION for net/vnc
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-07-13Make this work on Solaris, which has no ComplexProgramTargetNoMan()hubertf3-10/+13
function for Imakefiles, only ComplexProgramTarget(). Bump pkg revision to vncviewer-3.3.3.2nb2
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-24Update MASTER_SITES, from Florence HENRY in PR 29522.wiz1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-23Fix more bugs in the ip4-only section of the IPv6 patch.bouyer2-8/+18
2002-10-23Make it compile on Solaris.bouyer2-1/+42
2002-08-21use BUILD_DEFS instead of USE_INET6.grant1-2/+2
2002-04-25mark with USE_INET6itojun1-1/+2
2002-04-25pull IPv6 patch in. bump to nb1.itojun2-3/+10
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-22Use MIT-SHM on non-i386, non-Linux platforms.mycroft2-16/+21
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-13Update to vnc-3.3.3.2abs2-7/+6
Changes since 3.3.3.1: vncconnect New helper program for Xvnc, which causes it to make reverse connections to a listening VNC viewer. This is similar to WinVNC's "Add New Client" / -connect feature. Xvnc New option -inetd incorporating Andre Moreira's iXvnc functionality. Fix to hextile encoding, thanks to Michael A. Fetterman - this may be the cause of the "0 bpp problem". New connect out feature by using the vncconnect command. Fix some non-ascii capitalisation issues, thanks to Vlad Harchev. Fix bounding box calculation for arcs. Other minor bug fixes. vncserver Sets DISPLAY to use unix domain socket if possible (:dpynum rather than host:dpynum). Option -kill should now work if you give it $DISPLAY as an argument. vncviewer Fix Xaw string copy bug, thanks to Tim Waugh - this fixes the problems with the password dialog with recent versions of linux
2000-11-10Split vncviewer from vnc - its unhelpful to have to build the complete serverabs7-0/+59
_and_ depend on perl, just for the viewer package name: vncviewer-3.3.3.1