From owner-freebsd-ports@FreeBSD.ORG Sun Aug 3 21:13:36 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D52E5A3A for ; Sun, 3 Aug 2014 21:13:36 +0000 (UTC) Received: from astart2.astart.com (108-248-95-193.lightspeed.sndgca.sbcglobal.net [108.248.95.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC74A2080 for ; Sun, 3 Aug 2014 21:13:36 +0000 (UTC) Received: from laptop_84.private (localhost [127.0.0.1]) by astart2.astart.com (8.14.4/8.14.4) with ESMTP id s73LDWxX004190; Sun, 3 Aug 2014 14:13:33 -0700 (PDT) (envelope-from papowell@astart.com) Message-ID: <53DEA5F8.40204@astart.com> Date: Sun, 03 Aug 2014 14:13:28 -0700 From: Patrick Powell Reply-To: papowell@astart.com Organization: Astart Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130714 Thunderbird/17.0.7 MIME-Version: 1.0 To: olli hauer Subject: Re: Apache 24 + mod_perl References: <53DC01F2.90102@astart.com> <20140801213432.GC2644@home.opsec.eu> <53DE5457.90007@gmx.de> In-Reply-To: <53DE5457.90007@gmx.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, modperl@perl.apache.org, Kurt Jaeger 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: Sun, 03 Aug 2014 21:13:36 -0000 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. This branch, much to my surprised, after adding some missing Perl Modules, compiled and almost all of the tests ran and passed. I am currently trying some of my own tests to see if the functionality that I need is present. As Olli says: Please test/use at your own risk. Report problems. Personally, I am expecting Apache 24 to die a horrible death when I start testing this stuff...