From owner-freebsd-apache@FreeBSD.ORG Sun Sep 5 09:14:27 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8146416A4CE for ; Sun, 5 Sep 2004 09:14:27 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 8202643D31 for ; Sun, 5 Sep 2004 09:14:23 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 10383 invoked by uid 89); 5 Sep 2004 11:14:18 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 89 with qmail-scanner-1.22 (clamdscan: 0.74. spamassassin: 2.63. Clear:RC:1(192.168.0.8):. Processed in 0.109686 secs); 05 Sep 2004 09:14:18 -0000 X-Qmail-Scanner-Mail-From: sheepkiller@cultdeadsheep.org via goofy.cultdeadsheep.org X-Qmail-Scanner: 1.22 (Clear:RC:1(192.168.0.8):. Processed in 0.109686 secs) Received: from unknown (HELO persephone.cultdeadsheep.org) (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 5 Sep 2004 11:14:17 +0200 Received: (qmail 1194 invoked from network); 5 Sep 2004 11:12:49 +0200 Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by persephone.cultdeadsheep.org with SMTP; 5 Sep 2004 11:12:49 +0200 Date: Sun, 5 Sep 2004 11:13:43 +0200 From: Clement Laforet To: Paul Querna Message-Id: <20040905111343.5e1439ce.sheepkiller@cultdeadsheep.org> In-Reply-To: <1094364149.29415.38.camel@localhost> References: <1094364149.29415.38.camel@localhost> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: apache@FreeBSD.org Subject: Re: 2.0 -> 2.2 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 09:14:27 -0000 On Sun, 05 Sep 2004 00:02:29 -0600 Paul Querna wrote: Hi Paul! > I don't believe any plans are 100% set in stone yet, but many of the > committers(including me) from Apache would like to make a new stable > 2.2 branch this fall. (Likely during ApacheCon, November 13-17). > > This release has lots of cool new features (And, I don't want to write > a summary document right now...), but my main question is for the > FreeBSD Ports, will you shift the main Apache2 port to the 2.2 branch, > or will you create a separate httpd-2.2 port? > > I don't want to even imply switching over on the 2.2.0 release day, > but what is the general plan for FreeBSD? Here's my plan: - After the freeze I'll commit apache21 port (repocopied ~10 monthes ago) to make some test on modules building, etc. - Makefile.modules.3rd will be renamed to bsd.apache.mk - all modules will be renamed in pkg-src way. i.e. ap- for 1.3 modules ap2- for 2.0.x etc... - Introduce support for 2.X > 2.0.x in bsd.apache.mk As mat said, apache2 will be repocopied to apache20 when bsd.apache.mk appears. Threaded MPM support will be discountinued for 4.x with apache>2.1, since libc_r sucks ;). I'd be happy if you can provide us a short list of incompatibilities between apache2 and apache 2.1/2.2, so I can integrate these changes in my plan quickly. clem