summaryrefslogtreecommitdiff
path: root/net/tightvnc
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-08Update to tightvnc-1.3.10.tnn5-30/+47
* Unix Server: Applied fixes for 64-bit Linux issues * Unix Server: Made the vncserver script read configuration from files * Other minor improvements and bugfixes. While here, do the DESTDIR thing.
2009-04-27Add conflicts between the "tightvnc" and "vncviewer" packages whichtron1-4/+3
both install "man/man1/vncpasswd.1".
2009-03-02Mark as not -j2 safe.wiz1-1/+2
2008-06-18pkgsrc-users, not packages (hi riz!)wiz1-2/+2
2008-06-07Stop pretending like I have time to maintain packages that I don'triz1-2/+2
even really use anymore.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-07-01Nitpick: use += for DEPENDS (make pkglint warn about this and get a cookie)tnn1-4/+4
2007-07-01Make the tightvnc package a bit more modular X.org-friendly:tnn3-20/+34
- If using modular X.org, depend on x11/rgb - Set rgb- and font-paths to sane default values - While here, fix some pkglint warnings - Bump PKGREVISION
2007-06-17Update to tightvnc-1.3.9. pkgsrc changes:tnn5-24/+33
--- o patch-{ad,al}: regen o patch-ak: recognise NetBSD/amd64 o Makefile: support X11_TYPE=modular and NetBSD/amd64 Major upstream changes that affect the server portion of the unix port: 1.3.9 ----- o Added support for the standard RFB protocol version 3.8 with TightVNC extensions. o Made "host:port" parsing maximally compatible with VNC4. Interpreting a number in host names like somehost:5900 as an actual port number if it's not in the range [0..99]. o Applied patches from Debian Linux that port Xvnc to x86_64 platform (tightvnc-1.2.9-amd64support.p and tightvnc-1.3_alpha7-x86_64.patch), thanks to Quanah Gibson-Mount. 1.3dev7 ------- o Fixed a serious bug with sending cursor updates when there was no FrameBufferUpdateRequest from that client. o Fixed problems with building Xvnc on modern linux distributions, such as Fedora Core 3. o Disallowing clipboard transfers for view-only clients. 1.3dev5 ------- o A number of bugfixes -- copying clipboard to non-authenticated clients in Xvnc, delayed cursor shape updates in Xvnc, and crashing on switching between KDE virtual desktops in vncviewer. o Support for the new -autopass option has been added, a patch from Ki NETWORKS, Inc.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-5/+5
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-06-12GNU make isn't required all of the time... only for Linux. As thejlam1-3/+1
pkgsrc imake-handling already causes gmake to be used on Linux, remove USE_TOOLS+=gmake from the package Makefile. This correctly fixes PR pkg/23078 and PR pkg/29656.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-18riz volunteered to maintain this package.wiz1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-06Apply patch from net/vnc to make this build on NetBSD >= 3.0.xtraeme2-1/+26
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-11Convert to buildlink3.snj3-9/+9
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03allow this package to work on sparc / arm (ELF) platforms. now builds,mrg3-23/+27
but crashes on sparc64 still....
2003-11-27Update tightvnc to 1.2.9 to match tightvncviewerabs20-346/+191
Changelog since 1.2.6 seems to mainly list const fixes.
2003-10-11add USE_GNU_TOOLS+=make.grant1-1/+3
fixes PR pkg/23078 from Jeremy C. Reed.
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-20zero out sockaddr_in before using it in bind() or connect().lukem3-1/+43
Xvnc -localhost and Xvnc -interface ip4addr now works...
2002-10-20Update to tightvnc 1.2.6. Notable changes:lukem11-66/+125
all: - supply manual pages Xvnc: - fixed crash in the font server code - fixed blocking I/O problem which led to easy denial-of-service attacks via built-in HTTP server - fixed memory alignment problem in Raw encoder, for systems with strict alignment constraints - support libwrap for server access control - rely upon system zlib instead of shipping own copy - reset compression level & JPEG image quality on reading client's encoding list - allow applet parameters to be specified in URL request to the HTTP server vncpasswd: - work correctly if a filename is given vncserver: - default depth is 24 instead of 8 - attempt restart once if failed first time due to font path lossage - removed 2 second startup delay - allow users to keep vnc directories in /tmp - work correctly if $XAUTHORITY is not set
2002-10-09buildlink1 -> buildlink2jlam3-9/+13
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-02-19Fix cpp problems on -current, by using USE_CC_E.mycroft2-9/+23
2002-02-12Updated tightvnc to 1.2.2martti2-7/+7
- Xvnc: Minor bugfix which should prevent potential dereference of a NULL pointer. - One more packaging option for the Unix source: ready to build archive with Zlib and JPEG libraries inside. - Other minor fixes and cleanups.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-23Add docs tar file.mycroft1-1/+3
2001-09-23Tight VNC, from www.tightvnc.com.mycroft14-0/+1028