aboutsummaryrefslogtreecommitdiff
path: root/net/vncreflector/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove libjpeg.so.11 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428135
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* - Allow staging as a regular userAntoine Brodin2014-10-081-2/+1
| | | | | | | - Bump portrevision as configuration directory was not packaged Notes: svn path=/head/; revision=370478
* Fix build without gcc.Adam Weinberger2014-08-041-1/+2
| | | | Notes: svn path=/head/; revision=364036
* Support stagingEmanuel Haupt2014-02-281-9/+8
| | | | Notes: svn path=/head/; revision=346478
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Convert the headers of these ports I just drop maintainership of.Brooks Davis2013-02-281-5/+0
| | | | Notes: svn path=/head/; revision=313119
* Paul Chvostek has graciously agreed to take maintainership of these twoBrooks Davis2013-02-281-1/+1
| | | | | | | ports. Notes: svn path=/head/; revision=313113
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Our v*printf() family of functions don't return va_list to its originalMaxim Sobolev2007-04-241-1/+1
| | | | | | | | | | state upon return, therefore if we want to call such functions several times on different streams we need to wrap each call to va_start/va_end otherwise it either prints garbage on second and subsequent invocation or simply crashes the program. Notes: svn path=/head/; revision=190783
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Given vncreflector a chance on 4.x. First, require gcc-3.3 or newer asBrooks Davis2005-04-181-4/+6
| | | | | | | | | 2.95.4 appears to generate bad code (none of the debugging tools I tried could even come up with a decent stack trace when it died.) Second, fix the RC script so it can find rc.subr. Notes: svn path=/head/; revision=133624
* Add vncreflector 1.2.4.Brooks Davis2005-01-201-0/+38
From the website: VNC Reflector is a specialized VNC server which acts as a proxy sitting between real VNC server (a host) and a number of VNC clients. It was designed to work efficiently with large number of clients. Notes: svn path=/head/; revision=126928