Date: Wed, 11 Oct 2023 18:27:06 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 84ccc2aae106 - main - devel/build2: mark BROKEN on powerpc Message-ID: <202310111827.39BIR6hr091039@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=84ccc2aae1066933ac3796b1d3e4ff5d5ca206b4 commit 84ccc2aae1066933ac3796b1d3e4ff5d5ca206b4 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-10-07 16:26:16 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-10-11 18:26:25 +0000 devel/build2: mark BROKEN on powerpc Same issue as on i386. --- devel/build2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/build2/Makefile b/devel/build2/Makefile index 0d25aa452dbc..2484ed3bba36 100644 --- a/devel/build2/Makefile +++ b/devel/build2/Makefile @@ -12,6 +12,7 @@ LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi BROKEN_i386= error: timestamp is not lock-free on this architecture +BROKEN_powerpc= error: timestamp is not lock-free on this architecture USES= gmake pkgconfig sqlite tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310111827.39BIR6hr091039>