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)
acknowledges that gcc versions prior to 4.3.x do not implement
inclass member initialization.
o This enables net-p2p/libtorrent-rasterbar-14 to build python
bindings with the base system gcc on FreeBSD 8.x. Previously, we
would have had to resort gcc 4.3+ ports.
o Bump PORTREVISION
PR: ports/144336
Approved by: maintainer (timeout 16 days)
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)