From owner-freebsd-current@FreeBSD.ORG Tue Feb 18 19:15:43 2014 Return-Path: Delivered-To: freebsd-current@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 3F19A8DE for ; Tue, 18 Feb 2014 19:15:43 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14B6C18E7 for ; Tue, 18 Feb 2014 19:15:43 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id ED725B988; Tue, 18 Feb 2014 14:15:41 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: docbook and old package management Date: Tue, 18 Feb 2014 13:16:45 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <530398E3.4010009@protected-networks.net> In-Reply-To: <530398E3.4010009@protected-networks.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201402181316.45791.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 18 Feb 2014 14:15:42 -0500 (EST) Cc: Michael Butler X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 19:15:43 -0000 On Tuesday, February 18, 2014 12:31:15 pm Michael Butler wrote: > Seems the old package management went EOL *way* before September .. none > of the docbook ports install now :-( > > [Updating the pkgdb in /var/db/pkg ... - 183 packages > found (-1 +0) (...) done] Hmm, does this mean you are using pkg(8) and pkg_add? -- John Baldwin