Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 19:20:27 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2fc0b9ca17be - main - graphics/librsvg2-rust: Mark TESTING_UNSAFE
Message-ID:  <202403061920.426JKReV021904@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2fc0b9ca17beea8719d260dfb49cf2d633bdcb8f

commit 2fc0b9ca17beea8719d260dfb49cf2d633bdcb8f
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-06 19:18:53 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-06 19:19:09 +0000

    graphics/librsvg2-rust: Mark TESTING_UNSAFE
---
 graphics/librsvg2-rust/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile
index ca475106ac35..aff329c8abdb 100644
--- a/graphics/librsvg2-rust/Makefile
+++ b/graphics/librsvg2-rust/Makefile
@@ -47,6 +47,8 @@ OPTIONS_DEFINE=	DOCS
 DOCS_BUILD_DEPENDS=	gi-docgen:textproc/py-gi-docgen
 DOCS_CONFIGURE_ENABLE=	gtk-doc
 
+TESTING_UNSAFE=	ld: error: undefined symbol: pthread_condattr_init
+
 post-patch:
 # Add explicit <triple> subdir for --target from USES=cargo
 	@${REINPLACE_CMD} 's/test "x$$cross_compiling" = "xyes"/true/' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403061920.426JKReV021904>