Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2016 19:50:49 +0100
From:      olli hauer <ohauer@gmx.de>
To:        Kurt Jaeger <pi@opsec.eu>
Cc:        Wolfgang Riegler <wolfgang.riegler@gmx.de>, ports@freebsd.org
Subject:   Re: Cannot build www/mod_dnssd with poudriere
Message-ID:  <56A7C009.7040302@gmx.de>
In-Reply-To: <20160126182726.GT46096@home.opsec.eu>
References:  <29688797.PpTQWbsFdv@wolfgang> <20160126111048.GQ46096@home.opsec.eu> <56A7B718.1050704@gmx.de> <20160126182726.GT46096@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2016-01-26 19:27, Kurt Jaeger wrote:
> Hi!
> 
>> the module should build on apache22, but it seems upstream is
>> missing a test for the apache version and includes mod_unixd.h per
>> default
>>
>> Can you test the following patch:
>>
>> $ cd www/mod_dnssd
>> $ fetch http://people.freebsd.org/~ohauer/diffs/mod_dnssd_ap22-ap24.diff
>> $ patch < mod_dnssd_ap22-ap24.diff
> 
> On current/amd64, it fails.
> 
> ./mod_dnssd.c:27:25: error: token is not a valid binary operator in a
>       preprocessor subexpression
> #if MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
>     ~~~~~~~~~~~~~~~~~~~ ^
> 

Oh, scrap should be
#if MODULE_MAGIC_COOKIE >= 0x41503234UL /* "AP24" */

I've uploaded a new patch (with the same name)

-- 
Regards,
olli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56A7C009.7040302>