Subject: CVS commit: pkgsrc/devel/buildtool
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 12/15/2002 19:22:39
Module Name: pkgsrc
Committed By: jmmv
Date: Sun Dec 15 17:22:38 UTC 2002
Modified Files:
pkgsrc/devel/buildtool: Makefile PLIST distinfo
Log Message:
Update buildtool to 0.8.
Changes in 0.8, state: alpha
----------------------------
* Full rewrite of Buildtool's own build system, which should
improve maintenance and portability.
* New module bt_install, which provides a portable install program
to not depend on specific system details to do installation.
* New pthread.subr module for bt_config, which provides functions
for automatic detection of a pthreads implementation in the
current system.
* Added checks in bt_config: bt_check_func, to check for generic
functions (not specific to any library), and bt_check_type, to
check for the presence of a generic type.
* Fixes in bt_config's loadable module support. It was severely
broken in the previous version.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/buildtool/Makefile \
pkgsrc/devel/buildtool/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/buildtool/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.