Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-14 | This conflicts with tightvncviewer. And bump revision. | reed | 1 | -3/+6 | |
(The other conflict in tightvncviewer was already there.) (Also while here fixes some indenting.) | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -4/+4 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2007-01-27 | +.include "../../x11/inputproto/buildlink3.mk" to fix modular x11 build | abs | 1 | -1/+2 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -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_IMAKE | joerg | 4 | -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: Security | abs | 5 | -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-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-07-13 | Make this work on Solaris, which has no ComplexProgramTargetNoMan() | hubertf | 3 | -10/+13 | |
function for Imakefiles, only ComplexProgramTarget(). Bump pkg revision to vncviewer-3.3.3.2nb2 | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-24 | Update MASTER_SITES, from Florence HENRY in PR 29522. | wiz | 1 | -2/+2 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-10-23 | Fix more bugs in the ip4-only section of the IPv6 patch. | bouyer | 2 | -8/+18 | |
2002-10-23 | Make it compile on Solaris. | bouyer | 2 | -1/+42 | |
2002-08-21 | use BUILD_DEFS instead of USE_INET6. | grant | 1 | -2/+2 | |
2002-04-25 | mark with USE_INET6 | itojun | 1 | -1/+2 | |
2002-04-25 | pull IPv6 patch in. bump to nb1. | itojun | 2 | -3/+10 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-22 | Use MIT-SHM on non-i386, non-Linux platforms. | mycroft | 2 | -16/+21 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-13 | Update to vnc-3.3.3.2 | abs | 2 | -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-10 | Split vncviewer from vnc - its unhelpful to have to build the complete server | abs | 7 | -0/+59 | |
_and_ depend on perl, just for the viewer package name: vncviewer-3.3.3.1 |