pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/buildtool Update to 0.14:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5068af45f03
branches: trunk
changeset: 460855:b5068af45f03
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Sep 05 18:50:32 2003 +0000
description:
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.
diffstat:
devel/buildtool/Makefile | 4 ++--
devel/buildtool/PLIST | 5 ++---
devel/buildtool/buildlink2.mk | 4 ++--
devel/buildtool/distinfo | 6 +++---
4 files changed, 9 insertions(+), 10 deletions(-)
diffs (66 lines):
diff -r c55cfd1503d0 -r b5068af45f03 devel/buildtool/Makefile
--- a/devel/buildtool/Makefile Fri Sep 05 18:40:47 2003 +0000
+++ b/devel/buildtool/Makefile Fri Sep 05 18:50:32 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/08/31 19:29:06 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2003/09/05 18:50:32 jmmv Exp $
#
-DISTNAME= buildtool-0.13
+DISTNAME= buildtool-0.14
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
diff -r c55cfd1503d0 -r b5068af45f03 devel/buildtool/PLIST
--- a/devel/buildtool/PLIST Fri Sep 05 18:40:47 2003 +0000
+++ b/devel/buildtool/PLIST Fri Sep 05 18:50:32 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2003/08/31 19:29:06 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2003/09/05 18:50:33 jmmv Exp $
bin/buildtool
bin/buildtool-0
libexec/buildtool-0/bt-012-to-013
@@ -27,6 +27,7 @@
share/buildtool-0/bt_logic/null.subr
share/buildtool-0/bt_logic/output.subr
share/buildtool-0/bt_logic/program.subr
+share/buildtool-0/bt_logic/qt_program.subr
share/buildtool-0/bt_logic/shlib.subr
share/buildtool-0/bt_logic/texinfo.subr
share/buildtool-0/bt_swcgen/out_conf.m4
@@ -44,8 +45,6 @@
share/buildtool-0/mk/sys.mk
share/buildtool-0/templates/README.bt
share/buildtool-0/templates/bt_config.conf.in
-share/buildtool-0/templates/mk_bin
-share/buildtool-0/templates/mk_top
share/buildtool-0/templates/pkgflags
share/doc/${PKGNAME}/CHANGES
share/doc/${PKGNAME}/COPYING
diff -r c55cfd1503d0 -r b5068af45f03 devel/buildtool/buildlink2.mk
--- a/devel/buildtool/buildlink2.mk Fri Sep 05 18:40:47 2003 +0000
+++ b/devel/buildtool/buildlink2.mk Fri Sep 05 18:50:32 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.3 2003/08/31 19:29:07 jmmv Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2003/09/05 18:50:33 jmmv Exp $
.if !defined(BUILDTOOL_BUILDLINK2_MK)
BUILDTOOL_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= buildtool
-BUILDLINK_DEPENDS.buildtool?= buildtool>=0.13
+BUILDLINK_DEPENDS.buildtool?= buildtool>=0.14
BUILDLINK_PKGSRCDIR.buildtool?= ../../devel/buildtool
BUILDLINK_DEPMETHOD.buildtool?= build
diff -r c55cfd1503d0 -r b5068af45f03 devel/buildtool/distinfo
--- a/devel/buildtool/distinfo Fri Sep 05 18:40:47 2003 +0000
+++ b/devel/buildtool/distinfo Fri Sep 05 18:50:32 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2003/08/31 19:29:07 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2003/09/05 18:50:33 jmmv Exp $
-SHA1 (buildtool-0.13.tar.gz) = b542b5e554451134e94610efbca18d9d985e25d4
-Size (buildtool-0.13.tar.gz) = 382724 bytes
+SHA1 (buildtool-0.14.tar.gz) = 81158884241decc9ffdb3270b6c2290898ee0052
+Size (buildtool-0.14.tar.gz) = 386753 bytes
Home |
Main Index |
Thread Index |
Old Index