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 /devel/Makefile | |
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 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6ae29938e3d..3cf48d51fa0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.504 2004/06/06 21:44:51 salo Exp $ +# $NetBSD: Makefile,v 1.505 2004/06/06 23:51:36 tv Exp $ # COMMENT= Development utilities @@ -46,6 +46,8 @@ SUBDIR+= boehm-gc SUBDIR+= bonobo SUBDIR+= bonobo-conf SUBDIR+= boost +SUBDIR+= boost-python +SUBDIR+= boost-thread SUBDIR+= buddy SUBDIR+= buildtool SUBDIR+= buildtool-doc |