freebsd-ports/devel/boost-libs
Jung-uk Kim 165827a5c5 Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command.
Although POSIX says the type is 'int', all BSD variants (including Mac OS X)
have been using 'unsigned long' type for very long time and its use predates
the standard long enough.  For certain commands (e.g., FIONBIO), the integer
value may get sign-extended on 64-bit platforms (by implicit type promotion)
and it causes annoying warnings from kernel such as this:

WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e

Approved by:	churanov.port.maintainer@gmail.com (maintainer timeout)
2010-07-19 22:25:04 +00:00
..
files Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command. 2010-07-19 22:25:04 +00:00
distinfo Update to 1.43.0 2010-06-11 23:15:26 +00:00
Makefile Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command. 2010-07-19 22:25:04 +00:00
pkg-descr
pkg-plist Update to 1.43.0 2010-06-11 23:15:26 +00:00