Re: git: 05ea23971678 - main - databases/duckdb: Broken on 13
- In reply to: Yuri Victorovich : "git: 05ea23971678 - main - databases/duckdb: Broken on 13"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 08:10:07 UTC
On Wed, Apr 3, 2024 at 10:59 AM Yuri Victorovich <yuri@freebsd.org> wrote: > > +.include <bsd.port.options.mk> > + > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000 > +BROKEN= requires IUTF8 in /usr/include/sys/_termios.h that was added only in FreeBSD 14 > +.endif > + This can be shortened to BROKEN_FreeBSD_13= ....