K 10 svn:author V 2 mi K 8 svn:date V 27 2007-04-16T04:26:28.000000Z K 7 svn:log V 713 A long-standing issue in the vendor's reimplementation of vsnprintf() was not only inefficient (writing out to a file and then reading back!), but also had a bug in its handling of va_args. The most obvious ill-effect was the daemon crashing shortly after start-up on amd64. The inefficientcy was less obvious, but still there on all platforms. Although log.c contained HAVE_VSNPRINTF ifdef-s, the configure script does not check for the function's presence and never sets the define. Add the -DHAVE_VSNPRINTF as a simple work-around... Bump PORTREVISION. Approved by: maintainer While here, ditch the ancient socks5.sh.sample in favor of the proper USE_RC_SUBR script based on the maintainer-supplied code. END