From owner-freebsd-questions@FreeBSD.ORG Thu Oct 26 20:24:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E3BB616A492 for ; Thu, 26 Oct 2006 20:24:08 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [206.18.177.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD50143D60 for ; Thu, 26 Oct 2006 20:24:07 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (alnrmhc11) with ESMTP id <20061026202406b1100fn53le>; Thu, 26 Oct 2006 20:24:07 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Thu, 26 Oct 2006 15:23:52 -0500 User-Agent: KMail/1.9.3 References: <23ed14b80610261304j6ad8df81id279199e7c3ed3ec@mail.gmail.com> In-Reply-To: <23ed14b80610261304j6ad8df81id279199e7c3ed3ec@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200610261523.52692.josh@tcbug.org> Cc: Andreas =?iso-8859-1?q?Wider=F8e?= Andersen Subject: Re: PHP compile arguements 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: Thu, 26 Oct 2006 20:24:09 -0000 On Thursday 26 October 2006 15:04, Andreas Wider=F8e Andersen wrote: > Hi, > I need to recompile PHP on my FreeBSD 6.1 STABLE system with two > compile arguements and I don't know how to do this. > > What would the correct compile arguements be when using PORTINSTALL > for: > > WITH apache and WITHOUT versioning? > > Thanks! > Andreas If you use the lang/php5 port and do a make config it will pop up a=20 dialog box which will allow you to select the apache option. To take=20 out versioning you'll have to edit the port's Makefile and=20 remove --enable-versioning from the CONFIGURE_ARGS=20 =2D-=20 Thanks, Josh Paetzel