Commit graph

9 commits

Author SHA1 Message Date
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Maxim Sobolev
b5c3d34125 Remove bogus hunk. 2007-04-24 05:57:15 +00:00
Maxim Sobolev
fe39c2ed78 Our v*printf() family of functions don't return va_list to its original
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.
2007-04-24 05:56:39 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Brooks Davis
3b41e440b5 Don't bogusly list the rc.d script in the plist. USE_RC_SUBR does this
for us.

Reported by:	krismail
2006-01-24 17:15:26 +00:00
Brooks Davis
fe5bc0ecd2 add SHA256 2005-11-11 19:03:22 +00:00
Brooks Davis
882b28e78e Given vncreflector a chance on 4.x. First, require gcc-3.3 or newer as
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.
2005-04-18 22:35:16 +00:00
Brooks Davis
9eae09a7d5 Add vncreflector 1.2.4.
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.
2005-01-20 10:35:48 +00:00