From owner-freebsd-ports@FreeBSD.ORG Wed Aug 24 07:23:49 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8991C16A41F for ; Wed, 24 Aug 2005 07:23:49 +0000 (GMT) (envelope-from lists@mediamill.co.za) Received: from smtp01.isdsl.net (smtp01.isdsl.net [196.26.208.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7854043D55 for ; Wed, 24 Aug 2005 07:23:48 +0000 (GMT) (envelope-from lists@mediamill.co.za) Received: from smtp01.isdsl.net (localhost.isdsl.net [127.0.0.1]) by smtp01.isdsl.net (Postfix) with ESMTP id 6B4A22F400 for ; Wed, 24 Aug 2005 09:12:51 +0200 (SAST) Received: from [192.168.1.203] (c1-156-3.rndf.isadsl.co.za [196.36.210.156]) by smtp01.isdsl.net (Postfix) with ESMTP id D1FF82FE96 for ; Wed, 24 Aug 2005 08:57:10 +0200 (SAST) Message-ID: <430C1B37.8080401@mediamill.co.za> Date: Wed, 24 Aug 2005 09:01:11 +0200 From: Gavin McDougall User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP at smtp01.isdsl.net Subject: php compile flags X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 07:23:49 -0000 Hi there, I am tryinh to install php from the ports collection but I need to specify quite a large set of compile flags. ie: --with-libxml --with-bz2 etc. I have looked in the Handbook, I have gooogled, I even tried using the -d option with make but still no luck. I can always download the php tarball and do it the traditional way but before I do that I just want to know if it is possible to do it using the ports collection. Thanks, Gavin. --