diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2025-11-07 16:24:39 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2025-11-07 17:47:11 +0000 |
| commit | fd5b4ec95301c9c4285d6910be4de0aaedf320f2 (patch) | |
| tree | 9b9580da0b6b197f38f151d635f101312c5de40e /sysutils/seatd | |
| parent | e4a4a16f0966061562574a9071a17c27cea2a945 (diff) | |
Diffstat (limited to 'sysutils/seatd')
| -rw-r--r-- | sysutils/seatd/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/seatd/files/patch-seatd_seatd.c | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index e79c449d7eb4..16b582cd9fda 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -1,5 +1,6 @@ PORTNAME= seatd DISTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/sysutils/seatd/files/patch-seatd_seatd.c b/sysutils/seatd/files/patch-seatd_seatd.c new file mode 100644 index 000000000000..50e5976cfe63 --- /dev/null +++ b/sysutils/seatd/files/patch-seatd_seatd.c @@ -0,0 +1,13 @@ +https://lists.sr.ht/~kennylevinsen/seatd-devel/%3Cfrbq-4mf4-wny@FreeBSD.org%3E + +--- seatd/seatd.c.orig 2024-10-30 19:43:26 UTC ++++ seatd/seatd.c +@@ -72,7 +72,7 @@ int main(int argc, char *argv[]) { + int readiness = -1; + bool unlink_existing_socket = true; + bool chown_socket = true; +- enum libseat_log_level level = LIBSEAT_LOG_LEVEL_INFO; ++ enum libseat_log_level level = LIBSEAT_LOG_LEVEL_ERROR; + while ((c = getopt(argc, argv, "vhn:g:u:l:z")) != -1) { + switch (c) { + case 'n': |
