Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 20:54:48 +0300
From:      Vladimir Kondratyev <vladimir@kondratyev.su>
To:        Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Cc:        dev-commits-ports-main@freebsd.org
Subject:   Re: git: 0d8479ccccca - main - graphics/drm-61-kmod: Update to drm_v6.1.69_1
Message-ID:  <5d0b7f17-194c-4a21-95e3-dc5a67e0b2ae@kondratyev.su>
In-Reply-To: <20240225001300.a98d998624e721124c892751@dec.sakura.ne.jp>
References:  <20240225001300.a98d998624e721124c892751@dec.sakura.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On 24.02.2024 18:13, Tomoaki AOKI wrote:
> Hi.
> I'm not using any of graphics/[nvidia-]drm-*-kmod ports, though,
> but happen to see this commit message.
> 
> This seems to ignore 1400508 <= ${OSVERSION} < 1500000.
> A "!" (not) should be missing in the logic.
> 
>> The branch main has been updated by wulf:
>>
>> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=0d8479cccccad632779b640524cdb4d156fb7431
>>   .include <bsd.port.options.mk>
>>   
>> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500008
>> -IGNORE=		not supported on older than 15.0, no kernel
> support
>> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500008 || ( $
> {OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 )
> 
> This should be
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500008 || !( $
> {OSVERSION} >= 1400508 && ${OSVERSION} < 1500000 )
> 
>> +IGNORE=		not supported on older than 14-STABLE 1400508,
> no kernel support
>> .endif
>> .if ${OPSYS} != FreeBSD
>>   IGNORE=		not supported on anything but FreeBSD (missing
> linuxkpi functionality)

Thanks!

I hope e04b01217828 fixed the issue.

-- 
WBR
Vladimir Kondratyev




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5d0b7f17-194c-4a21-95e3-dc5a67e0b2ae>