aboutsummaryrefslogtreecommitdiffstats
path: root/net/vnc
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN on 9.x: does not build.erwin2009-12-271-0/+4
|
* Add support for ia64. This needs to be compiled at -O0 to bemarcel2009-06-202-2/+14
| | | | | | functional. Ok'd by: itetcu
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-3/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* Add an extra patch which was never applied. This should fix the problemwxs2008-12-281-0/+2
| | | | | | | on AMD64. PR: ports/129288 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - Update to 4.1.3wxs2008-12-272-9/+6
| | | | | | | - This is still buggy on AMD64, I'm working on a fix. PR: ports/128510, ports/128515, ports/129289, ports/129894 Submitted by: Lots of people
* Maintainer does not have the time to maintain this one right now, so returnlinimon2008-12-161-1/+1
| | | | to the pool.
* Mark as BROKEN: checksum mismatch.stefan2008-10-251-0/+2
|
* Assign to new volunteer.linimon2008-09-051-1/+1
|
* Fix "invalid argument" error on startup of x0vncservervs2008-08-052-1/+12
| | | | | | PR: ports/116567 Submitted by: Naram Qashat Approved by: maintainer timeout
* net/vnc Xvnc won't run without fonts.alias installededwin2008-05-291-2/+3
| | | | | | | | | | | When building VNC (net/vnc) with the server option, Xvnc and vncserver and friends are built. Xvnc is the X server for the VNC session. However, if the server cannot find the 'fixed' font, which is supposed to be in fonts.alias, the server dies. PR: ports/118293 Submitted by: Clint Olsen <clint.olsen@gmail.com>
* Fix vnc server on amd64 by patching it from XFree86-4-Server (v4.3.0)itetcu2008-05-073-3/+854
| | | | | | | PR: ports/108413 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Tested by: "Josh Carroll" <josh.carroll@gmail.com> Approved by: maintainer
* Add missing runtime dependencies.anders2008-04-261-0/+3
| | | | Approved by: maintainer timeout
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-8/+7
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Fix build when WITHOUT_SERVER is set.anders2008-04-162-11/+2
| | | | | | PR: 122714 Submitted by: Helge Oldach <ports-net-vnc-apr08@oldach.net> Approved by: maintainer timeout
* Fix build on amd64.anders2008-04-121-0/+11
| | | | Approved by: maintainer timeout
* Make port build with GCC 4.anders2008-04-103-1/+20
| | | | | | Lose USE_GCC dependency. Approved by: maintainer timeout
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-071-0/+1
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* - fix CONFLICTSitetcu2007-06-131-2/+2
| | | | | | | - bump PORTREVISION PR: ports/108412 Submitted by: Tsurutani Naoki / James Raftery (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix patching of non-server variationpav2006-05-192-1/+2
| | | | Pointy hat to: pav
* - Update to 4.1.2pav2006-05-193-6/+16
| | | | | | | | | | | | PR: ports/97313 Submitted by: James Raftery <james@now.ie> (maintainer) Security: http://www.securityfocus.com/bid/17978 - Fix bug causing Xvnc to not work with XDMCP PR: ports/92414 Submitted by: Akihiro KAYAMA <kayama@personal-media.co.jp> Approved by: maintainer timeout (3+ months)
* - Cleanuppav2006-03-283-78/+62
| | | | | | | | - Use static pkg-plist - Convert to OPTIONS PR: ports/92691 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* SHA256ifyedwin2006-01-231-0/+4
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Clean up extensions directorypav2005-05-301-0/+3
| | | | Reported by: krismail
* - This requires perl for buildpav2005-05-281-1/+1
| | | | Reported by: krismail
* - Unbreak WITHOUT_SERVER casepav2005-05-271-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-241-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-102-1/+5
| | | | Submitted by: glewis
* - Fix build on non-i386 systems.krion2004-04-106-4/+125
| | | | | PR: ports/65354 Submitted by: maintainer
* Add size data, approved by maintainers.trevor2004-03-251-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-261-0/+1
| | | | Submitted by: maintainer
* - Update to 3.3.5pat2002-11-2510-92/+61
| | | | | | | - Give maintainership to Munish Chopra PR: ports/45537 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
* * Fix build on -current.obraun2002-11-133-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-112-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-072-1/+2
| | | | Approved by: pat
* Drop maintainership. I don't use this program (neat as it is) anymore,bmah2002-02-231-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-171-15/+15
|
* Fix builds under XFree86-4.bmah2000-11-091-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-241-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-102-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-022-7/+5
| | | | | | | for MAINTAINER. PR: 18950 Submitted by: maintainer
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-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-041-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-112-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-181-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-113-96/+114
| | | | | PR: 13664 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-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-192-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>
* Update for the New Perl policymsmith1998-10-102-2/+7
| | | | Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah)
* upgrade to 3.3.2r2 (3.3.2 distfile no longer available)thepish1998-08-302-6/+6
|
* Um, you need to define IGNOREFILES if you want to set checksum to IGNORE.asami1998-07-251-1/+2
| | | | (Otherwise bsd.port.mk will complain!)
* Remember that the vnc distribution archives are rebundled regularlymsmith1998-07-211-2/+2
| | | | without any substantial changes (breaking the md5 signatures).
* Update to VNC 3.3.2, handle the case where not all of the font directoriesmsmith1998-07-214-648/+92
| | | | | are present, portlint. Change MAINTAINER to Bruce Mah. Submitted by: Bruce A. Mah <bmah@CA.Sandia.GOV>
* Distfiles keep changing, without version bump or apparent updates.msmith1998-03-192-3/+4
|
* Distribution archives appear to have changed (no internal differences)msmith1998-03-031-2/+2
|
* This is the Olivetti and Oracle Research Labs Virtual Network Computingmsmith1998-02-266-0/+744
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.