Wednesday, November 01, 2023

Re: sysutils/consolekit: prevent from using linux/input.h if present

I don't understand all these patches against linux/input.h.
What is installing it and why?
If we don't want to use it, why do we have a port installing it?



Antoine

> On 1 Nov 2023, at 20:15, Robert Nagy <robert@openbsd.org> wrote:
>
> yes
>
>> On 01/11/23 20:01 +0100, Rafael Sadowski wrote:
>> OK for this?
>>
>> Index: Makefile
>> ===================================================================
>> RCS file: /cvs/ports/sysutils/consolekit/Makefile,v
>> diff -u -p -r1.104 Makefile
>> --- Makefile 17 Sep 2023 09:38:05 -0000 1.104
>> +++ Makefile 1 Nov 2023 18:58:06 -0000
>> @@ -4,7 +4,7 @@ GH_TAGNAME= 1.2.6
>> GH_ACCOUNT= ConsoleKit2
>> GH_PROJECT= ConsoleKit2
>> PKGNAME= ${DISTNAME:L}
>> -REVISION= 2
>> +REVISION= 3
>>
>> CATEGORIES= sysutils
>>
>> @@ -34,6 +34,8 @@ CONFIGURE_STYLE= autoreconf
>> CONFIGURE_ARGS= --disable-pam-module \
>> --disable-libudev \
>> --with-pam-module-dir=${LOCALBASE}/lib/security \
>> +
>> +CONFIGURE_ENV += ac_cv_header_linux_input_h=no
>>
>> # needed for 'make check'
>> CONFIGURE_ARGS += --enable-docbook-docs
>
> --
> Regards,
> Robert Nagy
>

No comments:

Post a Comment