On Sun, May 12, 2013 at 1:11 PM, olli hauer <oha...@gmx.de> wrote:

> On 2013-05-12 17:05, olli hauer wrote:
> > On 2013-05-05 00:11, Jeff Trawick wrote:
> >> Tarballs/zipfiles are at http://apr.apache.org/dev/dist/
> >>
> >> Shortcuts to CHANGES:
> >>
> >> http://apr.apache.org/dev/dist/CHANGES-1.4
> >> http://apr.apache.org/dev/dist/CHANGES-1.4.7
> >>
> >> autoconf version: 2.69 (same as apr-util 1.5.2)
> >> libtool version: 2.4.2 (same as apr-util 1.5.2)
> >>
> >> +/-1
> >> [  ] Release APR 1.4.7 as GA
> >>
> >> I'll hold the vote open for 72 hours unless something out of the
> ordinary
> >> occurs.
> >>
> >> Thanks in advance for testing!
> >>
> >
> > I have a small patch for FreeBSD on the arm platform.
> > Maybe it's not to late for 1.4.7 ...
> >
> > http://lists.freebsd.org/pipermail/freebsd-apache/2013-May/003137.html
> >
> > --- ./apr-1.4.7/include/apr_general.h.orig
> > +++ ./apr-1.4.7/include/apr_general.h
> > @@ -76,7 +76,7 @@
> >   * @return offset
> >   */
> >
> > -#if defined(CRAY) || (defined(__arm) && !defined(LINUX))
> > +#if defined(CRAY) || (defined(__arm) && !(defined(LINUX) ||
> defined(FreeBSD)))
> >  #ifdef __STDC__
> >  #define APR_OFFSET(p_type,field) _Offsetof(p_type,field)
> >  #else
>
>
> Sorry, the patch was wrong! s/FreeBSD/__FreeBSD__/
>
>
> --- ./apr-1.4.7/include/apr_general.h.orig
> +++ ./apr-1.4.7/include/apr_general.h
> @@ -76,7 +76,7 @@
> ·*·@return·offset
> ·*/
> -#if·defined(CRAY)·||·(defined(__arm)·&&·!defined(LINUX))
>
> +#if·defined(CRAY)·||·(defined(__arm)·&&·!(defined(LINUX)·||·defined(__FreeBSD__)))
> #ifdef·__STDC__
> #define·APR_OFFSET(p_type,field)·_Offsetof(p_type,field)
> #else
>
>
> --
> Regards,
> olli
>

Now committed to trunk/1.5.x/1.4.x...


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Reply via email to