Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 817D763B882 for ; Mon, 20 Aug 2012 14:14:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 49E7014A2C7; Mon, 20 Aug 2012 14:14:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9DC614A2C6 for ; Mon, 20 Aug 2012 14:14:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5akM9rDpwzgu for ; Mon, 20 Aug 2012 14:14:17 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2B47C14A293 for ; Mon, 20 Aug 2012 14:14:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1E672175DD; Mon, 20 Aug 2012 14:14:17 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 20 Aug 2012 14:14:17 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/www/apache24 To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20120820141417.1E672175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Mon Aug 20 14:14:17 UTC 2012 Modified Files: pkgsrc/www/apache24: PLIST options.mk Log Message: Add a 'apache-mpm-shared' option to build all three MPMs as dynamic modules. If selected, the existing apache-mpm-event, apache-mpm-prefork and apache-mpm-worker options determine which will be loaded in the default config file. Note: if worker is in the mix, the build will simply never build mod_cgi, regardless of which MPM is the default. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/apache24/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/apache24/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.