Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2B7C363B95F for ; Fri, 26 Nov 2010 21:07:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFDD719D5A3; Fri, 26 Nov 2010 21:07:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6980119D593 for ; Fri, 26 Nov 2010 21:07:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 29546175DD; Fri, 26 Nov 2010 21:07:01 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 26 Nov 2010 21:07:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/boost-docs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20101126210701.29546175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri Nov 26 21:07:01 UTC 2010 Modified Files: pkgsrc/devel/boost-docs: Makefile PLIST 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 in favour of To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/boost-docs/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/boost-docs/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.