Re: git: 09bbcc173a47 - main - emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation
Date: Tue, 30 Jul 2024 23:07:05 UTC
On 31.07.24 01:04, Moin Rahman wrote: > > >> On Jul 31, 2024, at 1:00 AM, Torsten Zuehlsdorff <tz@FreeBSD.org> wrote: >> >> Aloha, > .include <bsd.port.pre.mk> I figured this out right before seeing your message :) >>> +.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> It seems not needed (if .include <bsd.port.mk> exists)? Or why is this needed? Thanks!