freebsd-ports/ftp/ncftp3
David E. O'Brien 3e86864a19 Somewhere along the way of 8-CURRENT, we seem to have diverged in
functionality from other Unixen (including FreeBSD 7.0):
	NcFTP's sio library function, _SConnect, wants to select() for one
	descriptor.  It creates fd_set structures for writable fds and
	exception fds, with each fd set having only one bit set corresponding
	to the single descriptor it is selecting.  select() then returns 2,
	rather than 1.  NcFTP was checking if select returned 1, and if so,
	OK, if not 1, error.  Since 2 was returned, this was causing a problem.

Submitted by:	Mike Gleason <mgleason@ncftp.com>
2008-09-03 15:32:54 +00:00
..
files Somewhere along the way of 8-CURRENT, we seem to have diverged in 2008-09-03 15:32:54 +00:00
distinfo Upgrade to version 3.2.2. 2008-08-26 16:21:45 +00:00
Makefile Somewhere along the way of 8-CURRENT, we seem to have diverged in 2008-09-03 15:32:54 +00:00
pkg-descr
pkg-plist Upgrade to version 3.2.2. 2008-08-27 14:31:01 +00:00