From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 12:09:16 2003 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 4E9B516A4CE for ; Thu, 11 Dec 2003 12:09:16 -0800 (PST) Received: from wrongcrowd.com (dsl231-036-178.sea1.dsl.speakeasy.net [216.231.36.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3508143D30 for ; Thu, 11 Dec 2003 12:09:15 -0800 (PST) (envelope-from matt@wrongcrowd.com) Received: from localhost ([::1] helo=wrongcrowd.com) by wrongcrowd.com with smtp (Exim 4.20) id 1AUX4x-0007tg-Sm for freebsd-questions@freebsd.org; Thu, 11 Dec 2003 12:06:31 -0800 Received: from 131.107.3.85 (SquirrelMail authenticated user matt) by wrongcrowd.com with HTTP; Thu, 11 Dec 2003 12:06:31 -0800 (PST) Message-ID: <53261.131.107.3.85.1071173191.squirrel@wrongcrowd.com> In-Reply-To: <20031211200047.AFE5916A500@hub.freebsd.org> References: <20031211200047.AFE5916A500@hub.freebsd.org> Date: Thu, 11 Dec 2003 12:06:31 -0800 (PST) From: "Matt Staroscik" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1AUX4x-0007tg-Sm*kMN1tvbUvUE* Subject: Re: Question about ports... [postnuke] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: matt@wrongcrowd.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 20:09:16 -0000 >> I am want to install postnuke but when-ever I go to do make under >> /usr/port/www/postnuke, it wants to install mod_php4 again, I don't want >> to have to reinstall ports everytime I add something new. I recently installed PHPNuke and have some observations that might be relevant to your situation. 1. The version in ports may be behind what is on the project web site. 2. Installing a PHP app from a tarfile is pretty easy, so if ports isn't cooperating, go to the source. You'll probably just need to edit the config file with your SQL login info and the user/group that the web server runs as (probably nobody/nogroup). Good luck! -- matt@wrongcrowd.com