From owner-svn-doc-head@FreeBSD.ORG Tue Feb 4 14:56:37 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71E22B8E; Tue, 4 Feb 2014 14:56:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CE9E1628; Tue, 4 Feb 2014 14:56:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14EubV5009142; Tue, 4 Feb 2014 14:56:37 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14EubkY009141; Tue, 4 Feb 2014 14:56:37 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201402041456.s14EubkY009141@svn.freebsd.org> From: Dru Lavigne Date: Tue, 4 Feb 2014 14:56:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43758 - head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 14:56:37 -0000 Author: dru Date: Tue Feb 4 14:56:36 2014 New Revision: 43758 URL: http://svnweb.freebsd.org/changeset/doc/43758 Log: Chase pkg_ in this chapter. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue Feb 4 14:52:10 2014 (r43757) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue Feb 4 14:56:36 2014 (r43758) @@ -1210,7 +1210,7 @@ Fetching 133 new ports or files... done. latest pre-built package of the Hungarian documentation: - &prompt.root; pkg_add -r hu-freebsd-doc + &prompt.root; pkg install hu-freebsd-doc Packages use a format that differs from the @@ -2774,9 +2774,9 @@ Script done, … To solve these problems, determine which port installed the library: - &prompt.root; pkg_info -W /usr/local/lib/libtiff.so + &prompt.root; pkg which /usr/local/lib/libtiff.so /usr/local/lib/libtiff.so was installed by package tiff-3.9.4 - &prompt.root; pkg_info -W /usr/local/lib/libXext.so + &prompt.root; pkg which /usr/local/lib/libXext.so /usr/local/lib/libXext.so was installed by package libXext-1.1.1,1 Then deinstall, rebuild and reinstall the port.