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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user