Subject: CVS commit: pkgsrc/devel/buildtool
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 11/30/2002 17:01:06
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sat Nov 30 15:01:06 UTC 2002

Modified Files:
	pkgsrc/devel/buildtool: DESCR Makefile distinfo

Log Message:
Update buildtool to 0.7.

Changes in 0.7, state: alpha
----------------------------

    * New check bt_check_bits, which determines appropiate C types for
      different sizes.

    * New  check bt_check_hdr_std,  which  searches standard  headers.
      You *must* use this function,  as it is now required for further
      checks (improves portability).

    * Addition of the `siteinfo' target to the main program. It allows
      to get  specific information about where  Buildtool is installed
      by third party programs.

    * Default name  of Makefile's changed to  Makefile.bt. This allows
      Automake and Buildtool  to coexist in the same  package and also
      avoids  running  a regular  Make  tool  within a  Buildtool-ized
      package (which will confuse the user).

    * Build fixes under MacOS X (Darwin).

    * Minor bug fixes to run cleanly under Win32, using Cygwin.

    * Runtime fixes under GNU-based  systems (the `getopt' command did
      not behave properly).

While I'm here, fix some things: force the package to use TeXinfo 4.0 and
make it use PKG_SYSCONFDIR.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/buildtool/DESCR \
    pkgsrc/devel/buildtool/Makefile pkgsrc/devel/buildtool/distinfo

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