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.16:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e9ea98c776f
branches: trunk
changeset: 477542:9e9ea98c776f
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Jul 04 22:18:41 2004 +0000
description:
Update to 0.16:
Sixteenth alpha version, released on 2004/07/04.
o Added preliminar support for work directories, which are used to put
all temporary files created during a build in them. This allows mak-
ing the source tree read only, as it won't get polluted in any way.
Note that existing packages may need some tweaks in their logic files
to support this completely. To help with testing, you should set the
BT_USE_WORKDIR variable in bt_config.conf to `yes', so that this fea-
ture is always used.
o Added a standard customizable `DOC' feature, which can be used by the
end user to disable installation of documentation. Existing packages
may need to be fixed to honour this, though.
o bt_logic's core has been rewritten. It is now much faster than
before and has better dependency control, which solves many stupid
bugs.
o A framework to run uninstalled programs (those which may be linked to
uninstalled libraries) has been readded. It is very similar to what
libtool does with its .libs directory, and is completely transparent
to the end user.
o Added (in fact, readded, as it was lost during the conversion to
bt_logic) support to install packages in a fake root directory,
needed in many package systems to support Buildtool-ized programs.
o Definitions' names (those written to the configuration header) have
been changed to include the language name they refer to in them.
This provides better support when the C and C++ compilers do not
match. Note that for this to take effect you need to set BT_REQUIRE
to (at least) `0.16'; otherwise, the previous behavior is kept.
o Multiple fixes have been done in the bt_check_bits() function.
o Fixed the link command in bt_logic so that library directories
appearing under the same project hierarchy (and manually specified by
the -L flag) are not converted to an rpath.
o Fixed build under OpenBSD 3.4, HP-UX and Tru64.
o Added the bt_check_prog_make() check in bt_config, which looks for a
make utility.
o Added the bt_echo() and bt_source() functions to bt_swcgen.
o The installation was changed to use unversioned directories and bina-
ries.
diffstat:
devel/buildtool/Makefile | 6 +-
devel/buildtool/PLIST | 85 +++++++++++++++++++++---------------------
devel/buildtool/buildlink3.mk | 4 +-
devel/buildtool/distinfo | 6 +-
4 files changed, 50 insertions(+), 51 deletions(-)
diffs (142 lines):
diff -r 04da729c7c22 -r 9e9ea98c776f devel/buildtool/Makefile
--- a/devel/buildtool/Makefile Sun Jul 04 19:24:00 2004 +0000
+++ b/devel/buildtool/Makefile Sun Jul 04 22:18:41 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2004/04/26 16:49:17 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/04 22:18:41 jmmv Exp $
#
-DISTNAME= buildtool-0.15
+DISTNAME= buildtool-0.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
@@ -23,6 +23,6 @@
CONFIGURE_ENV+= SH="${SH}"
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/buildtool-0/pkgflags
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/buildtool/pkgflags
.include "../../mk/bsd.pkg.mk"
diff -r 04da729c7c22 -r 9e9ea98c776f devel/buildtool/PLIST
--- a/devel/buildtool/PLIST Sun Jul 04 19:24:00 2004 +0000
+++ b/devel/buildtool/PLIST Sun Jul 04 22:18:41 2004 +0000
@@ -1,46 +1,45 @@
-@comment $NetBSD: PLIST,v 1.9 2004/02/04 17:12:09 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/07/04 22:18:41 jmmv Exp $
bin/buildtool
-bin/buildtool-0
-libexec/buildtool-0/bt_config
-libexec/buildtool-0/bt_dist
-libexec/buildtool-0/bt_doc
-libexec/buildtool-0/bt_lint
-libexec/buildtool-0/bt_logic
-libexec/buildtool-0/bt_pkgflags
-libexec/buildtool-0/bt_sh
-libexec/buildtool-0/bt_swcgen
-libexec/buildtool-0/bt_wizard
-libexec/buildtool-0/depconv
-libexec/buildtool-0/oodate
+libexec/buildtool/bt_config
+libexec/buildtool/bt_dist
+libexec/buildtool/bt_doc
+libexec/buildtool/bt_lint
+libexec/buildtool/bt_logic
+libexec/buildtool/bt_pkgflags
+libexec/buildtool/bt_sh
+libexec/buildtool/bt_swcgen
+libexec/buildtool/bt_wizard
+libexec/buildtool/depconv
man/man1/buildtool.1
-share/buildtool-0/bt_config/base.subr
-share/buildtool-0/bt_config/pkgconfig.subr
-share/buildtool-0/bt_config/pthread.subr
-share/buildtool-0/bt_config/x11.subr
-share/buildtool-0/bt_logic/archive.subr
-share/buildtool-0/bt_logic/convert.subr
-share/buildtool-0/bt_logic/depend.subr
-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/templates/README.bt
-share/buildtool-0/templates/bt_config.conf.in
-share/buildtool-0/templates/pkgflags
-share/doc/${PKGNAME}/CHANGES
-share/doc/${PKGNAME}/COPYING
-share/doc/${PKGNAME}/DIFFS.bt_sh
-share/doc/${PKGNAME}/PEOPLE
-share/doc/${PKGNAME}/README
-share/doc/${PKGNAME}/TODO
-@dirrm share/doc/${PKGNAME}
-@dirrm share/buildtool-0/templates
+share/buildtool/bt_config/base.subr
+share/buildtool/bt_config/pkgconfig.subr
+share/buildtool/bt_config/pthread.subr
+share/buildtool/bt_config/x11.subr
+share/buildtool/bt_logic/archive.subr
+share/buildtool/bt_logic/convert.subr
+share/buildtool/bt_logic/depend.subr
+share/buildtool/bt_logic/library.subr
+share/buildtool/bt_logic/null.subr
+share/buildtool/bt_logic/output.subr
+share/buildtool/bt_logic/program.subr
+share/buildtool/bt_logic/qt_program.subr
+share/buildtool/bt_logic/runscript.subr
+share/buildtool/bt_logic/shlib.subr
+share/buildtool/bt_logic/texinfo.subr
+share/buildtool/templates/README.bt
+share/buildtool/templates/bt_config.conf.in
+share/buildtool/templates/pkgflags
+share/doc/buildtool/CHANGES
+share/doc/buildtool/COPYING
+share/doc/buildtool/DIFFS.bt_sh
+share/doc/buildtool/PEOPLE
+share/doc/buildtool/README
+share/doc/buildtool/TODO
+@dirrm share/doc/buildtool
+@dirrm share/buildtool/templates
+@dirrm share/buildtool/bt_logic
+@dirrm share/buildtool/bt_config
@exec ${MKDIR} %D/share/buildtool-0/pkgflags
-@dirrm share/buildtool-0/pkgflags
-@dirrm share/buildtool-0/bt_logic
-@dirrm share/buildtool-0/bt_config
-@dirrm share/buildtool-0
-@dirrm libexec/buildtool-0
+@dirrm share/buildtool/pkgflags
+@dirrm share/buildtool
+@dirrm libexec/buildtool
diff -r 04da729c7c22 -r 9e9ea98c776f devel/buildtool/buildlink3.mk
--- a/devel/buildtool/buildlink3.mk Sun Jul 04 19:24:00 2004 +0000
+++ b/devel/buildtool/buildlink3.mk Sun Jul 04 22:18:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/25 10:04:08 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/07/04 22:18:41 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BUILDTOOL_BUILDLINK3_MK:= ${BUILDTOOL_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
BUILDLINK_PACKAGES+= buildtool
.if !empty(BUILDTOOL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.buildtool+= buildtool>=0.15
+BUILDLINK_DEPENDS.buildtool+= buildtool>=0.16
BUILDLINK_PKGSRCDIR.buildtool?= ../../devel/buildtool
BUILDLINK_DEPMETHOD.buildtool?= build
diff -r 04da729c7c22 -r 9e9ea98c776f devel/buildtool/distinfo
--- a/devel/buildtool/distinfo Sun Jul 04 19:24:00 2004 +0000
+++ b/devel/buildtool/distinfo Sun Jul 04 22:18:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/02/04 17:12:09 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2004/07/04 22:18:41 jmmv Exp $
-SHA1 (buildtool-0.15.tar.gz) = 15f4af8a67a15c9e09cc9994bf952ebb7548fc33
-Size (buildtool-0.15.tar.gz) = 190284 bytes
+SHA1 (buildtool-0.16.tar.gz) = 27dd75f0977d6f87992b080ce778b76e5d3ba154
+Size (buildtool-0.16.tar.gz) = 194576 bytes
Home |
Main Index |
Thread Index |
Old Index