From owner-freebsd-questions@FreeBSD.ORG Thu Feb 20 15:57:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EB84C56 for ; Thu, 20 Feb 2014 15:57:59 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (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 E045010EA for ; Thu, 20 Feb 2014 15:57:58 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s1KFvvoW069811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Feb 2014 08:57:57 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s1KFvvWC069808; Thu, 20 Feb 2014 08:57:57 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 20 Feb 2014 08:57:57 -0700 (MST) From: Warren Block To: Anton Sayetsky Subject: Re: docbook again In-Reply-To: Message-ID: References: <9181416.YDrgVGNyHY@lumiwa.farms.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 20 Feb 2014 08:57:57 -0700 (MST) Cc: Ajtim , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 15:57:59 -0000 On Thu, 20 Feb 2014, Anton Sayetsky wrote: > 2014-02-20 14:32 GMT+02:00 Ajtim : >> >> I have FreeBSD 10.0-RELEASE (amd64) and I am confused how to update (if) docbook. In the /usr/ports/UPDATING are instructions for pkg users and if I run what is there I got: The second command is for users of the old package database. >> kg delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4* >> pkg: No match That pkg ran says you have already switched to pkg. Remember that pkg is a package database, it works with ports the same way the old one did. >> I didn't want to update anything because I don't know what kind of problems I should get. >> BTW: Is some test update for docbook, please? > Place backslashes before each asterisk in package names. And square brackets, and question marks, all globbing characters. UPDATING has been updated.