git: 18566f7da015 - main - databases/duckdb: Backport the patch fixing build on 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 09:05:22 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=18566f7da01518f90aa0ea3413e555b9cfd73489 commit 18566f7da01518f90aa0ea3413e555b9cfd73489 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-03 08:26:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-03 09:04:34 +0000 databases/duckdb: Backport the patch fixing build on 13 PR: 278139 --- databases/duckdb/Makefile | 9 +++------ databases/duckdb/distinfo | 4 +++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/databases/duckdb/Makefile b/databases/duckdb/Makefile index 28d95c931bd0..a6e750198614 100644 --- a/databases/duckdb/Makefile +++ b/databases/duckdb/Makefile @@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 CATEGORIES= databases +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= ca28b1954bbbb66d4d78221e3dd5f47e0b54dcca.patch:-p1 # check for IUTF8 flag defined before setting it: https://github.com/duckdb/duckdb/pull/11488 + MAINTAINER= yuri@FreeBSD.org COMMENT= In-process SQL OLAP database management system WWW= https://duckdb.org/ @@ -49,12 +52,6 @@ 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 diff --git a/databases/duckdb/distinfo b/databases/duckdb/distinfo index a372c4664913..493b25ee2e9d 100644 --- a/databases/duckdb/distinfo +++ b/databases/duckdb/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1710929931 +TIMESTAMP = 1712133594 SHA256 (duckdb-duckdb-v0.10.1_GH0.tar.gz) = 83bd4944c070fd0bd287fbe62919fa887f35d7422ba0fa66e13d4ed098f3791a SIZE (duckdb-duckdb-v0.10.1_GH0.tar.gz) = 79870693 SHA256 (duckdb-sqlite_scanner-c134346_GH0.tar.gz) = 118ab8cb9fcc4e08eee661d2a146ed21c939e30b64123729fbdc90adbd2214f0 SIZE (duckdb-sqlite_scanner-c134346_GH0.tar.gz) = 4646975 +SHA256 (ca28b1954bbbb66d4d78221e3dd5f47e0b54dcca.patch) = e8dc9a18877037eb8ffeb26361dfc75226e71ac755a61f4c7b68b91dab9ff5f3 +SIZE (ca28b1954bbbb66d4d78221e3dd5f47e0b54dcca.patch) = 797