Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 08:52:47 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: 177c5d612dff - main - devel/dconf: Mark TESTING_UNSAFE
Message-ID:  <202403070852.4278qlln097816@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=177c5d612dfff96ec6e9fff7ff2224c4889887c8

commit 177c5d612dfff96ec6e9fff7ff2224c4889887c8
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-07 08:26:04 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-07 08:51:29 +0000

    devel/dconf: Mark TESTING_UNSAFE
---
 devel/dconf/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index 7bcee0d7e9e7..defa0fa4b01b 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -33,6 +33,8 @@ MESON_ARGS=	-Dman=true \
 		-Dgtk_doc=false \
 		-Dvapi=true
 
+TESTING_UNSAFE=	some tests fail
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile



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