summaryrefslogtreecommitdiff
path: root/net/vnc
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+4
2005-02-17Use a more elegant method to solve the problem with the conflictiontron2-6/+17
definition of the abs() macro. Based on a suggestion by Roland Illig.
2005-02-04Don't define abs() as macro under NetBSD because it conflicts with thetron2-1/+15
prototype of abs() in "stdlib.h" after de-__P-ing "stdlib.h".
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-11-27Not used this for several years, it needs a maintainer who doesabs1-2/+2
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-05-01Use ${ROOT_USER}:${ROOT_GROUP} instead of root:root, even if it is onlyagc1-2/+2
on Solaris.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-31Quote CC in MAKE_ENVabs1-2/+2
2002-11-26Add RCS tag.cjep1-0/+1
2002-10-23Make compile on Solaris (fix typo introduced by IPv6 patch).bouyer4-2/+39
Don't override ${CC} when compiling imake Install Xvnc sgid root, as Xsun creates /tmp/.X11-* 770.
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-2/+9
2002-01-31Fix cpp handling in vnc's private imake to deal with change of cpp locationmarkd2-7/+21
as per same change made to Xfree86's imake recently.
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-22UseRgbTxt should be YES, since this is what we use with both XF86 3 and XF86 4.mycroft2-72/+141
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-5/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-20Fix i386 (and possibly atari and arm32) after last fix :)wiz2-17/+10
2001-03-16Sync the NetBSD.cf config file with what we shipped with NetBSD-1.5dmcmahill2-15/+657
with the exception that HasXdmAuth is set to NO (since vnc doesn't have the Wraphelp.c file). This fixes problems on pmax, alpha, and maybe others. This closes PR 10108
2001-03-12Fix vnc on macppc. Closes pkg/11510.wiz2-11/+20
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-12-19do not try to install xml files. should fix recently noted bulk build problemsdmcmahill1-2/+2
2000-12-17fix broken MASTER_SITE (s/www/ftp). Hopefully fixes part of the problemdmcmahill1-2/+2
in PR 11753 filed by htodd@allison.i8u.org
2000-12-16vnc-latest_doc.tgz must die! Instead of using vnc-latest_doc, use thedmcmahill3-25/+10
documentation for this particular release of the program. This should fix the doc md5 once and for all.
2000-12-15Update checksum for latest documentation archive.tron1-2/+2
2000-11-15Fix incorrect dependence line.tron1-2/+2
2000-11-13Fix build on ELF sparc systems but testing on __ELF__ or SVR4, not just SVR4abs8-32/+60
2000-11-13Update to vnc-3.3.3.2abs5-13/+15
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 out vncviwer into its own package. Depend on itabs9-115/+86
2000-11-09Would you believe it. Checksum on vnc-latest_doc.tgz changes againabs1-2/+2
2000-11-07Checksum of vnc-doc-latest changed.mjl1-2/+2
2000-09-25Checksum for vnc-latest_doc.tgz changes. Again. Update to match.abs1-2/+2
2000-09-10 * Update for changed 'doc' distfile (old distfile removed from ftp.netbsd.org)hubertf3-7/+7
* Recognize endiannes of NetBSD/powerpc properly. Adresses PR 10504 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-9/+5
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-5/+5
2000-07-21Sync checksum for "vnc-latest_doc.tgz" with reality. Fixes PR pkg/10635tron1-2/+2
by Erich T. Enke.
2000-07-13docs file has changeddmcmahill1-2/+2
2000-07-11Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.agc1-2/+2
2000-02-18Updated vnc to 3.3.3.1. Also fixes md5 for docs, reported to be wrongwiz3-9/+11
by Eric Mumpower <nocturne@arepa.com> in pkg/9440. Changes from 3.3.3 (from the webpage): Xvnc * Xvnc now uses a "deferred update" mechanism which enhances performance in many cases. After any change to the framebuffer, Xvnc waits for a time (default 40ms) before sending an update to any waiting clients. This means that more changes tend to get coalesced together in a single update. The time can be changed with the -deferupdate option. Setting it to 0 results in the same behaviour as previous versions of Xvnc. * There are a couple of security enhancements. The -localhost option now causes Xvnc to only listen on the loopback interface. This means that it shouldn't be vulnerable to port scanning. Also a "too many tries" feature on authentication failure is now implemented. After five failed attempts, further attempts are delayed by an exponentially increasing amount, starting at ten seconds. vncserver * Uses SO_REUSEADDR when testing to see which ports are free. vncviewer * When given -owncmap in full screen mode, tries to install the colormap. This works only when no window manager is running. * The popup window now always uses the default colormap. * The "backing store" attribute can now be set on the desktop window via the "backingStore" resource. It defaults to "Always", meaning the X server should keep the contents of the viewer window when it gets obscured by other windows.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-23updated md5 hash for vnc-latest_doc.tgzwindsor1-2/+2
1999-09-28Make this package build on NetBSD-arm32.tron2-1/+15
1999-09-05There is no file "orlbutton.gif" in "vnc-latest_doc.tgz". So whereevertron1-2/+1
that file came frome it was not version 3.3.3 of the "vnc" package.
1999-09-05add share/doc/vnc/orlbutton.gifhubertf1-1/+2
1999-09-04- Install documentation with "install" instead of a complicated "tar" pipetron2-8/+5
construct. - Avoid installing RCS and editor backup files.