aboutsummaryrefslogtreecommitdiff
path: root/x11/wayland-logout
Commit message (Collapse)AuthorAgeFilesLines
* x11/wayland-logout: unbreak build after 620968a43a5fJan Beich2021-10-011-1/+1
| | | | | | | | | | | | | | | | Partially revert until 12.3 + 3 months for 12.2 EOL (circa 2022Q2). https://cgit.freebsd.org/src/commit/?id=925f44f33862 https://www.freebsd.org/releases/12.3R/schedule/ ../wayland-logout.c:117:26: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'? ret = kill(peer_cred.pid, SIGTERM); ^~~ ../wayland-logout.c:120:65: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'? fprintf(stderr, "Error killing pid %d: %m\n", peer_cred.pid); ^~~ Reported by: antoine Pointy hat to: jbeich
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/wayland-logout: use C version on FreeBSD >= 12.3Jan Beich2021-03-211-1/+1
| | | | | | | | https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5 https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d Notes: svn path=/head/; revision=568915
* x11/wayland-logout: update to 1.4Jan Beich2021-03-072-13/+17
| | | | | | | | Changes: https://github.com/soreau/wayland-logout/compare/v1.1...v1.4 Reported by: portscout Notes: svn path=/head/; revision=567584
* x11/wayland-logout: update to 1.1Jan Beich2020-12-273-32/+17
| | | | | | | | | | - Switch to more efficient code on FreeBSD 13.0 Changes: https://github.com/soreau/wayland-logout/compare/v1.0...v1.1 Reported by: portscout Notes: svn path=/head/; revision=559342
* x11/wayland-logout: add new portJan Beich2020-11-164-0/+53
wayland-logout is a simple program that sends SIGINT to a wayland compositor by looking up the pid for the wayland socket file. The path to the socket file is derived from WAYLAND_DISPLAY and XDG_RUNTIME_DIR environment variables. https://github.com/soreau/wayland-logout Notes: svn path=/head/; revision=555471