git: 91ef39095a9e - main - sysutils/seatd: unbreak BASU=off after 665e4e5edb6d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Dec 2021 17:01:56 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=91ef39095a9e95db37e8729f99f430955c768ad6 commit 91ef39095a9e95db37e8729f99f430955c768ad6 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-12-17 16:56:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-12-17 16:59:32 +0000 sysutils/seatd: unbreak BASU=off after 665e4e5edb6d meson.build:1:0: ERROR: Unknown options: "libseat-consolekit2" PR: 260492 Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c --- sysutils/seatd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index 4cfbac907351..7ad2d4d9e858 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -32,7 +32,7 @@ BASU_PATCH_SITES= https://github.com/DankBSD/${PORTNAME}/commit/:ck2 BASU_PATCHFILES= 51a9b3c2c0e8.patch:-p1:ck2 5a8acd56cd61.patch:-p1:ck2 BASU_LIB_DEPENDS= libbasu.so:devel/basu BASU_USES= localbase # https://github.com/emersion/basu/issues/36 -BASU_MESON_ENABLED= libseat-consolekit2 +BASU_MESON_ON= -Dlibseat-consolekit2=enabled .if make(makesum) .MAKEFLAGS: WITH+=BASU .endif