Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2006 20:40:19
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Jan 20 20:40:19 UTC 2006

Modified Files:
	pkgsrc/devel/boost-build: Makefile
	pkgsrc/devel/boost-docs: PLIST
	pkgsrc/devel/boost-headers: Makefile PLIST
	pkgsrc/devel/boost-libs: Makefile
	pkgsrc/doc: CHANGES
	pkgsrc/meta-pkgs/boost: Makefile.common distinfo
	pkgsrc/meta-pkgs/boost/patches: patch-aa patch-af
Removed Files:
	pkgsrc/meta-pkgs/boost/patches: patch-ae patch-ag

Log Message:
Update boost* to 1.33.1:

Any Library: Cast to reference types introduced in 1.33.0 is now documented on
any_cast documentation page.

Config Library: Don't undef BOOST_LIB_TOOLSET after use.

Boost.Python:
* The build now assumes Python 2.4 by default, rather than 2.2
* Support Python that's built without Unicode support
* Support for wrapping classes with overloaded address-of (&) operators

Smart Pointer Library: Fixed problems under Metrowerks CodeWarrior on PowerPC
(Mac OS X) with inlining on, GNU GCC on PowerPC 64.

Regex Library: Fixed the supplied makefiles, and other small compiler specific
changes. Refer to the regex history page for more information on these and
other small changes.

Iostreams Library: Improved the interface for accessing a chain's components,
added is_open members to the file and file descriptor devices, fixed
memory-mapped files on Windows, and made minor changes to the documentation.

Functional/Hash Library: Fixed the points example.

Multi-index Containers Library: Fixed a problem with multithreaded code, and
other minor changes. Refer to the library release notes for further details.

Graph Library:
* Fixed a problem with the relaxed heap on x86 Linux (fixes bug in
  dijkstra_shortest_paths).
* Fixed problems with cuthill_mckee_ordering and king_ordering producing no
  results.
* Added color_map parameter to dijkstra_shortest_paths.

Signals Library: Fixed problems with the use of Signals across shared library
boundaries.

Thread library: read_write_mutex has been removed due to problems with
deadlocks.  Wave library (V1.2.1) Fixed a couple of problems, refer to the
change log for further details.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/boost-build/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/boost-docs/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/boost-headers/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/boost-libs/Makefile
cvs rdiff -r1.12587 -r1.12588 pkgsrc/doc/CHANGES
cvs rdiff -r1.5 -r1.6 pkgsrc/meta-pkgs/boost/Makefile.common \
    pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/meta-pkgs/boost/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/meta-pkgs/boost/patches/patch-ae \
    pkgsrc/meta-pkgs/boost/patches/patch-ag
cvs rdiff -r1.1 -r1.2 pkgsrc/meta-pkgs/boost/patches/patch-af

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