diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-22 07:39:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-22 07:39:05 +0000 |
commit | 72a399423c7c79fdeed3e55c319c103aaf43b9e3 (patch) | |
tree | ff171230fdce97c1efae48240a9ecd494c22a31d /pkgtools | |
parent | 48f485a8b071dea113f6488773e791f37001c671 (diff) | |
download | pkgsrc-72a399423c7c79fdeed3e55c319c103aaf43b9e3.tar.gz |
Update "integration" section per
http://mail-index.netbsd.org/tech-pkg/2012/01/03/msg008325.html
Frm Julian Fagir in PR 46070.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_tarup/files/pkg_tarup | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_tarup/files/pkg_tarup b/pkgtools/pkg_tarup/files/pkg_tarup index 34eeabb8b0e..dc2257864c0 100644 --- a/pkgtools/pkg_tarup/files/pkg_tarup +++ b/pkgtools/pkg_tarup/files/pkg_tarup @@ -1,6 +1,6 @@ #! @SH@ # -# $Id: pkg_tarup,v 1.26 2012/01/03 12:57:20 joerg Exp $ +# $Id: pkg_tarup,v 1.27 2012/02/22 07:39:05 wiz Exp $ # # Tar up installed package # @@ -266,8 +266,8 @@ exit 0 - maybe the squirelling away of +REQUIRED_BY should be done here instead of in the bsd.pkg.mk framework that normally calls this. -integration: +future: - - how/where? I'd prefer not to have yet another pkg_* utility flying - around, integration into pkg_admin would be nice. But how merge a - shell script into a C executable? REWRITE in C of course! ;-) + - this script very likely doesn't create a clean copy of the old package, + and therefore is rather meant to be a hack to recreate packages + instead of a clean way of packing up things after having them installed. |