Path to this page:
Subject: CVS commit: pkgsrc/devel/buildtool
From: Julio M. Merino Vidal
Date: 2003-09-05 20:50:34
Message id: 20030905185035.0AB93B004@cvs.netbsd.org
Log Message:
Update to 0.14:
o Added the `qt_program' type to bt_logic as a replacement for the old
qt.moc.mk makefile.
o Added logging functionality to bt_logic, to help debugging problems
present in it and to tell the developer what is happening during a
build.
o Added a standard customizable directory (named `doc') where a package
may install documents. Package documents (those registered in the
docs() function) will get installed in this directory by default.
o Removed all uses of the getopt(1) command. This means that all mod-
ules that still used it now support long options, aside from the
standard short ones.
o Multiple bug fixes.
Files: