[Bug 201087] Bootstrapping pkg(8) could be more LOCALBASE friendly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 3 13:30:55 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201087

--- Comment #2 from Baptiste Daroussin <bapt at FreeBSD.org> ---
LOCALBASE is a compile time thing, can is broken by design a runtime thing.

As a runtime thing it is broken by design since ever.

If you want another localbase, then you will have to rebuild packages with the
proper PREFIX/LOCALABSE corresponding to your needs and they install those
packages.
the pkg bootstrap respects localbase so as long as you set /u/local in
LOCALBASE in your env AND you have packages built with PREFIX and LOCALBASE ==
/u/local it will work ootb

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pkg mailing list