Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/21/2006 09:02:16
Module Name: pkgsrc
Committed By: jmmv
Date: Sat Jan 21 09:02:16 UTC 2006
Modified Files:
pkgsrc/devel/boost-build: bjam.mk toolset.mk
pkgsrc/meta-pkgs/boost: distinfo
pkgsrc/meta-pkgs/boost/patches: patch-ad
Added Files:
pkgsrc/meta-pkgs/boost/patches: patch-ae patch-ag
Log Message:
Fix build and install of Boost under Mac OS X:
- Correctly use threads.
- Use the correct tool set.
- Make libraries (Boost.Test) with undefined symbols build correctly.
- Change the installed library names so that they match other systems
(thus avoiding manual PLIST substitutions). There is a hack here,
though, to let the dylib stuff kick in...
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/boost-build/bjam.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/boost-build/toolset.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/meta-pkgs/boost/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/meta-pkgs/boost/patches/patch-ad
cvs rdiff -r0 -r1.3 pkgsrc/meta-pkgs/boost/patches/patch-ae \
pkgsrc/meta-pkgs/boost/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.