2009-03-03 15:56:52 by Julio M. Merino Vidal | Files touched by this commit (4) | |
Log message:
Remove buildtool-doc after the removal of buildtool.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-07-06 18:28:53 by Marc Recht | Files touched by this commit (17) |
Log message:
bump PKGREVISIONs since libxslt needs libgcrypt now
|
2004-07-05 00:19:31 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.16:
* Documentation changes to match Buildtool 0.16.
- Track the renaming of defines, which now include the language name in
them.
- Added information about the bt_check_prog_make function.
- Documented the new 'test' target/stage.
- Documented the new BT_IS_TEST definition in the 'program' type.
- Documented the new 'bt_logic.conf' system-wide configuration file.
- Documented the new '--destdir' flag in bt_logic.
- Documented the new '--workdir' flag in bt_config and bt_logic, as well
as the BT_USE_WORKDIR variable, related to it.
- Documented the new bt_echo and bt_source functions in bt_swcgen.
- Rewritten the bt_swcgen chapter to match reality (no more M4). This
should have happened in the previous version.
* Dropped some leftovers of documentation about the bt_make module and
related Makefiles. The information has been reworded to match logic
scripts where appropiate.
* Fixed the description of bt_define and bt_define_unquoted functions, as
they take a pair of values, not a list of variables.
|
2004-06-12 04:20:33 by grant beattie | Files touched by this commit (1) |
Log message:
and share/doc/html/buildtool, too.
|
2004-06-12 04:19:32 by grant beattie | Files touched by this commit (1) |
Log message:
make sure the destination directory exists before trying to install
files into it.
|