From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 20:37:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A0A16A4CE for ; Fri, 7 Jan 2005 20:37:20 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8563043D46 for ; Fri, 7 Jan 2005 20:37:20 +0000 (GMT) (envelope-from dwinner-lists@worldnet.att.net) Received: from [10.10.100.90] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc11) with ESMTP id <2005010720372011100j80rue> (Authid: duanewinner); Fri, 7 Jan 2005 20:37:20 +0000 Message-ID: <41DEF2FE.5060406@att.net> Date: Fri, 07 Jan 2005 15:37:18 -0500 From: Duane Winner User-Agent: Mozilla Thunderbird 1.0 (X11/20050104) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD mailinglist References: <41DEAAFA.1050504@att.net> <41DEAD57.2070706@scii.nl> <41DEAF96.9060400@scii.nl> <41DEC203.4010409@att.net> <41DED53F.3030201@xs4all.nl> <41DEE9DE.4060408@att.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: openoffice on 5.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 20:37:20 -0000 Joshua Lokken wrote: >On Fri, 07 Jan 2005 14:58:22 -0500, Duane Winner wrote: > > >>gustaaf wijnands wrote: >> >> >> >>>>Just a couple more questions: >>>>If I keep my ports tree cvsup'd every day, I'm going to have: >>>>openoffice-1.1.3 < needs updating (port has 1.1.3_1) >>>> >>>>We generally do a "portupgrade -a" to upgrade ports unless >>>>/usr/ports/UPDATING affects us. How can I get around the openoffice >>>>discrepency since a portupgrade -a will always try build it again and >>>>end up failing? >>>> >>>> >>>> >>>portupgrade -a -x openoffice-1.1.3 ?? >>> >>> >>> >>I must be losing it. I looked at the man page twice and didn't see that >>-x switch. Must be Friday or something. >>Thanks -- that does it. >> >>-DW >> >> > >However, please note the response that mentions using >HOLD_PKG in /usr/local/etc/pkgtools.conf; that'll save >you from having to use -x at all. > > > > Oh yeah, this *is* definately better. Just tried it. The first reason being is that it removes the chance of forgetting the '-x' and walking away, but I was also delighted with this output: ---> Skipping 'editors/openoffice-1.1' because it is held by user (specify -f to force) Which makes it nice to remember it's still there, and when the port gets fixed for 5.3, I'll be reminded to try again at some point. Cheers, DW