aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs
Commit message (Collapse)AuthorAgeFilesLines
* Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command.Jung-uk Kim2010-07-192-0/+91
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=257981
* Update to 1.43.0Max Brazhnikov2010-06-117-92/+402
| | | | | | | | | PR: ports/146707 Submitted by: Armin Pirkovitsch <armin at frozen-zone.org> Reviewed by: Alexander Churanov (maintainer) Notes: svn path=/head/; revision=256420
* o Add compile gcc option to make sure that boost compilation toolchainMario Sergio Fujikawa Ferreira2010-03-152-0/+17
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=251058
* - Fix WITH_PYTHON plist errorsPhilip M. Gollucci2010-02-161-2/+0
| | | | | | | | | | | | | | devel/boost-libs *never* installs python wrappers devel/boost-python-libs is used now PR: ports/143982 Submitted by: myself (pgollucci) Approved by: Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=249978
* - Update boost to 1.41Pav Lucistnik2009-12-297-277/+632
| | | | | | | | PR: ports/141749 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=246863
* Fix build on sparc64. No need to bump portrevision.Mark Linimon2009-12-041-0/+15
| | | | | | | | Tested on: i386, sparc64 Submitted by: maintainer Notes: svn path=/head/; revision=245188
* - Update boost to 1.39Pav Lucistnik2009-07-2811-0/+7536
- Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504