[Bug 211749] ports-mgmt/pkg: pkg install -r <disabled-repo> does not work, contrary to pkg-install(8)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 26 17:01:47 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211749
--- Comment #2 from Vladimir Krstulja <vlad-fbsd at acheronmedia.com> ---
Looking at the source code, it would appear that the manpage is wrong. For
example, given repo is explicitly checked if enabled:
* update:
https://github.com/freebsd/pkg/blob/master/src/update.c#L69
* install falls through update:
https://github.com/freebsd/pkg/blob/master/src/install.c#L197
Can we get some feedback here? If this is the intended behavior, then the
solution is to correct the manpage.
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pkg
mailing list