Sorry -- the APR patch for OpenBSD _did_ make it into the APR that is
tagged for release with 2.0.51.

http://cvs.apache.org/viewcvs.cgi/apr/build/apr_hints.m4?rev=1.53.2.9&only_with_tag=APACHE_2_0_51&view=auto:

 ...
 *-openbsd*)
         APR_ADDTO(CPPFLAGS, [-D_POSIX_THREADS])
         # binding to an ephemeral port fails on OpenBSD so override
         # the test for O_NONBLOCK inheritance across accept().
         APR_SETIFNULL(ac_cv_o_nonblock_inherited, [yes])
 ...

I don't know about NetBSD or OSX.

TTUL
Ken

Stas Bekman [17/09/04 18:35 -0400]:
> Ken Simpson wrote:
> >>So is that the right skip rule (hoping that 2.0.52 will fix NetBSD:
> >>
> >>my $should_skip =
> >>   ($^0 eq /^OpenBSD$/i && !need_min_apache_version('2.0.51')) ||
> >>   ($^0 eq /^NetBSD$/i  && !need_min_apache_version('2.0.52'));
> >>
> >>and the tests that need to be skipped are:
> >>
> >>t/filter/both_str_con_add.t
> >>t/protocol/echo_block.t
> >>t/protocol/echo_filter.t
> >>t/protocol/pseudo_httpt
> >
> >
> >Yes, these tests break unless you have the APR patch. I don't know of
> >any others that also break.
> 
> You mean they still break OpenBSD with 2.0.51? I thought you said the 
> patch was applied and entered 2.0.51. I'm at loss here. Should this just be:
> 
>   my $should_skip = $^0 eq /^(Open|Net)BSD$/i;
> 
> for now?
> 
> p.s. 2.0.51 was just released, not sure if you had a chance to test it.
> 
> -- 
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com
> 
> Sent by MailChannels: http://www.mailchannels.com

-- 
MailChannels: Imagine no more spam

--
http://www.mailchannels.com
MailChannels Corporation
Suite 1600, 1188 West Georgia St.
Vancouver, BC, Canada

Ken Simpson, CEO
+1-604-729-1741

Sent by MailChannels: http://www.mailchannels.com

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to