From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 19:46:56 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 757D516A4CE for ; Thu, 11 Dec 2003 19:46:56 -0800 (PST) Received: from home.soupro.org (home.soupro.org [207.103.14.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99E943D39 for ; Thu, 11 Dec 2003 19:46:54 -0800 (PST) (envelope-from colpete@soupro.org) Received: from localhost (localhost.soupro.org [127.0.0.1]) by home.soupro.org (Postfix) with ESMTP id E40C11CC4C for ; Thu, 11 Dec 2003 22:47:55 -0500 (EST) Received: from home.soupro.org ([127.0.0.1]) by localhost (home.soupro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 55879-05 for ; Thu, 11 Dec 2003 22:47:55 -0500 (EST) Received: from www.soupro.org (localhost.soupro.org [127.0.0.1]) by home.soupro.org (Postfix) with ESMTP id 3C2EC1CC3A for ; Thu, 11 Dec 2003 22:47:55 -0500 (EST) From: "Pete Renshaw" To: freebsd-questions@freebsd.org Date: Thu, 11 Dec 2003 23:47:55 -0400 Message-Id: <20031212031824.M33393@soupro.org> In-Reply-To: <200312111803.hBBI3xT23543@anon.securenym.net> References: <3FD75207.3040902@magidesign.com> <200312111803.hBBI3xT23543@anon.securenym.net> X-Mailer: Open WebMail 2.20 20031014 X-OriginatingIP: 216.15.99.7 (colpete) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at soupro.org Subject: Re: Question about ports... [postnuke] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 03:46:56 -0000 Did you try make install FORCE_PKG_REGISTER=yes clean See http://www.freebsd.org/cgi/man.cgi?query=ports&apropos=0&sektion=0&manpath=FreeBSD+5.1-RELEASE+and+Ports&format=html Many people don't know to use the "=yes" for FORCE_PKG_REGISTER. After you get Postnuke installed you may have to make these changes below. "Using FreeBSD 5.1 and PHP 4.3 I had to delete the " from: setlocale ("LC_TIME", "locale"); To make it look like: setlocale (LC_TIME, "en_US.ISO_8859-1"); and also replace setlocale (try "man setlocale" info) >From mainfile.php line 565" Pete http://www.soupro.org/dim On Thu, 11 Dec 2003 14:03:04 -0500, C. Ulrich wrote > On Wed, 2003-12-10 at 12:04, Payne wrote: > > Hi, > > > > 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. > > > > Thanks, > > > > Payne