From owner-freebsd-apache@FreeBSD.ORG Sun Sep 7 10:31:15 2014 Return-Path: Delivered-To: apache@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 67508955; Sun, 7 Sep 2014 10:31:15 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (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 0203D1D51; Sun, 7 Sep 2014 10:31:14 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0Ln8Tl-1Y1HPo3U0z-00hNPf; Sun, 07 Sep 2014 12:30:57 +0200 Message-ID: <540C33E6.3040805@gmx.de> Date: Sun, 07 Sep 2014 12:31:02 +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> In-Reply-To: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:+iv7JYoOMX5L98dlzfLCTiWNGqI5Jw7fmM1ON2AsTP7Tnh86Eh8 57IOzQBgGjRUFtquo8/Syj+t4lT36OEw99kx2HzuOQn8mltQFvCg5iujL0eyaW1uuzm5Mkc BZBX5T6Wa9vi/7JiZRMQBE6ow2uUxx2tHmX41KbaB4+PBKwL6lGgKkQm7DjwMZVf8B1B82g 6B2rRvZUBVjpR7Cs2BM6Q== X-UI-Out-Filterresults: notjunk:1; Cc: apache@FreeBSD.org, portmgr@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: Sun, 07 Sep 2014 10:31:15 -0000 On 2014-09-06 17:24, Adam Weinberger wrote: > apache team - > > So it seems that setting USE_APACHE=22 doesn’t actually depend on apache-2.2. This means that every USE_APACHE=22 port is broken, and as of right now won’t have any 10.1 packages. > > I’m happy to go through and add "DEFAULT_VERSIONS= APACHE=22” to this ports, but I wanted to check with you guys first. Is that the right way to fix it? Is there something else that can be done to make USE_APACHE=22 actually depend on apache-2.2? > > # Adam > Hi Adam, could you give the patch below a try? I've tested the patch with a small selection from USE_APACHE=(22|22+|24) ports and with the patch bsd.default-versions.mk does not overwrite the requirements. // olli Index: Mk/bsd.apache.mk =================================================================== --- Mk/bsd.apache.mk (revision 367503) +++ Mk/bsd.apache.mk (working copy) @@ -288,8 +288,6 @@ . endif .elif defined(APACHE_PORT) _APACHE_VERSION!= ${ECHO_CMD} ${APACHE_PORT} | ${SED} -ne 's,.*/apache\([0-9]*\).*,\1,p' -.else -_APACHE_VERSION:= ${DEFAULT_APACHE_VERSION} .endif .if defined(USE_APACHE) From owner-freebsd-apache@FreeBSD.ORG Sun Sep 7 14:16:04 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 EFEC2EC0 for ; Sun, 7 Sep 2014 14:16:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 BDB171BD0 for ; Sun, 7 Sep 2014 14:16:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s87EG4Z5016935 for ; Sun, 7 Sep 2014 14:16:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Date: Sun, 07 Sep 2014 14:16:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 07 Sep 2014 14:16:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 --- Comment #19 from commit-hook@freebsd.org --- A commit references this bug: Author: ohauer Date: Sun Sep 7 14:15:19 UTC 2014 New revision: 367548 URL: http://svnweb.freebsd.org/changeset/ports/367548 Log: - apply patches for apache24 shaped from upstream r1602105 (2.0.9-dev) The patches are automatically applied if build against apache24. Interested apache22 users can change the follwing line in the Makefile from: .if ${APACHE_VERSION} > 22 to: .if ${APACHE_VERSION} >= 22 Changelog (*NIX related): =item 2.0.9-dev Make sure modperl_interp_select uses r->server rather than the passed s parameter to find the interpreter pool to pull an interpreter from. This fixes an issue with vhosts with a separate interpreter pool and runtime dir-config merges that used to pull the interpreter from the wrong pool. [Torsten Foertsch] PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind the current interpreter to that object for it's lifetime. $(c|r)->pnotes_kill() can be used to prematurely drop pnotes and remove this binding. [Torsten Foertsch] Now correctly invokes PerlCleanupHandlers, even if they are the only handler type configured for that request [Torsten Foertsch] For threaded MPMs, change interpreter managment to a new, reference-counted allocation model. [Torsten Foertsch] Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig [Torsten Foertsch] Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch] Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR or TEMP from the environment, or else defaults to /tmp. The latter is no good on Windows, so make sure the environment variables are passed through. (TEMP should be set to something suitable on Windows.) [Steve Hay] Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando ] PR: 191471 Changes: head/www/mod_perl2/Makefile head/www/mod_perl2/distinfo head/www/mod_perl2/files/pkg-message.in head/www/mod_perl2/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@FreeBSD.ORG Sun Sep 7 14:23:32 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 E08A3F97 for ; Sun, 7 Sep 2014 14:23:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C81351C92 for ; Sun, 7 Sep 2014 14:23:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s87ENWtj036744 for ; Sun, 7 Sep 2014 14:23:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Date: Sun, 07 Sep 2014 14:23:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sun, 07 Sep 2014 14:23:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 Olli Hauer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Issue Resolved Resolution|--- |FIXED --- Comment #20 from Olli Hauer --- I've committed the last patch against upstream r1618150. Thanks to all requesters for the useful feedback or should I say the lack of? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@FreeBSD.ORG Sun Sep 7 14:59:14 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 20B087E2; Sun, 7 Sep 2014 14:59:14 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEF2A1F2A; Sun, 7 Sep 2014 14:59:13 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id DCE8A11402B; Sun, 7 Sep 2014 10:59:11 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: apache 2.2 ports From: Adam Weinberger In-Reply-To: <540C33E6.3040805@gmx.de> Date: Sun, 7 Sep 2014 10:59:08 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <4D3C03D8-2C96-46BD-B97E-590227C8FEF0@adamw.org> References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <540C33E6.3040805@gmx.de> To: "apache@FreeBSD.org" X-Mailer: Apple Mail (2.1878.6) Cc: portmgr@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: Sun, 07 Sep 2014 14:59:14 -0000 On 7 Sep, 2014, at 6:31, olli hauer wrote: > On 2014-09-06 17:24, Adam Weinberger wrote: >> apache team - >>=20 >> So it seems that setting USE_APACHE=3D22 doesn=92t actually depend on = apache-2.2. This means that every USE_APACHE=3D22 port is broken, and as = of right now won=92t have any 10.1 packages. >>=20 >> I=92m happy to go through and add "DEFAULT_VERSIONS=3D APACHE=3D22=94 = to this ports, but I wanted to check with you guys first. Is that the = right way to fix it? Is there something else that can be done to make = USE_APACHE=3D22 actually depend on apache-2.2? >>=20 >=20 > Hi Adam, >=20 > could you give the patch below a try? > I've tested the patch with a small selection from = USE_APACHE=3D(22|22+|24) ports and with the patch = bsd.default-versions.mk does not overwrite the requirements. That patch works perfectly for me. USE_APACHE=3D22, 22+, and 24 all do = the right thing now. However, it doesn=92t check against bad values. USE_APACHE=3D42 just = drops the apache dependency altogether... most other USE_* systems put = out an error in that situation. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-freebsd-apache@FreeBSD.ORG Sun Sep 7 15:14:20 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 8F2BDE35; Sun, 7 Sep 2014 15:14:20 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (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 2A68E116E; Sun, 7 Sep 2014 15:14:20 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MaaOf-1XgGH21oAT-00KBY9; Sun, 07 Sep 2014 17:14:17 +0200 Message-ID: <540C764E.4060308@gmx.de> Date: Sun, 07 Sep 2014 17:14:22 +0200 From: olli hauer 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> <540C33E6.3040805@gmx.de> <4D3C03D8-2C96-46BD-B97E-590227C8FEF0@adamw.org> In-Reply-To: <4D3C03D8-2C96-46BD-B97E-590227C8FEF0@adamw.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:4Pwrd4mHzGQf8kM12G1lWoehIcxh9kZq8/eVlNY7rBYrdvnJLY2 IgXgNT41SPouFhjSHTEuPPM3kh0+Gugz1WwtgWGleTyhnvyaU8BSpeE7HFBBxODrB/fmD1b OLgWfCp7c7cLdi8HW+G6paOyeQBeGxuPcFB2sPqkxX2OhfLem3BDZnz4rpvKSkPCiCS+jDt aGu4gxwoF7FycutzfoL3w== X-UI-Out-Filterresults: notjunk:1; Cc: "apache@FreeBSD.org" , portmgr@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: Sun, 07 Sep 2014 15:14:20 -0000 On 2014-09-07 16:59, Adam Weinberger wrote: > On 7 Sep, 2014, at 6:31, olli hauer wrote: > >> On 2014-09-06 17:24, Adam Weinberger wrote: >>> apache team - >>> >>> So it seems that setting USE_APACHE=22 doesn’t actually depend on apache-2.2. This means that every USE_APACHE=22 port is broken, and as of right now won’t have any 10.1 packages. >>> >>> I’m happy to go through and add "DEFAULT_VERSIONS= APACHE=22” to this ports, but I wanted to check with you guys first. Is that the right way to fix it? Is there something else that can be done to make USE_APACHE=22 actually depend on apache-2.2? >>> >> >> Hi Adam, >> >> could you give the patch below a try? >> I've tested the patch with a small selection from USE_APACHE=(22|22+|24) ports and with the patch bsd.default-versions.mk does not overwrite the requirements. > > That patch works perfectly for me. USE_APACHE=22, 22+, and 24 all do the right thing now. > > However, it doesn’t check against bad values. USE_APACHE=42 just drops the apache dependency altogether... most other USE_* systems put out an error in that situation. > > # Adam Hi Adam, are you sure about bad values? Tested only with simple ports $ cd www/mod_log_sql2 $ sed -i.bak 's/22/42/' Makefile $ make ===> mod_log_sql-1.101_6 : Error from bsd.apache.mk. Illegal use of USE_APACHE ( 42+ ). *** Error code 1 $ cd www/blogsum $ sed -i.bak 's/22/32/' Makefile $ make ===> blogsum-1.1_2 is marked as broken: : Error from bsd.apache.mk. apache24 is installed (or APACHE_PORT is defined) and port requires apache32 at least. *** Error code 1 I have to admit bsd.apache.mk is not optimal, needs a major rewrite and split into separate server / modules files. For server bsd.apache.mk is OK but modules and other stuff should go into a Uses/apache.mk file. -- olli From owner-freebsd-apache@FreeBSD.ORG Sun Sep 7 15:18:23 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 7F1D2113; Sun, 7 Sep 2014 15:18:23 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57E1811BE; Sun, 7 Sep 2014 15:18:23 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 7E9BF11402A; Sun, 7 Sep 2014 11:18:21 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: apache 2.2 ports From: Adam Weinberger In-Reply-To: <540C764E.4060308@gmx.de> Date: Sun, 7 Sep 2014 11:18:18 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <540C33E6.3040805@gmx.de> <4D3C03D8-2C96-46BD-B97E-590227C8FEF0@adamw.org> <540C764E.4060308@gmx.de> To: olli hauer X-Mailer: Apple Mail (2.1878.6) Cc: "apache@FreeBSD.org" , portmgr@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: Sun, 07 Sep 2014 15:18:23 -0000 On 7 Sep, 2014, at 11:14, olli hauer wrote: > On 2014-09-07 16:59, Adam Weinberger wrote: >> On 7 Sep, 2014, at 6:31, olli hauer wrote: >>=20 >>> On 2014-09-06 17:24, Adam Weinberger wrote: >>>> apache team - >>>>=20 >>>> So it seems that setting USE_APACHE=3D22 doesn=92t actually depend = on apache-2.2. This means that every USE_APACHE=3D22 port is broken, and = as of right now won=92t have any 10.1 packages. >>>>=20 >>>> I=92m happy to go through and add "DEFAULT_VERSIONS=3D APACHE=3D22=94= to this ports, but I wanted to check with you guys first. Is that the = right way to fix it? Is there something else that can be done to make = USE_APACHE=3D22 actually depend on apache-2.2? >>>>=20 >>>=20 >>> Hi Adam, >>>=20 >>> could you give the patch below a try? >>> I've tested the patch with a small selection from = USE_APACHE=3D(22|22+|24) ports and with the patch = bsd.default-versions.mk does not overwrite the requirements. >>=20 >> That patch works perfectly for me. USE_APACHE=3D22, 22+, and 24 all = do the right thing now. >>=20 >> However, it doesn=92t check against bad values. USE_APACHE=3D42 just = drops the apache dependency altogether... most other USE_* systems put = out an error in that situation. >>=20 >> # Adam >=20 >=20 > Hi Adam, >=20 > are you sure about bad values? >=20 > Tested only with simple ports >=20 > $ cd www/mod_log_sql2 > $ sed -i.bak 's/22/42/' Makefile > $ make > =3D=3D=3D> mod_log_sql-1.101_6 : Error from bsd.apache.mk. Illegal = use of USE_APACHE ( 42+ ). > *** Error code 1 >=20 > $ cd www/blogsum > $ sed -i.bak 's/22/32/' Makefile > $ make > =3D=3D=3D> blogsum-1.1_2 is marked as broken: : Error from = bsd.apache.mk. apache24 is installed (or APACHE_PORT is defined) and = port requires apache32 at least. > *** Error code 1 >=20 >=20 > I have to admit bsd.apache.mk is not optimal, needs a major rewrite = and split into separate server / modules files. > For server bsd.apache.mk is OK but modules and other stuff should go = into a Uses/apache.mk file. Haha actually I tested it with USE_APACHE=3D32... I had no idea that was = a valid value. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-freebsd-apache@FreeBSD.ORG Sun Sep 7 15:46:58 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 8CF799BC; Sun, 7 Sep 2014 15:46:58 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (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 099A214AB; Sun, 7 Sep 2014 15:46:57 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LvUwp-1YR6uz1ecN-010aS7; Sun, 07 Sep 2014 17:46:54 +0200 Message-ID: <540C7DF3.60700@gmx.de> Date: Sun, 07 Sep 2014 17:46:59 +0200 From: olli hauer 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> <540C33E6.3040805@gmx.de> <4D3C03D8-2C96-46BD-B97E-590227C8FEF0@adamw.org> <540C764E.4060308@gmx.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:3Dh94K7Yyw/x4cPOusYaCnjlTWqUZb9LjnVb33qiMlexi6fnk1P eykiQtfv1DcjLo2wryxuNPmi4yTCy83+3yNdSHy2fyIzguFXyBSPG9JUa/bLsbIyDQgxqf6 ueJGg4rojpw14LPyOHQAdJWAPA7vUu7SW9YZAQUp+TTvZ4JlO9pygS2Jx4nlP0XsI5TQIyN Paxc8pXOFpXKBBsK58/7g== X-UI-Out-Filterresults: notjunk:1; Cc: "apache@FreeBSD.org" , portmgr@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: Sun, 07 Sep 2014 15:46:58 -0000 On 2014-09-07 17:18, Adam Weinberger wrote: > On 7 Sep, 2014, at 11:14, olli hauer wrote: > >> On 2014-09-07 16:59, Adam Weinberger wrote: >>> On 7 Sep, 2014, at 6:31, olli hauer wrote: >>> >>>> On 2014-09-06 17:24, Adam Weinberger wrote: >>>>> apache team - >>>>> >>>>> So it seems that setting USE_APACHE=22 doesn’t actually depend on apache-2.2. This means that every USE_APACHE=22 port is broken, and as of right now won’t have any 10.1 packages. >>>>> >>>>> I’m happy to go through and add "DEFAULT_VERSIONS= APACHE=22” to this ports, but I wanted to check with you guys first. Is that the right way to fix it? Is there something else that can be done to make USE_APACHE=22 actually depend on apache-2.2? >>>>> >>>> >>>> Hi Adam, >>>> >>>> could you give the patch below a try? >>>> I've tested the patch with a small selection from USE_APACHE=(22|22+|24) ports and with the patch bsd.default-versions.mk does not overwrite the requirements. >>> >>> That patch works perfectly for me. USE_APACHE=22, 22+, and 24 all do the right thing now. >>> >>> However, it doesn’t check against bad values. USE_APACHE=42 just drops the apache dependency altogether... most other USE_* systems put out an error in that situation. >>> >>> # Adam >> >> >> Hi Adam, >> >> are you sure about bad values? >> >> Tested only with simple ports >> >> $ cd www/mod_log_sql2 >> $ sed -i.bak 's/22/42/' Makefile >> $ make >> ===> mod_log_sql-1.101_6 : Error from bsd.apache.mk. Illegal use of USE_APACHE ( 42+ ). >> *** Error code 1 >> >> $ cd www/blogsum >> $ sed -i.bak 's/22/32/' Makefile >> $ make >> ===> blogsum-1.1_2 is marked as broken: : Error from bsd.apache.mk. apache24 is installed (or APACHE_PORT is defined) and port requires apache32 at least. >> *** Error code 1 >> >> >> I have to admit bsd.apache.mk is not optimal, needs a major rewrite and split into separate server / modules files. >> For server bsd.apache.mk is OK but modules and other stuff should go into a Uses/apache.mk file. > > Haha actually I tested it with USE_APACHE=32... I had no idea that was a valid value. > No, no, 32 is no valid version and the build will should fail. Qiuck PD test build console output. [00:13:45] ====>> [01][00:00:00] Starting build of www/mod_log_sql2 [00:13:46] ====>> [01][00:00:01] Finished build of www/mod_log_sql2: Ignored: : Error from bsd.apache.mk. Illegal use of USE_APACHE ( 43+ ) I will commit the patch provided in my first reply with a notice in bsd.apache.mk -- olli From owner-freebsd-apache@FreeBSD.ORG Mon Sep 8 13:48:38 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 29E0ADE1 for ; Mon, 8 Sep 2014 13:48:38 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.feld.me", Issuer "Gandi Standard SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDB0B1EA3 for ; Mon, 8 Sep 2014 13:48:37 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id 2c3d06b8; Mon, 8 Sep 2014 08:41:56 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=feld.me; h=mime-version :date:content-type:content-transfer-encoding:message-id:from :subject:to:in-reply-to:references:sender; s=blargle2; bh=aNLjLr 9+cr9xY+vzc3d3oFAiokE=; b=Ych2b33ZD45CY5jpgRy4pun1HgILvMleVj7in/ BtOc3nolj5YN7hoqtpjFurMMj39QHl1+VTZFcjx50CYUuBE9Y7mOMnX6KGjjiSLp cdHktTld7vY4TSd4STbBZDFRwbkIfpTMBu0D7uxkIyrK4kDl5XucO9ZgkoVUNmrk MHFZEWw93jfGCohfjc1xiy47f+k0n2cy5qIPRpJOsYer4Cyq4b7sr9k+W3/UYH7K eq1gKL8qT18xCHrEAfEisdxGVO9BeMVg2PbrcyCOEtq+a2EclIQT6tpAZGSeS6Q0 H4/daJOIJPrKrm12n29iPkCvribmKPof9W/elMayvjm7Jq6w== DomainKey-Signature: a=rsa-sha1; c=nofws; d=feld.me; h=mime-version:date :content-type:content-transfer-encoding:message-id:from:subject :to:in-reply-to:references:sender; q=dns; s=blargle2; b=VibLX0I/ BT31ApVGvvuZwHiaDaTSB0EKoZiHXP/1hPYu5K2djpeMVzLs8UJSUsb/Zw1ea+oM O5Cgv9Sy7h29utIbv9MEAfey6XvPD4366icQJYZIVjehxWmNyk6TM8scULn7sVnQ XSQPlZgkI7wIKLFVIa8QxofIfmtrd20PRM3Y+8O+aaHuxoF/C03ERpaDht2a6UTS VHbCT80iNo5iuOAV6DzDsQCLb/278Hrhor0tJKqb+vpwgXxkyQNbygWi5qiQMzpY cWlKY1LNavTFIcwxgoeBNk6rvgAZu+UPah/rp+DUFUNVssdMPEPpe9UvnpzlD3FY 8di7GWBq43/ppQ== Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id 0882ae44; Mon, 8 Sep 2014 08:41:56 -0500 (CDT) Received: from feld@feld.me by mail.feld.me (Archiveopteryx 3.2.0) with esmtpa id 1410183714-3786-3784/5/3; Mon, 8 Sep 2014 13:41:54 +0000 Mime-Version: 1.0 Date: Mon, 8 Sep 2014 13:41:54 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> X-Mailer: RainLoop/1.6.9.162 From: Mark Felder Subject: Re: apache 2.2 ports To: Adam Weinberger , apache@freebsd.org In-Reply-To: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> Sender: feld@feld.me 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: Mon, 08 Sep 2014 13:48:38 -0000 September 6 2014 10:24 AM, "Adam Weinberger" wrote:=20 > apache team - >=20 > So it seems that setting USE_APACHE=3D22 doesn=E2=80=99t actually = depend on apache-2.2. This means that every > USE_APACHE=3D22 port is broken, and as of right now won=E2=80=99t have = any 10.1 packages. >=20 > I=E2=80=99m happy to go through and add "DEFAULT_VERSIONS=3D APACHE=3D2= 2=E2=80=9D to this ports, but I wanted to check > with you guys first. Is that the right way to fix it? Is there = something else that can be done to > make USE_APACHE=3D22 actually depend on apache-2.2? >=20 FYI I had to solve this problem today with the following two make.conf = options: DEFAULT_VERSIONS=3D apache=3D2.2 =20 (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period should = be used) APACHE_PORT=3D www/apache22 Previously I only had the DEFAULT_VERSIONS entry and it worked fine. = Suddenly I needed to add APACHE_PORT as well. This is with an up to date = ports tree -- my packages build automatically every 8 hours. From owner-freebsd-apache@FreeBSD.ORG Mon Sep 8 13:51:56 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 3482EF25; Mon, 8 Sep 2014 13:51:56 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E8B641F52; Mon, 8 Sep 2014 13:51:55 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1A3A9BDC30; Mon, 8 Sep 2014 15:51:54 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id E7F2BBDC2E; Mon, 8 Sep 2014 15:51:53 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 6DCF8614F; Mon, 8 Sep 2014 15:51:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id D58F4732D340; Mon, 8 Sep 2014 15:51:52 +0200 (CEST) Date: Mon, 08 Sep 2014 15:51:52 +0200 From: Mathieu Arnold To: Mark Felder , Adam Weinberger , apache@freebsd.org Subject: Re: apache 2.2 ports Message-ID: <1078D71E80C9283D7F23513F@ogg.in.absolight.net> In-Reply-To: <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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: Mon, 08 Sep 2014 13:51:56 -0000 +--On 8 septembre 2014 13:41:54 +0000 Mark Felder wrote: | September 6 2014 10:24 AM, "Adam Weinberger" wrote:=20 |> apache team - |>=20 |> So it seems that setting USE_APACHE=3D22 doesn=E2=80=99t actually depend = on |> apache-2.2. This means that every USE_APACHE=3D22 port is broken, and as |> of right now won=E2=80=99t have any 10.1 packages. |>=20 |> I=E2=80=99m happy to go through and add "DEFAULT_VERSIONS=3D = APACHE=3D22=E2=80=9D to |> this ports, but I wanted to check with you guys first. Is that the right |> way to fix it? Is there something else that can be done to make |> USE_APACHE=3D22 actually depend on apache-2.2? |>=20 |=20 | FYI I had to solve this problem today with the following two make.conf | options: |=20 | DEFAULT_VERSIONS=3D apache=3D2.2 =20 |=20 | (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period should | be used) |=20 | APACHE_PORT=3D www/apache22 |=20 |=20 | Previously I only had the DEFAULT_VERSIONS entry and it worked fine. | Suddenly I needed to add APACHE_PORT as well. This is with an up to date | ports tree -- my packages build automatically every 8 hours. Yes, bapt sent a patch to fix that --=20 Mathieu Arnold From owner-freebsd-apache@FreeBSD.ORG Mon Sep 8 21:10:46 2014 Return-Path: Delivered-To: apache@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 8FB216CB; Mon, 8 Sep 2014 21:10:46 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (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 295EE1CB7; Mon, 8 Sep 2014 21:10:46 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0Mb45P-1XgHPO3s2F-00KeJs; Mon, 08 Sep 2014 23:10:26 +0200 Message-ID: <540E1B41.8020804@gmx.de> Date: Mon, 08 Sep 2014 23:10:25 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: apache@freebsd.org Subject: Re: apache 2.2 ports References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> <1078D71E80C9283D7F23513F@ogg.in.absolight.net> In-Reply-To: <1078D71E80C9283D7F23513F@ogg.in.absolight.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:wK0Gfgy/Uk8yNfWOAA4nCQTZK8hut2JfHlF0YWSViaBuFESm3vP wjPsN0KQjTXPjSfghyDCX+A3KayRLFX8iyqwIeRXX1ONaR+xrTWXDs+rZlJkzlcjjsDZDzJ zM5i+nNmqrfKfh88wsOOpKEc+Lvv8ANjn1NtWgVYi1BQxmd+VcNt4ITYprWcPr160jiuhl9 1dSeSn8A8Tp5swugifnrQ== X-UI-Out-Filterresults: notjunk:1; Cc: Mathieu Arnold , Baptiste Daroussin , Adam Weinberger 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: Mon, 08 Sep 2014 21:10:46 -0000 On 2014-09-08 15:51, Mathieu Arnold wrote: > > > +--On 8 septembre 2014 13:41:54 +0000 Mark Felder wrote: > | September 6 2014 10:24 AM, "Adam Weinberger" wrote: > |> apache team - > |> > |> So it seems that setting USE_APACHE=22 doesn’t actually depend on > |> apache-2.2. This means that every USE_APACHE=22 port is broken, and as > |> of right now won’t have any 10.1 packages. > |> > |> I’m happy to go through and add "DEFAULT_VERSIONS= APACHE=22” to > |> this ports, but I wanted to check with you guys first. Is that the right > |> way to fix it? Is there something else that can be done to make > |> USE_APACHE=22 actually depend on apache-2.2? > |> > | > | FYI I had to solve this problem today with the following two make.conf > | options: > | > | DEFAULT_VERSIONS= apache=2.2 > | > | (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period should > | be used) > | > | APACHE_PORT= www/apache22 > | > | > | Previously I only had the DEFAULT_VERSIONS entry and it worked fine. > | Suddenly I needed to add APACHE_PORT as well. This is with an up to date > | ports tree -- my packages build automatically every 8 hours. > > Yes, bapt sent a patch to fix that > Sorry for breaking and delay! Seems I miss the mail with the notice from babt, anyway looking right now into his patch and found an issue with the patch on 8.x / 9.x but it is working on 10. Simple test on 8.4 or 9.3 with an apache22 only port $ make -V APACHE_PORT www/apache} => no value but a closing '}' It looks like the following line cannot be processed on 8.4 / 9.3 _APACHE_WANTED_VERSION:= ${_APACHE_WANTED_VERSIONS:O:u:M${DEFAULT_APACHE_VERSION}} Before this line the values are (verified with .warning line): - _APACHE_WANTED_VERSIONS=22 - DEFAULT_APACHE_VERSION=24 => M${DEFAULT_APACHE_VERSION} is not expanded and the construct returns '}' Now all other checks are failing and no valid port can be calculated If I set this line to _APACHE_WANTED_VERSION:= ${_APACHE_WANTED_VERSIONS:O:u:M24} I get the expected www/apache22 value. Scratch my head and remember PR 181717, but thats not the case here. From owner-freebsd-apache@FreeBSD.ORG Mon Sep 8 22:50:33 2014 Return-Path: Delivered-To: apache@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 51271461 for ; Mon, 8 Sep 2014 22:50:33 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (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 D004663409 for ; Mon, 8 Sep 2014 22:50:32 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MYtId-1XvfCg2BUJ-00Vcoi; Tue, 09 Sep 2014 00:50:21 +0200 Message-ID: <540E32AD.3000101@gmx.de> Date: Tue, 09 Sep 2014 00:50:21 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: apache@freebsd.org Subject: Re: apache 2.2 ports References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> <1078D71E80C9283D7F23513F@ogg.in.absolight.net> <540E1B41.8020804@gmx.de> In-Reply-To: <540E1B41.8020804@gmx.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:6RaohQb3XD6HwyxLuVJELaA+lGN8EYjxPD8AT243/cW2xU6LSq9 JYE16EbLaCOvYEJm5IDNFSn9g9YjoNPOJBC3KooOzXzrStm8ASEif/JymM1HcXTx6zhwGB5 OD8b9Qj8Tph7S2BM59mGPSWZszuOsAgnA6bobmyKc11xYJfn2nFxkeH1jid003iirObFS6D RNZXz/lbf3gJT7YR8JHdA== X-UI-Out-Filterresults: notjunk:1; Cc: Mathieu Arnold , Baptiste Daroussin , Adam Weinberger 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: Mon, 08 Sep 2014 22:50:33 -0000 On 2014-09-08 23:10, olli hauer wrote: > On 2014-09-08 15:51, Mathieu Arnold wrote: >> >> >> +--On 8 septembre 2014 13:41:54 +0000 Mark Felder wrote: >> | September 6 2014 10:24 AM, "Adam Weinberger" wrote: >> |> apache team - >> |> >> |> So it seems that setting USE_APACHE=22 doesn’t actually depend on >> |> apache-2.2. This means that every USE_APACHE=22 port is broken, and as >> |> of right now won’t have any 10.1 packages. >> |> >> |> I’m happy to go through and add "DEFAULT_VERSIONS= APACHE=22” to >> |> this ports, but I wanted to check with you guys first. Is that the right >> |> way to fix it? Is there something else that can be done to make >> |> USE_APACHE=22 actually depend on apache-2.2? >> |> >> | >> | FYI I had to solve this problem today with the following two make.conf >> | options: >> | >> | DEFAULT_VERSIONS= apache=2.2 >> | >> | (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period should >> | be used) >> | >> | APACHE_PORT= www/apache22 >> | >> | >> | Previously I only had the DEFAULT_VERSIONS entry and it worked fine. >> | Suddenly I needed to add APACHE_PORT as well. This is with an up to date >> | ports tree -- my packages build automatically every 8 hours. >> >> Yes, bapt sent a patch to fix that >> > > Sorry for breaking and delay! > > Seems I miss the mail with the notice from babt, anyway looking right now into his patch and found an issue with the patch on 8.x / 9.x but it is working on 10. > > Simple test on 8.4 or 9.3 with an apache22 only port > $ make -V APACHE_PORT > www/apache} => no value but a closing '}' > > It looks like the following line cannot be processed on 8.4 / 9.3 > _APACHE_WANTED_VERSION:= ${_APACHE_WANTED_VERSIONS:O:u:M${DEFAULT_APACHE_VERSION}} > > > Before this line the values are (verified with .warning line): > - _APACHE_WANTED_VERSIONS=22 > - DEFAULT_APACHE_VERSION=24 > > => M${DEFAULT_APACHE_VERSION} is not expanded and the construct returns '}' > > Now all other checks are failing and no valid port can be calculated > > > If I set this line to > _APACHE_WANTED_VERSION:= ${_APACHE_WANTED_VERSIONS:O:u:M24} > > I get the expected www/apache22 value. > > > Scratch my head and remember PR 181717, but thats not the case here. The patch from babt seems to work on 8.4 when the surrounding ${} is removed. - _APACHE_WANTED_VERSION:= ${_APACHE_WANTED_VERSIONS:O:u:M${DEFAULT_APACHE_VERSION}} + _APACHE_WANTED_VERSION:= ${_APACHE_WANTED_VERSIONS:O:u:MDEFAULT_APACHE_VERSION} Not sure why M${opt} is working with an .if statement but not here except on FreeBSD 10 Even with a custom make (source from 10 build on 8.4) the issue persist it must be something different. As first workaround I reverted bsd.apache.mk to r366839 until I have more information ... From owner-freebsd-apache@FreeBSD.ORG Tue Sep 9 19:16:28 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 5300B645 for ; Tue, 9 Sep 2014 19:16:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 3A5C79F4 for ; Tue, 9 Sep 2014 19:16:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s89JGSuu085697 for ; Tue, 9 Sep 2014 19:16:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Date: Tue, 09 Sep 2014 19:16:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: papowell@astart.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Tue, 09 Sep 2014 19:16:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 --- Comment #21 from papowell@astart.com --- Thanks! I was using your patches as of 7 Aug 2014, and it seems to be working fine for me. I will try the latest and see what the result is. Sorry for no feedback. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@FreeBSD.ORG Tue Sep 9 22:19:47 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 A4E0D2C3; Tue, 9 Sep 2014 22:19:47 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (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 3DB53FE2; Tue, 9 Sep 2014 22:19:46 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MeQ43-1XjFzR2MCl-00QAAN; Wed, 10 Sep 2014 00:19:38 +0200 Message-ID: <540F7CFB.4050304@gmx.de> Date: Wed, 10 Sep 2014 00:19:39 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: apache@freebsd.org Subject: Re: apache 2.2 ports References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> <1078D71E80C9283D7F23513F@ogg.in.absolight.net> In-Reply-To: <1078D71E80C9283D7F23513F@ogg.in.absolight.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:nuyOlMj1NR1J1aHQlLyvvxmlvSJn4f/socII+L0dhcOjM/cTSC5 KXVv4nHENGkPG49cm+He0dHXV/iInd1uTtrM0sWFon0k0fA7j810xKOrr3cP2JP/V+4Du6B ab0o6/31QnMKgMXriXBP7mAEHnZQtqhTXD6xaCC4dBeMWTZMi2CrxMK7dp178QzjfEAvzYR jqw75CorlK/7xbTcnFxlw== X-UI-Out-Filterresults: notjunk:1; Cc: Mathieu Arnold , Baptiste Daroussin , Adam Weinberger 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: Tue, 09 Sep 2014 22:19:47 -0000 On 2014-09-08 15:51, Mathieu Arnold wrote: > > > +--On 8 septembre 2014 13:41:54 +0000 Mark Felder wrote: > | September 6 2014 10:24 AM, "Adam Weinberger" wrote: > |> apache team - > |> > |> So it seems that setting USE_APACHE=22 doesn’t actually depend on > |> apache-2.2. This means that every USE_APACHE=22 port is broken, and as > |> of right now won’t have any 10.1 packages. > |> > |> I’m happy to go through and add "DEFAULT_VERSIONS= APACHE=22” to > |> this ports, but I wanted to check with you guys first. Is that the right > |> way to fix it? Is there something else that can be done to make > |> USE_APACHE=22 actually depend on apache-2.2? > |> > | > | FYI I had to solve this problem today with the following two make.conf > | options: > | > | DEFAULT_VERSIONS= apache=2.2 > | > | (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period should > | be used) > | > | APACHE_PORT= www/apache22 > | > | > | Previously I only had the DEFAULT_VERSIONS entry and it worked fine. > | Suddenly I needed to add APACHE_PORT as well. This is with an up to date > | ports tree -- my packages build automatically every 8 hours. > > Yes, bapt sent a patch to fix that > Based on the patch from bapt, I finished a new one (some cases where missing) https://people.freebsd.org/~ohauer/diffs/apache/bsd.apache.mk_20140909.diff Perhaps someone wants to test and/or review before I commit this fix tomorrow. -- Regards, olli From owner-freebsd-apache@FreeBSD.ORG Tue Sep 9 22:22:53 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 D68334D2; Tue, 9 Sep 2014 22:22:53 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 99BAA126; Tue, 9 Sep 2014 22:22:53 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8F02DBDC6B; Wed, 10 Sep 2014 00:22:50 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 6C9FABDC68; Wed, 10 Sep 2014 00:22:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 30A8E10FCEBF; Wed, 10 Sep 2014 00:22:49 +0200 (CEST) Date: Wed, 10 Sep 2014 00:22:49 +0200 From: Mathieu Arnold To: olli hauer , apache@freebsd.org Subject: Re: apache 2.2 ports Message-ID: In-Reply-To: <540F7CFB.4050304@gmx.de> References: <8DF8037F-F9EC-488D-86C4-0923789C174C@adamw.org> <8c7c200293f6d84e756d6eec4a1edcc2@mail.feld.me> <1078D71E80C9283D7F23513F@ogg.in.absolight.net> <540F7CFB.4050304@gmx.de> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Baptiste Daroussin , Adam Weinberger 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: Tue, 09 Sep 2014 22:22:53 -0000 +--On 10 septembre 2014 00:19:39 +0200 olli hauer wrote: | On 2014-09-08 15:51, Mathieu Arnold wrote: |>=20 |>=20 |> +--On 8 septembre 2014 13:41:54 +0000 Mark Felder |> wrote: |> | September 6 2014 10:24 AM, "Adam Weinberger" wrote:=20 |> |> apache team - |> |>=20 |> |> So it seems that setting USE_APACHE=3D22 doesn=E2=80=99t actually = depend on |> |> apache-2.2. This means that every USE_APACHE=3D22 port is broken, and = as |> |> of right now won=E2=80=99t have any 10.1 packages. |> |>=20 |> |> I=E2=80=99m happy to go through and add "DEFAULT_VERSIONS=3D = APACHE=3D22=E2=80=9D to |> |> this ports, but I wanted to check with you guys first. Is that the |> |> right way to fix it? Is there something else that can be done to make |> |> USE_APACHE=3D22 actually depend on apache-2.2? |> |>=20 |> |=20 |> | FYI I had to solve this problem today with the following two make.conf |> | options: |> |=20 |> | DEFAULT_VERSIONS=3D apache=3D2.2 =20 |> |=20 |> | (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period = should |> | be used) |> |=20 |> | APACHE_PORT=3D www/apache22 |> |=20 |> |=20 |> | Previously I only had the DEFAULT_VERSIONS entry and it worked fine. |> | Suddenly I needed to add APACHE_PORT as well. This is with an up to |> | date ports tree -- my packages build automatically every 8 hours. |>=20 |> Yes, bapt sent a patch to fix that |> |=20 |=20 | Based on the patch from bapt, I finished a new one (some cases where | missing) | https://people.freebsd.org/~ohauer/diffs/apache/bsd.apache.mk_20140909.di | ff |=20 | Perhaps someone wants to test and/or review before I commit this fix | tomorrow. Using our code review tool to post this patch would have been nice, easier to comment on, and to look at, too :-) --=20 Mathieu Arnold From owner-freebsd-apache@FreeBSD.ORG Tue Sep 9 22:43:43 2014 Return-Path: Delivered-To: apache@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 7DA88B3C; Tue, 9 Sep 2014 22:43:43 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (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 1697A32A; Tue, 9 Sep 2014 22:43:42 +0000 (UTC) Received: from [192.168.0.101] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MaZWz-1XgghZ0Nzd-00K4vS; Wed, 10 Sep 2014 00:43:40 +0200 Message-ID: <540F829C.10301@gmx.de> Date: Wed, 10 Sep 2014 00:43:40 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: apache@freebsd.org 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> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:C6fAhjEZiHE48B6SHMPknZQrjZqo0sWZmr2orW8L8XLglIihbEY LwNROO/ShaJvy1LwC2WAWgeP5AI/axjLval28dmtPgVQFtW6Jv969nm+UAVkVcxjsokAxDe oJg7+kOMlQjwwXKONI30925MExaf1o6gNVE5eKgUgA6mokFCHQfKLzS7NKoXS9fohcyQpEJ yi+/YENTC+nhf1RaBaH0w== X-UI-Out-Filterresults: notjunk:1; Cc: Mathieu Arnold , Baptiste Daroussin , Adam Weinberger 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: Tue, 09 Sep 2014 22:43:43 -0000 On 2014-09-10 00:22, Mathieu Arnold wrote: > > > +--On 10 septembre 2014 00:19:39 +0200 olli hauer wrote: > | On 2014-09-08 15:51, Mathieu Arnold wrote: > |> > |> > |> +--On 8 septembre 2014 13:41:54 +0000 Mark Felder > |> wrote: > |> | September 6 2014 10:24 AM, "Adam Weinberger" wrote: > |> |> apache team - > |> |> > |> |> So it seems that setting USE_APACHE=22 doesn’t actually depend on > |> |> apache-2.2. This means that every USE_APACHE=22 port is broken, and as > |> |> of right now won’t have any 10.1 packages. > |> |> > |> |> I’m happy to go through and add "DEFAULT_VERSIONS= APACHE=22” to > |> |> this ports, but I wanted to check with you guys first. Is that the > |> |> right way to fix it? Is there something else that can be done to make > |> |> USE_APACHE=22 actually depend on apache-2.2? > |> |> > |> | > |> | FYI I had to solve this problem today with the following two make.conf > |> | options: > |> | > |> | DEFAULT_VERSIONS= apache=2.2 > |> | > |> | (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period should > |> | be used) > |> | > |> | APACHE_PORT= www/apache22 > |> | > |> | > |> | Previously I only had the DEFAULT_VERSIONS entry and it worked fine. > |> | Suddenly I needed to add APACHE_PORT as well. This is with an up to > |> | date ports tree -- my packages build automatically every 8 hours. > |> > |> Yes, bapt sent a patch to fix that > |> > | > | > | Based on the patch from bapt, I finished a new one (some cases where > | missing) > | https://people.freebsd.org/~ohauer/diffs/apache/bsd.apache.mk_20140909.di > | ff > | > | Perhaps someone wants to test and/or review before I commit this fix > | tomorrow. > > Using our code review tool to post this patch would have been nice, easier > to comment on, and to look at, too :-) > > Here you go: https://reviews.freebsd.org/D750 -- olli From owner-freebsd-apache@FreeBSD.ORG Tue Sep 9 23:36:42 2014 Return-Path: Delivered-To: apache@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 4D2337B9; Tue, 9 Sep 2014 23:36:42 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 095A4A0B; Tue, 9 Sep 2014 23:36:41 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id C756F114B81; Tue, 9 Sep 2014 19:36:37 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: apache 2.2 ports From: Adam Weinberger In-Reply-To: <540F829C.10301@gmx.de> Date: Tue, 9 Sep 2014 19:36:35 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: 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> To: olli hauer X-Mailer: Apple Mail (2.1878.6) 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: Tue, 09 Sep 2014 23:36:42 -0000 On 9 Sep, 2014, at 18:43, olli hauer wrote: > On 2014-09-10 00:22, Mathieu Arnold wrote: >>=20 >>=20 >> +--On 10 septembre 2014 00:19:39 +0200 olli hauer = wrote: >> | On 2014-09-08 15:51, Mathieu Arnold wrote: >> |>=20 >> |>=20 >> |> +--On 8 septembre 2014 13:41:54 +0000 Mark Felder = >> |> wrote: >> |> | September 6 2014 10:24 AM, "Adam Weinberger" = wrote:=20 >> |> |> apache team - >> |> |>=20 >> |> |> So it seems that setting USE_APACHE=3D22 doesn=92t actually = depend on >> |> |> apache-2.2. This means that every USE_APACHE=3D22 port is = broken, and as >> |> |> of right now won=92t have any 10.1 packages. >> |> |>=20 >> |> |> I=92m happy to go through and add "DEFAULT_VERSIONS=3D = APACHE=3D22=94 to >> |> |> this ports, but I wanted to check with you guys first. Is that = the >> |> |> right way to fix it? Is there something else that can be done = to make >> |> |> USE_APACHE=3D22 actually depend on apache-2.2? >> |> |>=20 >> |> |=20 >> |> | FYI I had to solve this problem today with the following two = make.conf >> |> | options: >> |> |=20 >> |> | DEFAULT_VERSIONS=3D apache=3D2.2 =20 >> |> |=20 >> |> | (note it's 2.2, not 22 -- bsd.default-versions.mk shows a period = should >> |> | be used) >> |> |=20 >> |> | APACHE_PORT=3D www/apache22 >> |> |=20 >> |> |=20 >> |> | Previously I only had the DEFAULT_VERSIONS entry and it worked = fine. >> |> | Suddenly I needed to add APACHE_PORT as well. This is with an up = to >> |> | date ports tree -- my packages build automatically every 8 = hours. >> |>=20 >> |> Yes, bapt sent a patch to fix that >> |> >> |=20 >> |=20 >> | Based on the patch from bapt, I finished a new one (some cases = where >> | missing) >> | = https://people.freebsd.org/~ohauer/diffs/apache/bsd.apache.mk_20140909.di >> | ff >> |=20 >> | Perhaps someone wants to test and/or review before I commit this = fix >> | tomorrow. >>=20 >> Using our code review tool to post this patch would have been nice, = easier >> to comment on, and to look at, too :-) >>=20 >> >=20 > 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=92t think gets = resolved (and I=92m not sure that it really can be) is that packages for = a lot of 2.2-dependent ports will be unavailable. If they depend only on apache-2.2, no problem. But if they depend on ex. = mod_something, and the mod_something package is built with the = apache-2.4 default, then there will be a conflict when it tries to build = the new port. Really the python team is the only group to actually work around the = concurrency problem, but their solution is complex and cumbersome to = adapt to another system. It would be really nice if that concurrency = system could be extracted and used as an API for other subsystems. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-freebsd-apache@FreeBSD.ORG Wed Sep 10 08:31:41 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 7A5A5594; Wed, 10 Sep 2014 08:31:41 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A019E36; Wed, 10 Sep 2014 08:31:41 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id ED104BDC4C; Wed, 10 Sep 2014 10:31:37 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id CA781BDC2E; Wed, 10 Sep 2014 10:31:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id DE6391103241; Wed, 10 Sep 2014 10:31:36 +0200 (CEST) Date: Wed, 10 Sep 2014 10:31:36 +0200 From: Mathieu Arnold To: Adam Weinberger , olli hauer Subject: Re: apache 2.2 ports Message-ID: <0CF42C9D059713BFBD49709C@atuin.in.mat.cc> In-Reply-To: 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> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: 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 08:31:41 -0000 +--On 9 septembre 2014 19:36:35 -0400 Adam Weinberger wrote: |> Here you go: https://reviews.freebsd.org/D750 |=20 | Hi Olli, |=20 | With the old patch in place, there were a few build runs that took place | that showed some interesting effects. One that I don=E2=80=99t think gets | resolved (and I=E2=80=99m 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 ? --=20 Mathieu Arnold From owner-freebsd-apache@FreeBSD.ORG Wed Sep 10 17:31:50 2014 Return-Path: Delivered-To: apache@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 B8386263; Wed, 10 Sep 2014 17:31:50 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D3932EC; Wed, 10 Sep 2014 17:31:50 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 9EFD7114986; Wed, 10 Sep 2014 13:31:42 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: apache 2.2 ports From: Adam Weinberger In-Reply-To: <0CF42C9D059713BFBD49709C@atuin.in.mat.cc> Date: Wed, 10 Sep 2014 13:31:40 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <77693D02-4172-42C6-B6CD-D68DF6EF547C@adamw.org> 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> To: Mathieu Arnold X-Mailer: Apple Mail (2.1878.6) Cc: olli hauer , 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 17:31:50 -0000 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 > |=20 > | Hi Olli, > |=20 > | With the old patch in place, there were a few build runs that took = place > | that showed some interesting effects. One that I don=92t think gets > | resolved (and I=92m not sure that it really can be) is that packages = for > | a lot of 2.2-dependent ports will be unavailable. >=20 > Do you have a couple of examples ? = http://gohan3.ysv.freebsd.org/data/10amd64-default-baseline/367609/logs/er= rors/mod_authnz_crowd-2.2.2_3.log = http://gohan3.ysv.freebsd.org/data/10amd64-default-baseline/367609/logs/er= rors/ap22-mod_amazon_proxy-20100913.log as examples. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org 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 From owner-freebsd-apache@FreeBSD.ORG Wed Sep 10 18:47:13 2014 Return-Path: Delivered-To: apache@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 DCE4F4B6 for ; Wed, 10 Sep 2014 18:47:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C47B3C63 for ; Wed, 10 Sep 2014 18:47:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8AIlD6j081852 for ; Wed, 10 Sep 2014 18:47:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193536] New: [patch] www/mod_authnz_crowd build against apache22/24 Date: Wed, 10 Sep 2014 18:47:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vivek@khera.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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:47:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193536 Bug ID: 193536 Summary: [patch] www/mod_authnz_crowd build against apache22/24 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: vivek@khera.org Reporter: ohauer@FreeBSD.org CC: apache@FreeBSD.org Created attachment 147185 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147185&action=edit fix build against apache22/24 Allow www/mod_authnz_crowd build against apache22 and apache24. Please test if the port also works as expected if build against apache24 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Wed Sep 10 19:23:17 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 E6ED54D9 for ; Wed, 10 Sep 2014 19:23:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 CF099B4 for ; Wed, 10 Sep 2014 19:23:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8AJNHul002584 for ; Wed, 10 Sep 2014 19:23:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193538] New: [patch] www/mod_amazon_proxy allow build agains apache24 Date: Wed, 10 Sep 2014 19:23:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tota@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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 19:23:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193538 Bug ID: 193538 Summary: [patch] www/mod_amazon_proxy allow build agains apache24 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: tota@FreeBSD.org Reporter: ohauer@FreeBSD.org CC: apache@FreeBSD.org mod_amazon_proxy builds against apache24, I haven't seen any issues Fix: s/USE_APACHE=22+/USE_APACHE=22+/ Please test the if the port is working as expected with apache24 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Wed Sep 10 19:24:31 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 3548F518 for ; Wed, 10 Sep 2014 19:24:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 1D0BDCA for ; Wed, 10 Sep 2014 19:24:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8AJOUG6003000 for ; Wed, 10 Sep 2014 19:24:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193538] [patch] www/mod_amazon_proxy allow build agains apache24 Date: Wed, 10 Sep 2014 19:24:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tota@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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 19:24:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193538 --- Comment #1 from Olli Hauer --- Correct fix: s/USE_APACHE=22/USE_APACHE=22+/ -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Fri Sep 12 19:17:45 2014 Return-Path: Delivered-To: apache@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 A07962C2 for ; Fri, 12 Sep 2014 19:17:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 87948C7A for ; Fri, 12 Sep 2014 19:17:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CJHjCD029102 for ; Fri, 12 Sep 2014 19:17:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193536] [patch] www/mod_authnz_crowd build against apache22/24 Date: Fri, 12 Sep 2014 19:17:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vivek@khera.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vivek@khera.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 12 Sep 2014 19:17:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193536 --- Comment #1 from Vick Khera --- Comment on attachment 147185 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147185 fix build against apache22/24 My hunch is that it will not work with Apache 2.4. There is this pull request with upstream source project to incorporate the necessary fixes, and they are fairly more complicated than this patch. https://bitbucket.org/atlassian/cwdapache/pull-request/18/added-apache-24-compatibility-and-fixed/diff That said, I will try to set up a test environment to run this proposed patch in Apache 2.4 in the next week or so, as work permits. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-apache@FreeBSD.ORG Sat Sep 13 07:14:58 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 4745E656 for ; Sat, 13 Sep 2014 07:14:58 +0000 (UTC) Received: from smtp1.ymlpserver.net (smtp1.ymlpserver.net [62.213.199.8]) by mx1.freebsd.org (Postfix) with SMTP id 78847787 for ; Sat, 13 Sep 2014 07:14:57 +0000 (UTC) Received: (qmail 12852 invoked by uid 0); 13 Sep 2014 07:08:15 -0000 Date: Sat, 13 Sep 2014 09:08:15 +0200 To: apache@freebsd.org From: Weekend Shopping Mania Subject: =?utf-8?Q?Get_discount_upto_=E2=9D=BC=E2=9E=8E%off_On_=E2=9C=93Essentials?= =?utf-8?Q?__=E2=9C=93For_Him_=E2=9C=93Gadgets_=E2=9C=93Kitchen__=E2=9C=93?= =?utf-8?Q?Best_deals_=E2=9C=93Pay_On_Delivery?= Message-ID: X-YMLPcode: rns1+1364+176345 MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Sat, 13 Sep 2014 07:14:58 -0000 --------------------------------------------------------------------------= ------ This email newsletter was sent to you in graphical HTML format. If you're seeing this version, your email program prefers plain text = emails. You can read the original version online: http://ymlp233.net/zF3NEv --------------------------------------------------------------------------= ------ If you are not able to view this email properly, please. View this message in your browser ( newsletter.html )Forward to your friends ( http://hstdeals.com/index.php?main_page=3Dpage&id=3D8 )Unsubscribe ( http://ymlp233.net/ugbshmewgsgmbehgmmuggmhwyeu ) =C2=A0 =C2=A0 =C2=A0 =C2=A0 Call Us! ( http://hstdeals.com/index.php?main_page=3Dcontact_us ) +97150-9383829 ( http://hstdeals.com/index.php?main_page=3Dcontact_us ) Shopping Bag ( http://hstdeals.com/index.php?main_page=3Dshopping_cart ) =C2=A0 =C2=A0 =C2=A0 =C2=A0 Limited-Time Deals Picked For You 11:00 AM 01:00 PM HSTDeals.com is happy to offer its members prompt delivery, with super quick span time 72 hours for UAE members with in city limits,and 7 to 10 working days for the rest of the Arab world in the countries of KSA, Kuwait,Qatar,Bahrain, Oman, Jordan, Lebanon, Egypt and Iraq). =C2=A0 =C2=A0 3D body messager: It's a body shaping control system,Tightens legs, arms, thighs, abdomen and buttocks. The Ahh Bra is guaranteed to fit perfectly, Wide straps fit and never slip off. Contours silhouettes, Contains tourmaline to fight appearance of cellulite....Shop Now >> ( http://www.hstdeals.com/3d-body-massgerahh-bracellulite-briefs ) =C2=A0 FEATURED PRODUCTS =C2=A0 Firms and tones up the chest area Lipo dress is a body shaping dress Highly stretchable clothing with slimming effect... Shop Now >> ( http://www.hstdeals.com/chest-enhancing-barcellulifting-slimming-leggingli= po-dress ) Tighten, tone and trim your entire body Complete home workout system designed to get you ripped in 60 days Made from high elastic material ....Shop Now >> ( http://www.hstdeals.com/crazy-fit-rip-60-work-out-running-belt-for-sports ) Rotary movement of the platform acts on all the muscles median of the body Heavy-duty chrome plated steel bar with foam hand grips Revolutionary.... Shop Now >> ( http://www.hstdeals.com/ab-kin-prochinning-barslimmming-vest ) It keeps our socks unseen and feet comfortable. Relax and de-stress with a Foot. Massager Remove calluses with Pedi Spin.... Shop Now >> ( http://www.hstdeals.com/foot-messager-pedi-spininvsible-socks ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS... Shop Now >> ( http://www.hstdeals.com/gift-certificates-worth-30-aed ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS.... Shop Now >> ( http://www.hstdeals.com/gift-certificate-worth-50-aed ) =C2=A0 =C2=A0 Environmentally friendly, saves on electricity bills Ultra-quiet design Great for keeping food at desired temperatures Solar panel of 0.6 watts 360 degrees up and down adjustment Can also be used in cars & boats Sticks to any glass surface...Shop Now >> ( http://www.hstdeals.com/window-solar-chargerusb-fanportable-4-litre-refreg= erator ) =C2=A0 FEATURED PRODUCTS =C2=A0 It's stylish Reduce the use of air-condition Multifunctional car dust bin Surface of the TM Grip n Go turns 360 degrees in all directions.... Shop Now >> ( http://www.hstdeals.com/solar-fancar-dust-bingrip-n-go ) Reduces tension by maintaining lower back lumbar support Designed to help correct bad posture & align spine Used for massaging the right....Shop Now >> ( http://www.hstdeals.com/car-seat-lumerposture-correctivemessage-glove ) Allows access to mobile phone and PC (for phone functions) Built-in cup and pencil holders and cushions USB port power supply,comes.... Shop Now >> ( http://www.hstdeals.com/pedmatelaptop-cusiondancing-water-speakers ) Fit for mobile phones & compact camera.Powerful with long operation time. Super mini speaker, Mini portable audio.... Shop Now >> ( http://www.hstdeals.com/monopod-shutterpower-bankbluetooth-speaker ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS... Shop Now >> ( http://www.hstdeals.com/gift-certificate-worth-50-aed ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS.... Shop Now >> ( http://www.hstdeals.com/gift-certificate-worth-100-aed ) =C2=A0 =C2=A0 BBQ Grill Mat works for indirect cooking on gas, charcoal, and electric grills Keep valuables within sight with the touch-sensitive Magic Tray Lamp Keeps drinks carbonated, Dispenses just the right amount of content ...Shop Now >> ( http://www.hstdeals.com/bbq-grill-matmagic-tray-lampfizz-saver ) =C2=A0 FEATURED PRODUCTS =C2=A0 Create perfect macaron everytime Personalize cakes with letter stencils You get all the benefits of traditional basting brushes without the hassle.... Shop Now >> ( http://www.hstdeals.com/macron-baking-kit100-pcs-cake-setmagic-brush ) Spring loaded - pop rolls in and out with ease. Organize your kitchen to hold & dispense. 8 Seconds is all you need For Tasty yummy Potato Dishes....Shop Now >> ( http://www.hstdeals.com/wrap-tastictriple-paper-dispensertatermits ) Countertop Turbo Halogen Oven Suitable for cutting fruits, vegetables, hard-boiled eggs and more Enjoy sharpness that is guaranteed to last for life .... Shop Now >> ( http://www.hstdeals.com/turbo-ovennicer-diceryoshi-blade ) Countertop Turbo Halogen OvenA stylish rack. Save space in the kitchen and stay organised. The easiest way to pour and store bagged foods.... Shop Now >> ( http://www.hstdeals.com/spice-rackspin-n-storemagic-cap ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS... Shop Now >> ( http://www.hstdeals.com/gift-certificate-worth-100-aed ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS.... Shop Now >> ( http://www.hstdeals.com/gift-certificate-worth-500-aed ) =C2=A0 =C2=A0 It is stylish, compact and waterproof and ultra slim lightweight card holder. Built-in steel box Hidden Safe within a Book with Keys for Locking in Money or Jewelry& More Holds bills, credit cards, license and more, Clips on both sides and designed sleek....Shop Now >> ( http://www.hstdeals.com/alluminum-walletbook-safemoney-clip ) =C2=A0 FEATURED PRODUCTS =C2=A0 This complete Hair Care Kit Stylish design with every part tailored to even the tiniest of needs of outdoor lovers Keep time with quirky fashion with this.... Shop Now >> ( http://www.hstdeals.com/power-grow-combnorth-wolf-sunglassesuni-sex-mustac= h-watch-2 ) Shoe stretcher for loafers, sneakers, dress shoes Shine and polish your shoes easily Compact and practical way to store shoes...Shop Now >> ( http://www.hstdeals.com/shoe-strecherautomic-shoe-shine-machinerotating-sh= oe-wheel ) =C2=A0 Automated Contact Lens Cleaner Kit Wet & Dry Operation - Safely shave in the shower Cleaning the face to prepare for applying creams and lotions....Shop Now >> ( http://www.hstdeals.com/robotic-automated-contact-lens-cleaner-kitlittle-s= haver3-in-1 ) Tthe shaving system can always get close to the facial contour. Get rid of unwanted hair with the nose Trimmer Safely and easily suction out the wax.....Shop Now >> ( http://www.hstdeals.com/corless-rechargable-shavernose-trimmerear-vaccum-c= leaner ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS.... Shop Now >> ( http://www.hstdeals.com/gift-certificate-worth-500-aed ) Flexible, easy to use and offering a wide variety of choices. HST Gift Certificates are the perfect gift FOR HER| FOR HIM| FOR TEENS.... Shop Now >> ( http://www.hstdeals.com/gift-certificate-worth-1000-aed ) =C2=A0 =C2=A0 Log on to www.hstdeals.com ( http://hstdeals.com/ ) =C2=A0 =C2=A0 =C2=A0 Get the best offers in town: Keep in touch: For deals, events and offers, insert in your email address here. Catch up on the latest offers, news & events =C2=A0 Deal Alerts ( http://hstdeals.com/index.php?main_page=3Dsubscribe ) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 We accept all major debit & credit cards =C2=A0 Copyright =C2=A9 2014 HSTDdeals.com. All rights reserved. You have received this e-mail as you have registered through the HST Deals website or one of our associates. By unsubscribing we will not be able to contact you with details of great Wow Products or leading offers in the future. Unsubscribe here ( http://ymlp233.net/ugbshmewgsgmbehgmmuggmhwyeu ).HST Deals is a Website address of Home Shopping Trends. _____________________________ Unsubscribe / Change Profile: = http://ymlp233.net/ugbshmewgsguwhmjbgumhjggequbbs Powered by YourMailingListProvider From owner-freebsd-apache@FreeBSD.ORG Sat Sep 13 09:46:28 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 458273D5 for ; Sat, 13 Sep 2014 09:46:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 2CBDE363 for ; Sat, 13 Sep 2014 09:46:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8D9kSvu025970 for ; Sat, 13 Sep 2014 09:46:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 193536] [patch] www/mod_authnz_crowd build against apache22/24 Date: Sat, 13 Sep 2014 09:46:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vivek@khera.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Sat, 13 Sep 2014 09:46:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193536 --- Comment #2 from Olli Hauer --- Oh yes, seems it also requires fixes for subversion 1.7/1.8. I have only looked for changed Apache API's, and suspect it was building fine since I have devel/subversion17 on my dev system. -- You are receiving this mail because: You are on the CC list for the bug.