aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/seatd/Makefile4
-rw-r--r--x11-toolkits/wlroots/Makefile1
-rw-r--r--x11-toolkits/wlroots/pkg-message11
3 files changed, 3 insertions, 13 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile
index 77d291750c6e..cb29829ed79c 100644
--- a/sysutils/seatd/Makefile
+++ b/sysutils/seatd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= seatd
DISTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@@ -22,8 +23,7 @@ PLIST_FILES= bin/${PORTNAME} \
libdata/pkgconfig/libseat.pc
OPTIONS_DEFINE= MANPAGES SUID
-# XXX enable SUID after wlroots removes direct session
-OPTIONS_DEFAULT=MANPAGES
+OPTIONS_DEFAULT=MANPAGES SUID
MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED= man-pages
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index d26363f1814c..5e01e8ca5649 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wlroots
DISTVERSION= 0.13.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/x11-toolkits/wlroots/pkg-message b/x11-toolkits/wlroots/pkg-message
index ba814bf0ca4d..2968b526da78 100644
--- a/x11-toolkits/wlroots/pkg-message
+++ b/x11-toolkits/wlroots/pkg-message
@@ -5,17 +5,6 @@ Known issues:
- On FreeBSD 11.* kernel needs to be rebuilt with EVDEV_SUPPORT
- On FreeBSD 11.* drm-kmod needs https://github.com/FreeBSDDesktop/kms-drm/pull/213
- NVIDIA may be affected by https://github.com/aritger/eglstreams-kms-example/issues/7
-
-When built with LIBSEAT enabled you may see the following:
-
- [ERROR] [libseat] [libseat/libseat.c:73] libseat_open_seat: No backend was able to open a seat
- [ERROR] [backend/session/libseat.c:102] Unable to create seat: Function not implemented
-
-Possible solutions (select one):
-- Ignore libseat errors to let wlroots use direct session
-- Start seatd (e.g., `service seatd onestart`) and optionally
- prevent compositor from using SUID (e.g., `chmod u-s $(which sway)`)
-- Rebuild sysutils/seatd with SUID enabled
EOM
}
]