Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2004 23:51:37
Module Name:	pkgsrc
Committed By:	tv
Date:		Sun Jun  6 23:51:37 UTC 2004

Modified Files:
	pkgsrc/devel: Makefile
	pkgsrc/devel/boost: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/doc: CHANGES
Added Files:
	pkgsrc/devel/boost: Makefile.common toolset.mk
	pkgsrc/devel/boost-python: DESCR Makefile PLIST buildlink3.mk
	pkgsrc/devel/boost-thread: DESCR Makefile PLIST buildlink3.mk
	pkgsrc/devel/boost/patches: patch-aa patch-ab
Removed Files:
	pkgsrc/devel/boost/files: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.504 -r1.505 pkgsrc/devel/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/boost/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/devel/boost/Makefile.common \
    pkgsrc/devel/boost/toolset.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/boost/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/boost/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/boost/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/boost-python/DESCR \
    pkgsrc/devel/boost-python/Makefile pkgsrc/devel/boost-python/PLIST \
    pkgsrc/devel/boost-python/buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/devel/boost-thread/DESCR \
    pkgsrc/devel/boost-thread/Makefile pkgsrc/devel/boost-thread/PLIST \
    pkgsrc/devel/boost-thread/buildlink3.mk
cvs rdiff -r1.5 -r0 pkgsrc/devel/boost/files/Makefile
cvs rdiff -r0 -r1.3 pkgsrc/devel/boost/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/devel/boost/patches/patch-ab
cvs rdiff -r1.6171 -r1.6172 pkgsrc/doc/CHANGES

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