From owner-freebsd-questions@FreeBSD.ORG Sun Feb 13 10:38:42 2005 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 76B6D16A4CE for ; Sun, 13 Feb 2005 10:38:42 +0000 (GMT) Received: from enterprise.thenetnow.com (enterprise.thenetnow.com [65.39.193.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC10843D1D for ; Sun, 13 Feb 2005 10:38:41 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from GRANT (hpeel.ody.ca [216.240.12.2])j1DAcdt80217 for ; Sun, 13 Feb 2005 05:38:39 -0500 (EST) (envelope-from gpeel@thenetnow.com) Message-ID: <007501c511b8$2d9fcff0$6401a8c0@GRANT> From: "Grant Peel" To: Date: Sun, 13 Feb 2005 05:38:36 -0500 Organization: The Net Now MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 10:38:42 -0000 Hi all, I have been lambasted a number of times here and there for installing software from source as oppoesed to from ports. My question of the day is, if I need some special ./configure or make arguments added to the build command, how can I install a port with those extra args. exapmple, if I am putting together a new server, and need some x-tra args added to the mysql, php and apache sequence (i.e. addming the frontpage patch to the apache build) .. how would one do this in the port(s)? -Grant