From owner-freebsd-ports@FreeBSD.ORG Thu Jul 9 18:10:58 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81092106567E for ; Thu, 9 Jul 2009 18:10:56 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 443788FC14 for ; Thu, 9 Jul 2009 18:10:56 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 11903 invoked from network); 9 Jul 2009 18:10:55 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Jul 2009 18:10:55 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 374F050824; Thu, 9 Jul 2009 14:10:54 -0400 (EDT) To: Scott Bennett References: <200907091437.n69EbQaa016599@mp.cs.niu.edu> From: Lowell Gilbert Date: Thu, 09 Jul 2009 14:10:54 -0400 In-Reply-To: <200907091437.n69EbQaa016599@mp.cs.niu.edu> (Scott Bennett's message of "Thu\, 9 Jul 2009 09\:37\:26 -0500 \(CDT\)") Message-ID: <44zlbdengx.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: needing install OpenOffice.org without messing up perl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 18:10:58 -0000 Scott Bennett writes: > What is the best way to install OpenOffice.org from a package without > the installation trying to reinstall perl5.8 over perl5.10? Get a package that includes them? Short of that, you would have to install the package without dependencies. There is a pkg_add option to do this, but the trick comes afterwards, when you have to fix it up to use the perl you actually have (perl-after-upgrade(1) might be able to handle this, but you have no guarantees.). Or you could just install both perl versions; they should be able to coexist just fine.