From owner-freebsd-ports@FreeBSD.ORG Thu Feb 20 15:42:03 2014 Return-Path: Delivered-To: freebsd-ports@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 EE198814 for ; Thu, 20 Feb 2014 15:42:03 +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 A1F5A1FAB for ; Thu, 20 Feb 2014 15:42:03 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s1KFg2EG069684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Feb 2014 08:42:02 -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 s1KFg2vj069681; Thu, 20 Feb 2014 08:42:02 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 20 Feb 2014 08:42:02 -0700 (MST) From: Warren Block To: Serpent7776 Subject: Re: docbook updates fiasco continues... In-Reply-To: <20140220130901.648ba012@DaemON.home> Message-ID: References: <201402200607.s1K67GbQ018318@sdf.org> <816915136.48246.1392894307923.JavaMail.sas1@[172.29.252.247]> <20140220130901.648ba012@DaemON.home> 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:42:02 -0700 (MST) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 15:42:04 -0000 On Thu, 20 Feb 2014, Serpent7776 wrote: > On Thu, 20 Feb 2014 12:05:07 +0100 > kaltheat wrote: > >> Hi, >> >> just for the records: >> The instructions in UPDATING did not work for me in tcsh (which is >> standard shell in FreeBSD as far as I know). I had to switch to bourne >> shell (/bin/sh) to pkg delete docbook-ports. > > Same for me. I think all special symbols should be escaped, so > pkg_delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4* > should be > pkg_delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\* Right. I noticed this yesterday, and after testing and feedback, fixed UPDATING earlier today. Sorry about the delay.