From owner-freebsd-questions@FreeBSD.ORG Fri May 16 21:01:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9CAF1065683 for ; Fri, 16 May 2008 21:01:16 +0000 (UTC) (envelope-from jwynstra@nyc.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 8167F8FC23 for ; Fri, 16 May 2008 21:01:16 +0000 (UTC) (envelope-from jwynstra@nyc.rr.com) Received: from [74.73.126.126] by hrndva-omta02.mail.rr.com with ESMTP id <20080516210115.JEME9391.hrndva-omta02.mail.rr.com@[74.73.126.126]>; Fri, 16 May 2008 21:01:15 +0000 Message-ID: <482DF607.4050209@nyc.rr.com> Date: Fri, 16 May 2008 17:00:55 -0400 From: John Wynstra User-Agent: Thunderbird 2.0.0.9 (X11/20080415) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <482C9DE5.60906@nyc.rr.com> <20080515205252.GA2821@osiris.chen.org.nz> <482CEA3E.1090402@nyc.rr.com> <20080516035346.GA35105@osiris.chen.org.nz> <482DDA7B.6020201@nyc.rr.com> In-Reply-To: <482DDA7B.6020201@nyc.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Chen Subject: Re: another problem ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jwynstra@nyc.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 21:01:16 -0000 I think I should use portsnap. # portsnap fetch # portsnap update # since there already is a /usr/ports subtree John Wynstra wrote: > I asked Jonathan Chen what was the easiest way to do this. Was it > CSup? Also how do I check for the latest version? The manual > indicates pkg_version -v does this, but it does not list all ports and > in particular not the ones I am interested in which are in > /usr/ports/editors. Is there a way to get these? Does one get all > the ports at one shot which might be useful as I don't know where I am > going wrong. Or just the one? > > Jonathan Chen wrote: >> On Thu, May 15, 2008 at 09:58:22PM -0400, John Wynstra wrote: >> >>> I cleaned up and reran the make install ... >>> +++++++++++++++++++++++++++++++++++++++++++ >>> ===> openoffice.org-2.3.1 depends on file: >>> /usr/local/bin/perl5.8.8 - found >>> ===> Patching for openoffice.org-2.3.1 >>> >> >> You need to update your ports tree. The current version is 2.4.0_5. >> >> Please consult the Handbook on how to keep your ports-tree up to date: >> >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html