Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 01/12/2006 22:48:46
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Jan 12 22:48:46 UTC 2006

Modified Files:
	pkgsrc/devel/boost-build: Makefile
	pkgsrc/devel/boost-headers: Makefile
	pkgsrc/devel/boost-libs: Makefile
	pkgsrc/meta-pkgs/boost: distinfo
	pkgsrc/meta-pkgs/boost/patches: patch-aa patch-ad
Added Files:
	pkgsrc/meta-pkgs/boost/patches: patch-ae patch-af patch-ag patch-ah

Log Message:
Fix build of boost on DragonFly.
(a) bjam should be consistent with the rest of the world, the OS is
called DragonFly, not DragonFlyBSD. It might be _annoying_, but it is
a fact of live and no spelling fault can avoid it.
(b) disable the compiler thread support checks, they don't really work
and are not needed anyway.
(c) DragonFly has wchar and ctype functions, so use them.

Bump revisions of boost-build (bjam), boost-headers (well, they changed)
and boost-libs.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/boost-build/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/boost-libs/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/meta-pkgs/boost/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/meta-pkgs/boost/patches/patch-ad
cvs rdiff -r0 -r1.1 pkgsrc/meta-pkgs/boost/patches/patch-ae \
    pkgsrc/meta-pkgs/boost/patches/patch-af \
    pkgsrc/meta-pkgs/boost/patches/patch-ag \
    pkgsrc/meta-pkgs/boost/patches/patch-ah

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