From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 01:03:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01D3B1065675 for ; Wed, 17 Dec 2008 01:03:54 +0000 (UTC) (envelope-from fsb@thefsb.org) Received: from smtp174.iad.emailsrvr.com (smtp174.iad.emailsrvr.com [207.97.245.174]) by mx1.freebsd.org (Postfix) with ESMTP id CC8978FC12 for ; Wed, 17 Dec 2008 01:03:53 +0000 (UTC) (envelope-from fsb@thefsb.org) Received: from relay7.relay.iad.mlsrvr.com (localhost [127.0.0.1]) by relay7.relay.iad.mlsrvr.com (SMTP Server) with ESMTP id 51B3C1DD95F for ; Tue, 16 Dec 2008 19:23:49 -0500 (EST) Received: by relay7.relay.iad.mlsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id 336261DD93A for ; Tue, 16 Dec 2008 19:23:49 -0500 (EST) User-Agent: Microsoft-Entourage/12.10.0.080409 Date: Tue, 16 Dec 2008 19:23:48 -0500 From: Tom Worster To: Message-ID: Thread-Topic: lang/php5 port Thread-Index: Aclf3bqceFhvyWb6QESZFW3k7iu0IQ== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: lang/php5 port 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: Wed, 17 Dec 2008 01:03:54 -0000 is there any documentation or a helpful website for how to use ports to install php5? i'm used to compiling it with a pretty long configuration command for all the optional bits i need, e.g. --with-dom --with-dom-xslt --enable-dom --with-pear --with-gd etc. etc. on and on. i'm unclear how these options are handled in freebsd ports. is it a matter of identifying lots of individual ports, one for each of the configuration command options i'd normally use?