Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 07:55:26 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: 860be2db7a34 - main - devel/pkgconf: Mark TESTING_UNSAFE
Message-ID:  <202403060755.4267tQxM059891@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=860be2db7a340c55d4d8592d139c7a72a46a962d

commit 860be2db7a340c55d4d8592d139c7a72a46a962d
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-06 07:23:13 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-06 07:23:13 +0000

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

diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile
index 5f7f8846a2ce..5315d3f0d67d 100644
--- a/devel/pkgconf/Makefile
+++ b/devel/pkgconf/Makefile
@@ -27,6 +27,8 @@ CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/p
 
 OPTIONS_DEFINE=	DOCS
 
+TESTING_UNSAFE=	tests/Kyuafile:5: Non-existent test program 'tests/basic'
+
 post-install:
 	${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config
 



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