git: 97c61edd72e1 - main - sysutils/ocijail: disable build for 12.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Nov 2022 11:13:38 UTC
The branch main has been updated by dfr (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=97c61edd72e16acc3d245318661c0a5391514b66 commit 97c61edd72e16acc3d245318661c0a5391514b66 Author: Doug Rabson <dfr@FreeBSD.org> AuthorDate: 2022-11-22 11:06:32 +0000 Commit: Doug Rabson <dfr@FreeBSD.org> CommitDate: 2022-11-22 11:13:12 +0000 sysutils/ocijail: disable build for 12.x Approved by: dch --- sysutils/ocijail/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/ocijail/Makefile b/sysutils/ocijail/Makefile index bded116ee1e4..ca00ef2077f7 100644 --- a/sysutils/ocijail/Makefile +++ b/sysutils/ocijail/Makefile @@ -8,6 +8,8 @@ WWW= https://github.com/dfr/ocijail LICENSE= BSD3CLAUSE +IGNORE_FreeBSD_12= Not supported on FreeBSD 12 (uses c++20) + BUILD_DEPENDS= bazel:devel/bazel bash:shells/bash USE_GITHUB= yes