]> Zhao Yanbai Git Server - minix.git/commit
take pkg_install out of the base system and pre-install it using the
authorBen Gras <ben@minix3.org>
Fri, 28 Jan 2011 00:02:27 +0000 (00:02 +0000)
committerBen Gras <ben@minix3.org>
Fri, 28 Jan 2011 00:02:27 +0000 (00:02 +0000)
commite912f6ac38b8153ae5ca121ef5a084f4497a030d
tree87f18e349df67c2458b7061d3a1c0528eb7a49f8
parentb0aea49465ccf39c138e68ed0dbccbc49329f543
take pkg_install out of the base system and pre-install it using the
pkgsrc binary packages.

rationale:
  . pkg_install (which is the pkg_* tools) is entangled with pkgsrc,
    not with minix, so tracking it from pkgsrc (easier than with
    base system) makes more sense
  . simplifies upstreaming minix specific changes for pkg_* tools
  . reduce pkgsrc-in-basesystem maintenance burden
89 files changed:
commands/Makefile
commands/pkg_install/Makefile [deleted file]
commands/pkg_install/Makefile.inc [deleted file]
commands/pkg_install/README [deleted file]
commands/pkg_install/add/Makefile [deleted file]
commands/pkg_install/add/add.h [deleted file]
commands/pkg_install/add/main.c [deleted file]
commands/pkg_install/add/perform.c [deleted file]
commands/pkg_install/add/pkg_add.1 [deleted file]
commands/pkg_install/admin/Makefile [deleted file]
commands/pkg_install/admin/admin.h [deleted file]
commands/pkg_install/admin/audit-packages [deleted file]
commands/pkg_install/admin/audit-packages.8 [deleted file]
commands/pkg_install/admin/audit.c [deleted file]
commands/pkg_install/admin/check.c [deleted file]
commands/pkg_install/admin/download-vulnerability-list [deleted file]
commands/pkg_install/admin/download-vulnerability-list.8 [deleted file]
commands/pkg_install/admin/main.c [deleted file]
commands/pkg_install/admin/pkg_admin.1 [deleted file]
commands/pkg_install/bpm/Makefile [deleted file]
commands/pkg_install/bpm/bpm.1 [deleted file]
commands/pkg_install/bpm/bpm.sh [deleted file]
commands/pkg_install/config.h [deleted file]
commands/pkg_install/create/Makefile [deleted file]
commands/pkg_install/create/build.c [deleted file]
commands/pkg_install/create/create.h [deleted file]
commands/pkg_install/create/main.c [deleted file]
commands/pkg_install/create/perform.c [deleted file]
commands/pkg_install/create/pkg_create.1 [deleted file]
commands/pkg_install/create/pl.c [deleted file]
commands/pkg_install/create/util.c [deleted file]
commands/pkg_install/delete/Makefile [deleted file]
commands/pkg_install/delete/pkg_delete.1 [deleted file]
commands/pkg_install/delete/pkg_delete.c [deleted file]
commands/pkg_install/info/Makefile [deleted file]
commands/pkg_install/info/Makefile.in [deleted file]
commands/pkg_install/info/Makefile.orig [deleted file]
commands/pkg_install/info/info.h [deleted file]
commands/pkg_install/info/main.c [deleted file]
commands/pkg_install/info/perform.c [deleted file]
commands/pkg_install/info/pkg_info.1 [deleted file]
commands/pkg_install/info/pkg_info.cat [deleted file]
commands/pkg_install/info/show.c [deleted file]
commands/pkg_install/lib/Makefile [deleted file]
commands/pkg_install/lib/Makefile.in [deleted file]
commands/pkg_install/lib/Makefile.orig [deleted file]
commands/pkg_install/lib/automatic.c [deleted file]
commands/pkg_install/lib/config.h.in [deleted file]
commands/pkg_install/lib/conflicts.c [deleted file]
commands/pkg_install/lib/defs.h [deleted file]
commands/pkg_install/lib/dewey.c [deleted file]
commands/pkg_install/lib/dewey.h [deleted file]
commands/pkg_install/lib/fexec.c [deleted file]
commands/pkg_install/lib/file.c [deleted file]
commands/pkg_install/lib/global.c [deleted file]
commands/pkg_install/lib/gpgsig.c [deleted file]
commands/pkg_install/lib/iterate.c [deleted file]
commands/pkg_install/lib/lib.h [deleted file]
commands/pkg_install/lib/license.c [deleted file]
commands/pkg_install/lib/lpkg.c [deleted file]
commands/pkg_install/lib/opattern.c [deleted file]
commands/pkg_install/lib/parse-config.c [deleted file]
commands/pkg_install/lib/pkcs7.c [deleted file]
commands/pkg_install/lib/pkg_install.conf.5.in [deleted file]
commands/pkg_install/lib/pkg_install.conf.cat [deleted file]
commands/pkg_install/lib/pkg_install.conf.cat.in [deleted file]
commands/pkg_install/lib/pkg_io.c [deleted file]
commands/pkg_install/lib/pkg_signature.c [deleted file]
commands/pkg_install/lib/pkg_summary.cat [deleted file]
commands/pkg_install/lib/pkgdb.c [deleted file]
commands/pkg_install/lib/pkgsrc.cat [deleted file]
commands/pkg_install/lib/plist.c [deleted file]
commands/pkg_install/lib/remove.c [deleted file]
commands/pkg_install/lib/str.c [deleted file]
commands/pkg_install/lib/var.c [deleted file]
commands/pkg_install/lib/version.c [deleted file]
commands/pkg_install/lib/version.h [deleted file]
commands/pkg_install/lib/vulnerabilities-file.c [deleted file]
commands/pkg_install/lib/xwrapper.c [deleted file]
commands/pkg_install/tkpkg [deleted file]
commands/pkg_install/view/Makefile.in [deleted file]
commands/pkg_install/view/linkfarm.cat1 [deleted file]
commands/pkg_install/view/linkfarm.sh.in [deleted file]
commands/pkg_install/view/pkg_view.sh.in [deleted file]
commands/pkg_install/x509/pkgsrc.cnf [deleted file]
commands/pkg_install/x509/pkgsrc.sh [deleted file]
commands/pkg_install/x509/signing.txt [deleted file]
etc/pkgsrc.conf
tools/release.sh