aboutsummaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* - Clean up extensions directoryPav Lucistnik2005-05-291-0/+3
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=136397
* - This requires perl for buildPav Lucistnik2005-05-271-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=136282
* - Unbreak WITHOUT_SERVER casePav Lucistnik2005-05-261-1/+1
| | | | | | | | Submitted by: glewis Pointy hat: pav Notes: svn path=/head/; revision=136183
* - Update to 4.1.1Pav Lucistnik2005-05-261-45/+90
| | | | | | | | PR: ports/81394 Submitted by: James Raftery <james@now.ie> (maintainer) Notes: svn path=/head/; revision=136167
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric 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) Notes: svn path=/head/; revision=114511
* - Use ${X11BASE} instead of hardcoded pathKirill Ponomarev2004-04-091-0/+4
| | | | | | | Submitted by: glewis Notes: svn path=/head/; revision=106613
* - Fix build on non-i386 systems.Kirill Ponomarev2004-04-091-4/+0
| | | | | | | | PR: ports/65354 Submitted by: maintainer Notes: svn path=/head/; revision=106604
* BROKEN on !i386: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103859
* o Add RUN_DEPEND on XFree86-4-clients, for the xauth binary, ifSergey A. Osokin2003-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) Notes: svn path=/head/; revision=84211
* Update to 3.3.7 and retire pkg-plist by autorebuild.Norikatsu Shigemura2003-03-231-2/+1
| | | | | | | | PR: ports/50123 Submitted by: James Raftery <james@now.ie> Notes: svn path=/head/; revision=77218
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76041
* Fix segmentation violation of vncviewer.Norikatsu Shigemura2003-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) Notes: svn path=/head/; revision=74449
* Give maintainership to james@now.iePatrick Li2003-01-111-1/+1
| | | | | | | | PR: ports/46959 Submitted by: maintainer (Munish Chopra <mchopra@engmail.uwaterloo.ca>) Notes: svn path=/head/; revision=72869
* * Update to 3.3.6 [James Raftery <james@now.ie>]Ying-Chieh Liao2003-01-081-11/+48
| | | | | | | | | | | * Add WITHOUT_SERVER knob [James Raftery <james@now.ie>] * Add USE_XPM [PR ports/42178] PR: 46842, 42178 Submitted by: maintainer Notes: svn path=/head/; revision=72731
* Add USE_XLIBKris Kennaway2002-11-251-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=71087
* - Update to 3.3.5Patrick Li2002-11-241-36/+25
| | | | | | | | | | - Give maintainership to Munish Chopra PR: ports/45537 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca> Notes: svn path=/head/; revision=71040
* * Fix build on -current.Oliver Braun2002-11-121-1/+1
| | | | | | | | | | * Change ports@freebsd.org to ports@FreeBSD.org while I'm here. PR: ports/45122 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=69987
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Drop maintainership. I don't use this program (neat as it is) anymore,Bruce A. Mah2002-02-221-1/+1
| | | | | | | and I'm not really following VNC-related developments. Notes: svn path=/head/; revision=55092
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53958
* Add IPv6 supporting patch.Munechika SUMIKAWA2001-05-161-1/+6
| | | | | | | Approved by: bmah Notes: svn path=/head/; revision=42639
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-15/+15
| | | | Notes: svn path=/head/; revision=37252
* Update vnc port to 3.3.3.2. This update adds a new helper programBruce A. Mah2000-11-031-4/+6
| | | | | | | | | | 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> Notes: svn path=/head/; revision=34692
* Update my email address in Makefile MAINTAINER field.Bruce A. Mah2000-08-231-1/+1
| | | | Notes: svn path=/head/; revision=31910
* respect NOPORTDOCS.Alexander Langer2000-06-271-3/+5
| | | | | | | | PR: 19316 Submitted by: maintainer Notes: svn path=/head/; revision=29910
* Update the good ole docs location and make PLIST generation on-the-fly soWill Andrews2000-06-091-2/+7
| | | | | | | | | | Bruce won't have to chase the distfile around. PR: 19154 Submitted by: MAINTAINER Notes: svn path=/head/; revision=29478
* Fix PLIST problems, make installation more robust, and change email addrWill Andrews2000-06-011-7/+3
| | | | | | | | | | for MAINTAINER. PR: 18950 Submitted by: maintainer Notes: svn path=/head/; revision=29067
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+2
| | | | Notes: svn path=/head/; revision=27423
* md5 on docs distribution changed (maintainer is working on getting thatChris Piazza2000-02-171-0/+1
| | | | | | | | | | tarball versioned too) so make the port ignore its md5. PR: 16752 Submitted by: maintainer Notes: svn path=/head/; revision=25900
* Update to 3.3.3r1Chris Piazza2000-02-101-6/+5
| | | | | | | | PR: 16617 Submitted by: maintaine Notes: svn path=/head/; revision=25628
* Update to version 3.3.3Chris Piazza1999-09-101-7/+7
| | | | | | | | PR: 13664 Submitted by: maintainer Notes: svn path=/head/; revision=21614
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* New MASTER_SITE.Steve Price1999-02-181-2/+2
| | | | | | | | PR: 9971 Submitted by: maintainer Notes: svn path=/head/; revision=16761
* Update to use new WRKSRC directory.Steve Price1999-01-071-9/+9
| | | | | | | | | PR: 9353 Reviewed by: maintainer Submitted by: Allan Saddi <asaddi@philosophysw.com> Notes: svn path=/head/; revision=15905
* Update to version 3.3.2r3.Steve Price1998-12-231-6/+6
| | | | | | | | PR: 9164 Submitted by: maintainer Notes: svn path=/head/; revision=15514
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Update for the New Perl policyMike Smith1998-10-101-2/+3
| | | | | | | Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah) Notes: svn path=/head/; revision=13805
* upgrade to 3.3.2r2 (3.3.2 distfile no longer available)Peter Hawkins1998-08-301-5/+5
| | | | Notes: svn path=/head/; revision=12914
* Um, you need to define IGNOREFILES if you want to set checksum to IGNORE.Satoshi Asami1998-07-251-1/+2
| | | | | | | (Otherwise bsd.port.mk will complain!) Notes: svn path=/head/; revision=12113
* Update to VNC 3.3.2, handle the case where not all of the font directoriesMike Smith1998-07-201-16/+13
| | | | | | | | are present, portlint. Change MAINTAINER to Bruce Mah. Submitted by: Bruce A. Mah <bmah@CA.Sandia.GOV> Notes: svn path=/head/; revision=12022
* Distfiles keep changing, without version bump or apparent updates.Mike Smith1998-03-191-1/+2
| | | | Notes: svn path=/head/; revision=10224
* This is the Olivetti and Oracle Research Labs Virtual Network ComputingMike Smith1998-02-261-0/+48
client and server for Unix. VNC provides a virtual X server which can display remotely on other X systems, as well as Win32 clients and any Java capable browser. (The last requires the companion vncjava port.) See http://www.orl.co.uk/vnc/ for more details. Notes: svn path=/head/; revision=9934