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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2025Q4
seatd Minimal seat management daemon and universal library
0.9.1_1 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.9.1_1Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-11-07 17:51:12
Last Update: 2025-11-07 17:47:45
Commit Hash: d1c7b24
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:
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. share/man/man1/seatd.1.gz
  8. share/man/man1/seatd-launch.1.gz
  9. @ldconfig
  10. /usr/local/share/licenses/seatd-0.9.1_1/catalog.mk
  11. /usr/local/share/licenses/seatd-0.9.1_1/LICENSE
  12. /usr/local/share/licenses/seatd-0.9.1_1/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • seatd
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 = 1730317406 SHA256 (seatd-0.9.1.tar.gz) = 819979c922a0be258aed133d93920bce6a3d3565a60588d6d372ce9db2712cd3 SIZE (seatd-0.9.1.tar.gz) = 41968

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.30.9.30.4.0_10.9.10.9.3n/an/an/a
FreeBSD:13:quarterly0.9.30.9.30.7.00.9.10.9.3n/an/an/a
FreeBSD:14:latest0.9.3_10.9.3_10.7.00.9.10.9.3_10.7.0-0.7.0
FreeBSD:14:quarterly0.9.3_10.9.3_1-0.9.10.9.3_10.8.00.8.00.8.0
FreeBSD:15:latest0.9.3_10.9.3_1n/a0.9.1n/an/a0.8.0_10.8.0_1
FreeBSD:15:quarterly0.9.3_10.9.3_1n/a-n/an/a--
FreeBSD:16:latest0.9.3_10.9.3_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. scdoc : textproc/scdoc
  2. meson : devel/meson
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libbasu.so : devel/basu
This port is required by:
for Libraries
  1. x11-wm/cosmic-comp
  2. x11-wm/niri

Configuration Options:
===> The following configuration options are available for seatd-0.9.1_1: 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
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://git.sr.ht/~kennylevinsen/seatd/archive/0.9.1.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.9.1_1
07 Nov 2025 17:47:45
commit hash: d1c7b24f7e5e65580328cb8100cd7479eeeb37a6commit hash: d1c7b24f7e5e65580328cb8100cd7479eeeb37a6commit hash: d1c7b24f7e5e65580328cb8100cd7479eeeb37a6commit hash: d1c7b24f7e5e65580328cb8100cd7479eeeb37a6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
sysutils/seatd: reduce syslog(3) spam after bc9ab6b61ec4

seatd on FreeBSD is usually started by rc.d via deamon(8) with console
output redirected to /var/log/messages. In 0.7.0 upstream raised verbosity
for seatd despite changing seatd-launch to explicitly pass "-l info".
As there was no explanation (in upstream commit) simply revert the change.

Requested by:	ziaee

(cherry picked from commit fd5b4ec95301c9c4285d6910be4de0aaedf320f2)

Number of commits found: 1