From owner-freebsd-ports@FreeBSD.ORG Mon Jun 18 23:33:45 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EE2D16A41F for ; Mon, 18 Jun 2007 23:33:45 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [204.127.200.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1ADB413C447 for ; Mon, 18 Jun 2007 23:33:44 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc15) with ESMTP id <20070618233343015007shipe>; Mon, 18 Jun 2007 23:33:43 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 18757172AC; Mon, 18 Jun 2007 16:33:43 -0700 (PDT) Date: Mon, 18 Jun 2007 16:33:43 -0700 From: Clint Olsen To: Chuck Swiger Message-ID: <20070618233343.GA35718@0lsen.net> References: <20070618225901.GA35682@0lsen.net> <46CFA84B-B49D-417B-984A-964BD2CDA53B@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CFA84B-B49D-417B-984A-964BD2CDA53B@mac.com> User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: ports@freebsd.org Subject: Re: Installing Openoffice.org-2-RC and bison conflicts 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: Mon, 18 Jun 2007 23:33:45 -0000 On Jun 18, Chuck Swiger wrote: > Two ports which install files to the same place conflict-- you can't > have two different versions of a file at the same path location. With > some work, it is possible to install multiple versions of some ports > (like Perl, Berkeley DB, GNU autoconf, etc) using a version # suffix, > and symlink the version you prefer to the unqualified name: > > % ls -l /usr/local/bin/perl5 > lrwxr-xr-x 1 root wheel 24 Mar 23 2006 /usr/local/bin/perl5@ -> / > usr/local/bin/perl5.8.8 > > ...but it doesn't magically happen. Ok, so I'm required to resolve this myself if I want to install this port? -Clint