From owner-freebsd-questions@FreeBSD.ORG Fri Dec 8 21:22:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D6E916A416 for ; Fri, 8 Dec 2006 21:22:49 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6A143CA6 for ; Fri, 8 Dec 2006 21:21:48 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout07/MantshX 4.0) with ESMTP id kB8LMm5V018401; Fri, 8 Dec 2006 13:22:48 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kB8LMkcW029550; Fri, 8 Dec 2006 13:22:47 -0800 (PST) In-Reply-To: <4579D1A1.7020806@g-noc.net> References: <4579C3D8.4050307@g-noc.net> <200612081445.33618.lane@joeandlane.com> <4579D1A1.7020806@g-noc.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 8 Dec 2006 13:22:45 -0800 To: Alexis Dorais-Joncas X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-questions@freebsd.org Subject: Re: How to install the same port twice but at different locations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2006 21:22:49 -0000 On Dec 8, 2006, at 12:57 PM, Alexis Dorais-Joncas wrote: > I think you misunderstood my problem. I know how to install a port > to a specific location using PREFIX. What I want to achieve is to > have one port installed twice. For example, I want one whole > instance of phpMyAdmin to be in /var/www/ and a whole other one in / > home/someuser/. And I want both instances to be manageable with the > package tools (such as portupgrade) in order to keep both updated > easily. You might want to consider using jails to have separate port tree installations. -- -Chuck