git: 7c5bf264c69b - main - sysutils/seatd: drop BASU=on -Werror workaround after bc9ab6b61ec4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 May 2022 16:37:48 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c5bf264c69b974b392ff6133f99d778bed9ae09 commit 7c5bf264c69b974b392ff6133f99d778bed9ae09 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-05-28 16:35:28 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-05-28 16:36:49 +0000 sysutils/seatd: drop BASU=on -Werror workaround after bc9ab6b61ec4 Obsoleted by BASU patch rebase: #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpedantic" #include <basu/sd-bus.h> #pragma GCC diagnostic pop --- sysutils/seatd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index 7cb59c0da13a..aa684e0a8518 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -30,7 +30,6 @@ BASU_DESC= ConsoleKit2 support via basu (experimental) BASU_PATCH_SITES= https://github.com/DankBSD/${PORTNAME}/commit/:ck2 BASU_PATCHFILES= 5f31d8eebea1.patch:-p1:ck2 BASU_LIB_DEPENDS= libbasu.so:devel/basu -BASU_USES= localbase # https://github.com/emersion/basu/issues/36 BASU_MESON_ON= -Dlibseat-consolekit2=enabled .if make(makesum) .MAKEFLAGS: WITH+=BASU