From owner-freebsd-ports@FreeBSD.ORG Fri Apr 13 06:31:55 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7619816A403 for ; Fri, 13 Apr 2007 06:31:55 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from talk.nabble.com (www.nabble.com [72.21.53.35]) by mx1.freebsd.org (Postfix) with ESMTP id 601F313C45D for ; Fri, 13 Apr 2007 06:31:55 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HcFK6-0007LJ-MJ for freebsd-ports@freebsd.org; Thu, 12 Apr 2007 23:31:54 -0700 Message-ID: <9973565.post@talk.nabble.com> Date: Thu, 12 Apr 2007 23:31:54 -0700 (PDT) From: timmartin To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: instanttim@mac.com Subject: Apache build options/modules from ports 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: Fri, 13 Apr 2007 06:31:55 -0000 So I typically use portupgrade to install and upgrade my ports. I recently realized that there's an additional apache22 module that isn't installed by default that I would like. It's the mod_auth_dbd and mod_dbd modules if you care. But the point is that I'm trying to figure out the easiest way to have these built along with everything else. Using portupgrade seems like it makes this a bit harder -- from a read-only copy of the ports no less. Using 'configure' and/or make args I got it to build those modules but it didn't build any of the other ones that it normally builds. Is there a way to just simply specify the addition of the ones i want and accept the defaults for everything else? make show-modules seems to indicate that there is a way to enable or disable things before the build is triggered, but I couldn't find the method to get all the defaults that the port normally builds in addition to the two I need. Even a pointer to a good primer on customizing port installs would be great. Everything I found via google was just basic stuff, or stuff for port maintainers and programmers -- not much in between for someone like myself. -- View this message in context: http://www.nabble.com/Apache-build-options-modules-from-ports-tf3569984.html#a9973565 Sent from the freebsd-ports mailing list archive at Nabble.com.