freebsd-ports/lang/ruby18
Stanislav Sedov d99591ca7b - Ruby socket connect code seems to work unstably in case if connection
to remote host was refused. FreeBSD connect(2) call returns EINVAL in
  that case and clears the error code, so there's no way to determine
  what happened. Reimplement ruby_connect via select call instead of
  polling the status by connect(2). This may also reduce overhead (though,
  not verified).

Reported by:	Saku Ytti <saku@ytti.fi>
2009-02-23 00:41:07 +00:00
..
files - Ruby socket connect code seems to work unstably in case if connection 2009-02-23 00:41:07 +00:00
distinfo - Update ruby18 to 1.8.7p72. 2009-02-12 14:24:56 +00:00
Makefile - Fix build with port's openssl version. 2009-02-12 17:54:27 +00:00
pkg-descr
pkg-message
pkg-plist - Fix pkg-plist. 2009-02-12 14:59:29 +00:00