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
This commit is contained in:
Ben Gras
2011-01-28 00:02:27 +00:00
parent b0aea49465
commit e912f6ac38
89 changed files with 4 additions and 19972 deletions

View File

@@ -9,7 +9,9 @@ PKGSRC_COMPILER= gcc
PKG_DBDIR= /usr/var/db/pkg
LOCALBASE= /usr/pkg
VARBASE= /usr/var
.if exists(/usr/sbin/pkg_add)
PKG_TOOLS_BIN= /usr/sbin
.endif
PKGMANDIR= man
FETCH_USING?= fetch