Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2012-08-27 10:49:10
Message id: 20120827084910.46712175DD@cvs.netbsd.org

Log Message:
Changes 1.51.0:
New Libraries
* Context: Context switching library, from Oliver Kowalke.
Updated Libraries
* Algorithm:
- Fixed is_sorted_until ; now matches the c++11 standard behavior on ranges with
  duplicate values.
- Added range support for the rest of the search algorithms.
- unhex now uses Boost.Exception to signal bad input.
* Asio:
- Fixed an incompatibility between ip::tcp::iostream and C++11.
- Decorated GCC attribute names with underscores to prevent interaction with
  user-defined macros.
- Added missing #include <cctype>, needed for some versions of MinGW.
- Changed to use gcc's atomic builtins on ARM CPUs, when available.
- Changed strand destruction to be a no-op, to allow strand objects to be
  destroyed after their associated io_service has been destroyed.
- Added support for some newer versions of glibc which provide the
  epoll_create1() function but always fail with ENOSYS.
- Changed the SSL implementation to throw an exception if SSL engine
  initialisation fails.
- Fixed another regression in buffered_write_stream.
- Implemented various minor performance improvements, primarily targeted at
  Linux x86 and x86-64 platforms.
* Config:
- Deprecated a whole bunch of macros that were c++11 specific, but not named to
  show that they were c++11 specific. Made new macros with better names, and
  paired the old macros with the new ones. Updated the documentation to list
  the deprecated macros.
[more..]

Files:
RevisionActionfile
1.23modifypkgsrc/devel/boost-build/buildlink3.mk
1.21modifypkgsrc/devel/boost-headers/PLIST
1.24modifypkgsrc/devel/boost-headers/buildlink3.mk
1.19modifypkgsrc/devel/boost-jam/buildlink3.mk
1.15modifypkgsrc/devel/boost-libs/PLIST
1.25modifypkgsrc/devel/boost-libs/buildlink3.mk
1.28modifypkgsrc/devel/boost-python/buildlink3.mk
1.36modifypkgsrc/meta-pkgs/boost/Makefile.common
1.47modifypkgsrc/meta-pkgs/boost/distinfo
1.10modifypkgsrc/meta-pkgs/boost/patches/patch-aa
1.7modifypkgsrc/meta-pkgs/boost/patches/patch-ac
1.12modifypkgsrc/meta-pkgs/boost/patches/patch-ad
1.2removepkgsrc/meta-pkgs/boost/patches/patch-libs_signals_src_named_slot_map.cpp