pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 26 20:47:01 UTC 2010

Modified Files:
        pkgsrc/devel/boost-build: Makefile buildlink3.mk
        pkgsrc/devel/boost-headers: PLIST buildlink3.mk
        pkgsrc/devel/boost-jam: Makefile buildlink3.mk
        pkgsrc/devel/boost-libs: Makefile buildlink3.mk
        pkgsrc/devel/boost-python: buildlink3.mk
        pkgsrc/meta-pkgs/boost: Makefile.common distinfo
        pkgsrc/meta-pkgs/boost/patches: patch-aa patch-ac patch-aq patch-ar

Log Message:
Changes 1.45.0:
* Fixed a problem on kqueue-based platforms where a deadline_timer
  may never fire if the io_service is running in a background thread
* Fixed a const-correctness issue that prevented valid uses of
  has_service<> from compiling
* Fixed MinGW cross-compilation
* Removed dependency on deprecated Boost.System functions
* Ensured close()/closesocket() failures are correctly propagated
* Added a check for errors returned by
  InitializeCriticalSectionAndSpinCount
* Added support for hardware flow control on QNX
* Always use pselect() on HP-UX, if it is available.
* Ensured handler arguments are passed as lvalues
* Fixed Windows build when thread support is disabled
* Fixed a Windows-specific problem where deadline_timer objects with
  expiry times set more than 5 minutes in the future may never expire
* Fixed the resolver backend on BSD platforms so that an empty service
  name resolves to port number 0, as per the documentation
* Fixed read operations so that they do not accept buffer sequences of
  type const_buffers_1
* Redefined Protocol and id to avoid clashing with Objective-C++ keywords
* Fixed a vector reallocation performance issue that can occur when
  there are many active deadline_timer objects
* Fixed the kqueue backend so that it compiles on NetBSD
* Fixed the socket io_control() implementation on 64-bit Mac OS X and
  BSD platforms
* Fixed a Windows-specific problem where failures from accept() are
  incorrectly treated as successes
* Deprecated the separate compilation header <boost/asio/impl/src.cpp>
  in favour of <boost/asio/impl/src.hpp>


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/boost-build/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/boost-build/buildlink3.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/boost-headers/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/boost-headers/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/boost-jam/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/boost-jam/buildlink3.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/boost-libs/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/boost-libs/buildlink3.mk
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/boost-python/buildlink3.mk
cvs rdiff -u -r1.25 -r1.26 pkgsrc/meta-pkgs/boost/Makefile.common
cvs rdiff -u -r1.29 -r1.30 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/meta-pkgs/boost/patches/patch-aa
cvs rdiff -u -r1.5 -r1.6 pkgsrc/meta-pkgs/boost/patches/patch-ac \
    pkgsrc/meta-pkgs/boost/patches/patch-aq
cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/boost/patches/patch-ar

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index