Re: git: 09bbcc173a47 - main - emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation
- Reply: Torsten Zuehlsdorff : "Re: git: 09bbcc173a47 - main - emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation"
- In reply to: Torsten Zuehlsdorff : "Re: git: 09bbcc173a47 - main - emulators/zsnes: Ignore on FreeBSD 14.0 and use older C++ Standard for compilation"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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