From owner-freebsd-ports@FreeBSD.ORG Thu Mar 29 16:42:45 2007 Return-Path: X-Original-To: freebsd-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 F3B0916A400 for ; Thu, 29 Mar 2007 16:42:44 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id D2AA613C458 for ; Thu, 29 Mar 2007 16:42:44 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn09.u.washington.edu (hymn09.u.washington.edu [140.142.12.183]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2TGgiC8009641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 29 Mar 2007 09:42:44 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn09.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2TGgiJb010187 for ; Thu, 29 Mar 2007 09:42:44 -0700 X-Auth-Received: from [192.55.52.4] by hymn09.u.washington.edu via HTTP; Thu, 29 Mar 2007 09:42:44 PDT Date: Thu, 29 Mar 2007 09:42:44 -0700 (PDT) From: youshi10@u.washington.edu To: freebsd-ports@freebsd.org In-Reply-To: <20070329160906.IYDV12099.dukecmmtao03.coxmail.com@dukecmmtao03> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.29.92935 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: joomla ports - installation- multiple virtual hosts 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, 29 Mar 2007 16:42:45 -0000 On Thu, 29 Mar 2007, Vizion wrote: > > >>>> -----Original Message----- >>>> [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Vizion >>>> Sent: Thursday, March 29, 2007 8:57 AM >>>> To: ports@freebsd.org >>>> Cc: freebsd-ports-local@be-well.ilk.org >>>> Subject: Re: joomla ports - installation- multiple virtual hosts >>>> >>>> Vizion writes: >>>> Just wonder if anyone is able to suggest a way of modify the Makefile >>> so as ro be able to install joomla,from /ports/www/joomla/, into a >>> chosen directory for a number of virtual hosts. > >>> Maybe I'm confused (I did bang my head yesterday), but isn't that >>> exactly what ports(7) defines PREFIX for? I.e., you should be able >>> to set it in the environment without changing the Makefile. >>> >> I believe you - but I know nothing about it. Does that mean >> using Prefix I can tell the port to install multiple >> instances of joomla each one going into a different path - >> one under each virtual host root? >> >> Maybe I am missing something too- unfortunately my head >> doesn't need banging for that to happen. If so >> could you give me an example of the command? >> > One further thought.. how would the installation of multiple instances affect the pkgdb? > > david All would have the same entry unless you made separate ports AFAIK. Cheers :), -Garrett