summaryrefslogtreecommitdiff
path: root/devel/buildtool
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-05 18:50:32 +0000
committerjmmv <jmmv>2003-09-05 18:50:32 +0000
commit9d6d0f4165b17e3943f78d25576aca0b6a48c1d2 (patch)
treec2f8bcf92421fa04b76048216bf278a00f819be5 /devel/buildtool
parentb14396ff222aef0b3f532c54e1712505ea885350 (diff)
downloadpkgsrc-9d6d0f4165b17e3943f78d25576aca0b6a48c1d2.tar.gz
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 (limited to 'devel/buildtool')
-rw-r--r--devel/buildtool/Makefile4
-rw-r--r--devel/buildtool/PLIST5
-rw-r--r--devel/buildtool/buildlink2.mk4
-rw-r--r--devel/buildtool/distinfo6
4 files changed, 9 insertions, 10 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
index 77a5c7ffe2c..8bac4fd6dfd 100644
--- a/devel/buildtool/Makefile
+++ b/devel/buildtool/Makefile
@@ -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 --git a/devel/buildtool/PLIST b/devel/buildtool/PLIST
index 57fe0a8eea6..4edd104f0c3 100644
--- a/devel/buildtool/PLIST
+++ b/devel/buildtool/PLIST
@@ -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/library.subr
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/qt.moc.mk
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 --git a/devel/buildtool/buildlink2.mk b/devel/buildtool/buildlink2.mk
index 9d8a8006007..4cca186633d 100644
--- a/devel/buildtool/buildlink2.mk
+++ b/devel/buildtool/buildlink2.mk
@@ -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 --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo
index c511e8712b7..843b8f00245 100644
--- a/devel/buildtool/distinfo
+++ b/devel/buildtool/distinfo
@@ -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