git: 05ea23971678 - main - databases/duckdb: Broken on 13
- Reply: Gleb Popov : "Re: git: 05ea23971678 - main - databases/duckdb: Broken on 13"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 07:59:48 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=05ea23971678bff645129cea5504d5dfaf81317f
commit 05ea23971678bff645129cea5504d5dfaf81317f
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-03 07:59:24 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-03 07:59:44 +0000
databases/duckdb: Broken on 13
---
databases/duckdb/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/databases/duckdb/Makefile b/databases/duckdb/Makefile
index e0b48787ff82..28d95c931bd0 100644
--- a/databases/duckdb/Makefile
+++ b/databases/duckdb/Makefile
@@ -49,6 +49,12 @@ SQLITE_SCANNER_CXXFLAGS= -I${WRKSRC}/extension/sqlite_scanner/src/include # work
TPCE_DESC= Enable building of the TPC-E tool
TPCE_CMAKE_BOOL= BUILD_TPCE
+.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
+
post-test: # run tests
@cd ${TEST_WRKSRC} && test/unittest