summaryrefslogtreecommitdiffstats
path: root/net/vnc
Commit message (Collapse)AuthorAgeFilesLines
* - Clean up extensions directorypav2005-05-291-0/+3
| | | | Reported by: krismail
* - This requires perl for buildpav2005-05-271-1/+1
| | | | Reported by: krismail
* - Unbreak WITHOUT_SERVER casepav2005-05-261-1/+1
| | | | | Submitted by: glewis Pointy hat: pav
* - Update to 4.1.1pav2005-05-2611-203/+129
| | | | | PR: ports/81394 Submitted by: James Raftery <james@now.ie> (maintainer)
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-231-2/+2
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* - Use ${X11BASE} instead of hardcoded pathkrion2004-04-092-1/+5
| | | | Submitted by: glewis
* - Fix build on non-i386 systems.krion2004-04-096-4/+125
| | | | | PR: ports/65354 Submitted by: maintainer
* Add size data, approved by maintainers.trevor2004-03-241-0/+1
|
* BROKEN on !i386: Does not compilekris2004-03-131-1/+7
|
* o Add RUN_DEPEND on XFree86-4-clients, for the xauth binary, ifosa2003-07-041-0/+12
| | | | | | | | | | | | | | | | | | | installing server components. Reported by Albert Kinderman <albert.kinderman@csun.edu> and Peter van Dijk <peter@dataloss.nl> o Add RUN_DEPEND on XFree86-4-fontDefaultBitmaps, for a 'fixed' font, if installing server components. Reported by Albert Kinderman <albert.kinderman@csun.edu> and Peter van Dijk <peter@dataloss.nl> o Print a short message in pre-build to note the WITHOUT_SERVER knob. o Bump PORTREVISION PR: 54017 Patch submitted by: James Raftery <james@now.ie> Approved by: fjoe (mentor) (implicit)
* Remove bogus patchpat2003-07-031-20/+0
| | | | | Submitted by: iedowse Approved by: maintainer
* Update to 3.3.7 and retire pkg-plist by autorebuild.nork2003-03-233-21/+2
| | | | | PR: ports/50123 Submitted by: James Raftery <james@now.ie>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix segmentation violation of vncviewer.nork2003-02-021-0/+3
| | | | | | | | PR: ports/46106, ports-jp/13501 Reported by: parv <parv_fm@emailgroups.net> Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Reviewed by: James Raftery <james@now.ie> (maintainer) Approved by: James Raftery <james@now.ie> (maintainer)
* Give maintainership to james@now.iepat2003-01-111-1/+1
| | | | | PR: ports/46959 Submitted by: maintainer (Munish Chopra <mchopra@engmail.uwaterloo.ca>)
* * Update to 3.3.6 [James Raftery <james@now.ie>]ijliao2003-01-082-12/+49
| | | | | | | | * Add WITHOUT_SERVER knob [James Raftery <james@now.ie>] * Add USE_XPM [PR ports/42178] PR: 46842, 42178 Submitted by: maintainer
* Add USE_XLIBkris2002-11-251-0/+1
| | | | Submitted by: maintainer
* - Update to 3.3.5pat2002-11-2410-92/+61
| | | | | | | - Give maintainership to Munish Chopra PR: ports/45537 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
* * Fix build on -current.obraun2002-11-123-1/+21
| | | | | | | * Change ports@freebsd.org to ports@FreeBSD.org while I'm here. PR: ports/45122 Submitted by: Volker Stolz <vs@foldr.org>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Drop maintainership. I don't use this program (neat as it is) anymore,bmah2002-02-221-1/+1
| | | | and I'm not really following VNC-related developments.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Add IPv6 supporting patch.sumikawa2001-05-162-1/+7
| | | | Approved by: bmah
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-15/+15
|
* Fix builds under XFree86-4.bmah2000-11-081-0/+13
|
* Update vnc port to 3.3.3.2. This update adds a new helper programbmah2000-11-033-5/+8
| | | | | | | vncconnect(1), which allows a VNC server to connect to a listening VNC client. It also adds a few minor bugfixes and enhancements.. Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net>
* Update my email address in Makefile MAINTAINER field.bmah2000-08-231-1/+1
|
* respect NOPORTDOCS.alex2000-06-271-3/+5
| | | | | PR: 19316 Submitted by: maintainer
* Update the good ole docs location and make PLIST generation on-the-fly sowill2000-06-092-123/+7
| | | | | | | Bruce won't have to chase the distfile around. PR: 19154 Submitted by: MAINTAINER
* Fix PLIST problems, make installation more robust, and change email addrwill2000-06-012-7/+5
| | | | | | | for MAINTAINER. PR: 18950 Submitted by: maintainer
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+2
|
* md5 on docs distribution changed (maintainer is working on getting thatcpiazza2000-02-172-1/+2
| | | | | | | tarball versioned too) so make the port ignore its md5. PR: 16752 Submitted by: maintainer
* Update to 3.3.3r1cpiazza2000-02-102-8/+7
| | | | | PR: 16617 Submitted by: maintaine
* The VNC distfiles changed without a version number bump, making thejedgar2000-02-031-2/+0
| | | | | | PLIST (and package-building) break again. Submitted by: Maintainer
* One more fixing PLIST.sumikawa2000-01-221-1/+3
| | | | It caused by keeping changing of document without version bump.
* Fix PLIST.sumikawa2000-01-111-4/+0
| | | | Reviewed by: maintainer
* Comments from maintainer:steve1999-12-102-1/+28
| | | | | | | | | | 1. Fix build problems on 4.0-CURRENT (submitted by both Mike Haertel <mike@ducky.net> and "Chris D. Faulhaber" <jedgar@fxp.org>). 2. Fix package-building problems, noted by scripts on bento. PR: 15391 Submitted by: maintainer
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-171-1/+1
|
* The "*.html~" files don't seem to exist, so delete them from PLIST.asami1999-09-111-6/+0
|
* Update to version 3.3.3cpiazza1999-09-103-96/+114
| | | | | PR: 13664 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-2/+0
|
* Another bunch off WWW: links in DESCRscrappy1999-04-221-0/+2
|
* New MASTER_SITE.steve1999-02-182-3/+3
| | | | | PR: 9971 Submitted by: maintainer
* Update to use new WRKSRC directory.steve1999-01-071-9/+9
| | | | | | PR: 9353 Reviewed by: maintainer Submitted by: Allan Saddi <asaddi@philosophysw.com>
* Update to version 3.3.2r3.steve1998-12-232-7/+7
| | | | | PR: 9164 Submitted by: maintainer
* Remove extraneous x11 from CATEGORIES.steve1998-11-211-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
OpenPOWER on IntegriCloud