Bug 173589

Summary: [patch] pkg_install(8): usr.sbin/pkg_install/add
Product: Base System Reporter: Byron Young <bky>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: bdrewery
Priority: Normal    
Version: 9.1-PRERELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Byron Young 2012-11-12 23:20:00 UTC
pkg_add(1) contains logic to deduce the correct ports repository based
on machine architecture and OSVERSION. Adding a simple command line
switch (-d) would provide a consistent (with /usr/ports/Mk) means of
obtaining this information.

Example:
pkg_add -d

would output

i386/packages-9.0-release

on an i386 9.0-RELEASE machine.

NOTE: no additional correspondence required! Just delete when required.
Thanks.

Fix: No problem to fix!

Patch attached with submission follows:
How-To-Repeat: Not a problem report!
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2014-09-27 19:57:54 UTC
pkg_add was removed from the base system.