Date: Thu, 11 Dec 2003 23:47:55 -0400 From: "Pete Renshaw" <colpete@soupro.org> To: freebsd-questions@freebsd.org Subject: Re: Question about ports... [postnuke] Message-ID: <20031212031824.M33393@soupro.org> In-Reply-To: <200312111803.hBBI3xT23543@anon.securenym.net> References: <3FD75207.3040902@magidesign.com> <200312111803.hBBI3xT23543@anon.securenym.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031212031824.M33393>
