Re: git: 09bbcc173a47 - main - emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation

From: Moin Rahman <bofh_at_freebsd.org>
Date: Tue, 30 Jul 2024 23:04:23 UTC

> On Jul 31, 2024, at 1:00 AM, Torsten Zuehlsdorff <tz@FreeBSD.org> wrote:
> 
> Aloha,
.include <bsd.port.pre.mk>
>> +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400000 &&  ${OSVERSION} < 1401000 )
>> +IGNORE= Does not build on FreeBSD 14.0 - zlib is too old
>> +.endif
.include <bsd.port.post.mk>
> I don't know why, but it does not work (anymore). But i can't spot the error. Can somebody help with a pointer?
> 
> Thank you!
> Torsten