From owner-freebsd-apache@FreeBSD.ORG Wed Sep 10 18:41:19 2014 Return-Path: Delivered-To: apache@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 A91961FC; Wed, 10 Sep 2014 18:41:19 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6C2B90; Wed, 10 Sep 2014 18:41:18 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MH0SI-1XWkeP1xoo-00DsuB; Wed, 10 Sep 2014 20:41:07 +0200 Message-ID: <54109B41.70302@gmx.de> Date: Wed, 10 Sep 2014 20:41:05 +0200 From: olli hauer Reply-To: "apache@FreeBSD.org" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Adam Weinberger Subject: Re: apache 2.2 ports References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> <1078D71E80C9283D7F23513F@ogg.in.absolight.net> <540F7CFB.4050304@gmx.de> <540F829C.10301@gmx.de> <0CF42C9D059713BFBD49709C@atuin.in.mat.cc> <77693D02-4172-42C6-B6CD-D68DF6EF547C@adamw.org> In-Reply-To: <77693D02-4172-42C6-B6CD-D68DF6EF547C@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:+5wtwbsLZNJOLdJ4k6xMH3dxo3esSpTx+h+00GpBEPKrgk4tx3O yqsSE+1W1nA3E1VBsB+MQWZJg+2Hu++3do6mUYVziu6680YHgwdsWjej1+aX7uBSzVAGjaN HaqoYMi9O73sAndVZRLfi9vr0K9TS6LbyLUICH7Mz0Xb7QG/EjzhJTIsjdcphB0haiCVEOB 2MfmzUMYUXNOiASNwR38w== X-UI-Out-Filterresults: notjunk:1; Cc: Mathieu Arnold , Baptiste Daroussin , apache@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 18:41:19 -0000 On 2014-09-10 19:31, Adam Weinberger wrote: > On 10 Sep, 2014, at 4:31, Mathieu Arnold wrote: > >> +--On 9 septembre 2014 19:36:35 -0400 Adam Weinberger >> wrote: >> |> Here you go: https://reviews.freebsd.org/D750 >> | >> | Hi Olli, >> | >> | With the old patch in place, there were a few build runs that took place >> | that showed some interesting effects. One that I don’t think gets >> | resolved (and I’m not sure that it really can be) is that packages for >> | a lot of 2.2-dependent ports will be unavailable. >> >> Do you have a couple of examples ? > > http://gohan3.ysv.freebsd.org/data/10amd64-default-baseline/367609/logs/errors/mod_authnz_crowd-2.2.2_3.log > http://gohan3.ysv.freebsd.org/data/10amd64-default-baseline/367609/logs/errors/ap22-mod_amazon_proxy-20100913.log > > as examples. > > # Adam > Thats a general issue with in case changed API is not reflected and the port depends on another port that was fixed or does not require parts of the changed API. mod_authnz_crowd build against apache24 with this fix https://people.freebsd.org/~ohauer/diffs/apache/mod_authnz_crowd_apache22-24.diff mod_amazon_proxy build fine after changing s/22/22+/. Is portsmon working again or do we have a special report so such issues can be identified ? I open a PR for both ports so Vick and TOTA-san can test their port are working with the suggested patch. -- olli