notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2023Q1
seatd Minimal seat management daemon and universal library
0.7.0 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.0Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-03-30 00:51:45
Last Update: 2023-03-30 00:42:50
Commit Hash: d007bef
License: MIT
WWW:
https://git.sr.ht/~kennylevinsen/seatd
Description:
seatd is a seat management daemon, that does everything it needs to do. Nothing more, nothing less. Depends only on libc. libseat is a seat management library allowing applications to use whatever seat management is available. Supports: - seatd - (e)logind - embedded seatd for standalone operation Each backend can be compile-time included and is runtime auto-detected or manually selected with the `LIBSEAT_BACKEND` environment variable. Which backend is in use is transparent to the application, providing a simple common interface.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. bin/seatd
  2. @(,video,4750) bin/seatd-launch
  3. include/libseat.h
  4. lib/libseat.so
  5. lib/libseat.so.1
  6. libdata/pkgconfig/libseat.pc
  7. man/man1/seatd.1.gz
  8. man/man1/seatd-launch.1.gz
  9. @ldconfig
  10. /usr/local/share/licenses/seatd-0.7.0/catalog.mk
  11. /usr/local/share/licenses/seatd-0.7.0/LICENSE
  12. /usr/local/share/licenses/seatd-0.7.0/MIT
Collapse this list.
Dependency lines:
  • seatd>0:sysutils/seatd
To install the port:
cd /usr/ports/sysutils/seatd/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/seatd
  • pkg install seatd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: seatd
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1653336218 SHA256 (seatd-0.7.0.tar.gz) = efa29e64030a60d1b71aa40c8add4bbd6c0d8b4a7d8a7e20ac8a96f5aa774297 SIZE (seatd-0.7.0.tar.gz) = 39302

Expand this list (2 items)

Collapse this list.

SHA256 (5f31d8eebea1.patch) = aa2fe83d42688540c270201272ed92f1ca7d7664cf62184c7a8bd0bf10b58f7b SIZE (5f31d8eebea1.patch) = 23322

Collapse this list.


Packages (timestamps in pop-ups are UTC):
seatd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.9.10.9.10.4.0_10.9.10.9.1-0.4.0_1-
FreeBSD:13:quarterly0.9.10.9.10.7.00.9.10.9.10.8.00.8.00.8.0
FreeBSD:14:latest0.9.10.9.10.7.00.9.10.9.10.7.0-0.7.0
FreeBSD:14:quarterly0.9.10.9.1-0.9.10.9.10.8.00.8.00.8.0
FreeBSD:15:latest0.9.10.9.1n/a0.9.1n/a0.8.0_10.8.0_10.8.0_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. scdoc : textproc/scdoc
  2. meson>=0.57.1_1 : devel/meson
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libbasu.so : devel/basu
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for seatd-0.7.0: BASU=on: ConsoleKit2 support via basu (experimental) MANPAGES=on: Build and/or install manual pages ===> Use 'make config' to modify these settings
Options name:
sysutils_seatd
USES:
compiler:c11 cpe meson pkgconfig
pkg-message:
For install:
libseat is used to get DRM master and input devices for non-root users. On Wayland this is only necessary when starting a compositor under KMS console (e.g., /dev/ttyv0 backed by /dev/dri/card0). Nested sessions like "Wayland on X11" or "Wayland on Wayland" don't need extra configuration. By default libseat tries to find the first working backend. To override set LIBSEAT_BACKEND via environ(7). Available backends and try order: * "seatd" - seatd-launch(1) or seatd rc.d(8) service * "consolekit2" - ck-launch-session(1) or pam_ck_connector(8) "seatd" backend requires membership in "video" group to be allowed to use setuid bit in seatd-launch(1) or connect to seatd(1) socket. # pw groupmod video -m <user> $ exit # log out to refresh group permissions For example, to start a wlroots-based compositor replace "sway" with your compositor (e.g., "hikari", "wayfire", "labwc", "river") then run $ seatd-launch sway Alternatively, configure and run seatd(1) as system service # sysrc seatd_enable=YES # service seatd start $ sway To use ConsoleKit2 run # pkg install consolekit2 basu # sysrc -x seatd_enable # service seatd stop # sysrc dbus_enable=YES # service dbus start $ ck-launch-session sway where "ck-launch-session" can be dropped after # echo "session optional pam_ck_connector.so" >>/etc/pam.d/system $ exit # log out to re-trigger PAM
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://git.sr.ht/~kennylevinsen/seatd/archive/0.7.0.tar.gz?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.0
30 Mar 2023 00:42:50
commit hash: d007bef282cf08861e5384972ddcd7f76f92e51ecommit hash: d007bef282cf08861e5384972ddcd7f76f92e51ecommit hash: d007bef282cf08861e5384972ddcd7f76f92e51ecommit hash: d007bef282cf08861e5384972ddcd7f76f92e51e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
sysutils/seatd: unbreak fetch due to Git upgrade

=> Fetched file size mismatch (expected 39198, actual 39302)

See also:	https://github.com/git/git/commit/4f4be00d302b

(cherry picked from commit d0f5ee965788c9675c0db35e25e74e4956f6de51)

Number of commits found: 1