Chase pkg_ in this chapter.
Sponsored by: iXsystems
This commit is contained in:
parent
e515875428
commit
9b18ec7ce8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43758
1 changed files with 3 additions and 3 deletions
|
@ -1210,7 +1210,7 @@ Fetching 133 new ports or files... done.</screen>
|
|||
latest pre-built package of the Hungarian
|
||||
documentation:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r hu-freebsd-doc</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg install hu-freebsd-doc</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>Packages use a format that differs from the
|
||||
|
@ -2774,9 +2774,9 @@ Script done, …</screen>
|
|||
<para>To solve these problems, determine which port installed
|
||||
the library:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_info -W /usr/local/lib/libtiff.so</userinput>
|
||||
<screen>&prompt.root; <userinput>pkg which /usr/local/lib/libtiff.so</userinput>
|
||||
/usr/local/lib/libtiff.so was installed by package tiff-3.9.4
|
||||
&prompt.root; <userinput>pkg_info -W /usr/local/lib/libXext.so</userinput>
|
||||
&prompt.root; <userinput>pkg which /usr/local/lib/libXext.so</userinput>
|
||||
/usr/local/lib/libXext.so was installed by package libXext-1.1.1,1</screen>
|
||||
|
||||
<para>Then deinstall, rebuild and reinstall the port.
|
||||
|
|
Loading…
Reference in a new issue