diff options
author | tv <tv@pkgsrc.org> | 2004-06-06 23:51:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-06-06 23:51:36 +0000 |
commit | 7db9aba4f1208760bf138aba5e09590c8b63097e (patch) | |
tree | a7cd5640e780892a1cc931e96366f7a8261a7415 /doc | |
parent | 16b4e10ff40d33d730c0cad231f1a5afeefedf7b (diff) | |
download | pkgsrc-7db9aba4f1208760bf138aba5e09590c8b63097e.tar.gz |
Update devel/boost to 1.31.0. The most notable change here is a more robust
build system, which is actually being used now to build the backing binary
libraries necessary to make date_time, regex, and a few other libraries
work.
While here, the thread and python libraries have been split out to their
own subpackages, devel/boost-thread and devel/boost-python, so that the
main boost package need not rely on the presence of either to provide
basic functionality.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index fc492c747b3..930403d142f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6171 2004/06/06 23:08:11 heinz Exp $ +$NetBSD: CHANGES,v 1.6172 2004/06/06 23:51:36 tv Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2829,4 +2829,6 @@ Changes to the packages collection and infrastructure in 2004: Updated exim-exiscan to 4.34_22 [abs 2004-06-06] Updated cpuflags to 0.70 [abs 2004-06-06] Updated opera to 7.51 [heinz 2004-06-06] - + Updated boost to 1.31.0 [tv 2004-06-06] + Added boost-thread-1.31.0 [tv 2004-06-06] + Added boost-python-1.31.0 [tv 2004-06-06] |