pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
seatd: add missing tool
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Feb 26 18:36:08 2026 +0100
Changeset: 98a21bb797d5c433076ab3aefe8ccf654b9e5eb1
Modified Files:
seatd/Makefile
Log Message:
seatd: add missing tool
Remove -Werror, because this breaks on NetBSD 11.99.5
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98a21bb797d5c433076ab3aefe8ccf654b9e5eb1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
seatd/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/seatd/Makefile b/seatd/Makefile
index f2c2b38ad5..3fa76ee7ef 100644
--- a/seatd/Makefile
+++ b/seatd/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE= https://git.sr.ht/~kennylevinsen/seatd/
COMMENT= Seat management daemon and library
LICENSE= mit
+TOOL_DEPENDS+= scdoc-[0-9]*:../../textproc/scdoc
+
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE_STAGE= pre-install
@@ -19,6 +21,8 @@ MESON_ARGS+= -Dlibseat-builtin=enabled
SPECIAL_PERMS+= bin/seatd-launch ${SETUID_ROOT_PERMS}
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../devel/meson/build.mk"
.include "../../textproc/scdoc/tool.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index