From owner-freebsd-ports@FreeBSD.ORG Wed Aug 6 07:19:19 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B932A2AB for ; Wed, 6 Aug 2014 07:19:19 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43B8E2BA7 for ; Wed, 6 Aug 2014 07:19:19 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id pv20so1602349lab.29 for ; Wed, 06 Aug 2014 00:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uejgAsg7Z8hQHQ3KyIdIENurbJOYVe2kQuCz17XwYiA=; b=g8a17GXKfzrjbGbkIeds74wu/M8M61F+8GR91tyTYC+mRMB+YiN2w3c0utBHG7+6s2 ROFJKxYDWSc876+qNQNZ/t2xv3QpUURiosIHTMyLpJNj3KveJskqb5/G7VRVDYVpbwBS vFxiJPtfpmmhwlvabsBFxX/hM4QsS1QCgzZEvVBEVDV6wCMnrt2x0ZB+G/0alnz7Co/b auUvvXFU92gWhJkktcyP/eg2yaek/9WW1I406xb/wZv3oN1kSZdbYCBJ6iLdzAs9K9t5 sh9vD3IH5GbS7bWrUL1txCY9SONGsL5Ojgte5Gqx9Ma/owoJEdFqh1VRnBnNl5KxZF1b nKDA== MIME-Version: 1.0 X-Received: by 10.152.179.229 with SMTP id dj5mr1260948lac.97.1407309557138; Wed, 06 Aug 2014 00:19:17 -0700 (PDT) Received: by 10.112.125.73 with HTTP; Wed, 6 Aug 2014 00:19:17 -0700 (PDT) In-Reply-To: <53DEA5F8.40204@astart.com> References: <53DC01F2.90102@astart.com> <20140801213432.GC2644@home.opsec.eu> <53DE5457.90007@gmx.de> <53DEA5F8.40204@astart.com> Date: Wed, 6 Aug 2014 08:19:17 +0100 Message-ID: Subject: Re: Apache 24 + mod_perl From: Steve Hay To: papowell@astart.com Content-Type: text/plain; charset=UTF-8 Cc: olli hauer , ports@freebsd.org, Kurt Jaeger , "modperl@perl.apache.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 07:19:19 -0000 On 3 August 2014 22:13, Patrick Powell wrote: > On 08/03/14 08:25, olli hauer wrote: >> >> On 2014-08-01 23:34, Kurt Jaeger wrote: >>> >>> Hi! >>> >>>> Question: when will mod_perl be available for Apache 24? >>> >>> There's a PR where people are discussing this: >>> >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 >>> >>> This PR needs more testers etc. >>> >> I've updated the PR with a patch against the latest mod_perl trunk >> revision (r1602105). >> >> The patch against the port can be grabbed from here or from our bugzilla >> >> http://people.freebsd.org/~ohauer/diffs/apache/mod_perl2-2.0.8_apache24.diff >> >> Please test *at own risk*, and report issues to upstream and here so we >> can integrate fresh upstream fixes and update the port. >> >> The first proposed patch will allows the port to build but I have to many >> concerns for integrating this simple fix into the tree. >> I don't believe the first patch on the PR will work right else it would >> take the upstream dev. work and time for mod_perl2 at absurd-um ... >> >> > I have taken a slightly different approach, using the mod_perl2 SVN > ..../httpd24 branch as the starting point. > The httpd24 branch is obselete. It was used for the initial development of httpd-2.4 support, but was superseded by httpd24threading, and since then everything from both branches has been merged back to trunk. The current trunk is largely ready for a 2.0.9 release supporting httpd-2.4, pending some more testing and fixes as necessary.