Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2026 14:09:46 +0000
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: f7ef8871d3d3 - main - devel/libsoup3: Enable tests, but mark TESTING_UNSAFE
Message-ID:  <699476aa.439ae.77459647@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

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

commit f7ef8871d3d3720eb7c08b05fe8072527dd456df
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-02-17 14:09:13 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-02-17 14:09:37 +0000

    devel/libsoup3: Enable tests, but mark TESTING_UNSAFE
---
 devel/libsoup3/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/libsoup3/Makefile b/devel/libsoup3/Makefile
index 4313b650ee37..4bd016e55603 100644
--- a/devel/libsoup3/Makefile
+++ b/devel/libsoup3/Makefile
@@ -34,14 +34,15 @@ CPE_VENDOR=	gnome
 USE_GNOME=	glib20 introspection:build libxml2
 USE_LDCONFIG=	yes
 
-MESON_ARGS=	-Dtests=false \
-		-Dsysprof=disabled \
+MESON_ARGS=	-Dsysprof=disabled \
 		-Dpkcs11_tests=disabled \
 		-Dautobahn=disabled \
 		-Dntlm=disabled
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
+TESTING_UNSAFE=	Two tests fail due to getting a different error code than the test expects
+
 OPTIONS_DEFINE=			VAPI
 OPTIONS_DEFAULT=		GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} VAPI
 OPTIONS_SINGLE=			GSSAPI


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699476aa.439ae.77459647>