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

@@ -12,7 +12,7 @@ secs=`expr 32 '*' 64`
export SHELL=/bin/sh
# Packages we have to pre-install, and url to use
PREINSTALLED_PACKAGES=pkgin-0.3.3.1nb1
PREINSTALLED_PACKAGES="pkgin-0.3.3.4.tgz pkg_install-20101212"
PACKAGEURL=ftp://ftp.minix3.org/pub/minix/packages/`uname -r`/`uname -m`/All/
RELEASERC=$HOME/.releaserc