Date: Wed, 13 Nov 2024 23:12:35 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6a05c3be176c - main - databases/usql: Broken on several architectures Message-ID: <202411132312.4ADNCZf7057951@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a05c3be176cfc394db14ccf2f06d4fb7d08a346 commit 6a05c3be176cfc394db14ccf2f06d4fb7d08a346 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-13 14:58:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-13 23:12:31 +0000 databases/usql: Broken on several architectures Reported by: fallout --- databases/usql/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/databases/usql/Makefile b/databases/usql/Makefile index a9c9e6227ab2..a06a58ff2559 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -11,6 +11,10 @@ WWW= https://github.com/xo/usql LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494 +BROKEN_armv7= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494 +BROKEN_i386= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494 + LIB_DEPENDS= libresvg.so:graphics/resvg-capi USES= go:1.22,modules
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411132312.4ADNCZf7057951>