Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Apr 2022 15:53:18 1.4
|
Rene Ladan (rene)  |
all: drop support for EOL FreeBSD 12.2
- Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3,
update an example
- sysutils/lsof: drop support for ancient FreeBSD releases.
- multimedia/ustreamer: remove inline patch for 12.2
- x11/wayland-logout: remove support for FreeBSD < 12.3
- sysutils/bhyve+: remove support for FreeBSD 12.2
- databases/clickhouse: remove support for FreeBSD 12.2
- databases/mariadb106-server: remove support for FreeBSD 12.2
- devel/cvsd: no need to test for FreeBSD >=5 anymore
- devel/imake: no need to support a.out anymore
- japanese/kterm: no need to support FreeBSD <= 9
- math/igraph: remove support for FreeBSD 12.2
- net/onedrive: remove support for FreeBSD 12.2
- security/ipsec-tools: no need to test for FreeBSD >= 11
- emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after
49f593b2f77f"
Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising)
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D34523 |
01 Oct 2021 13:34:43 1.3
|
Jan Beich (jbeich)  |
x11/wayland-logout: unbreak build after 620968a43a5f
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 |
30 Sep 2021 21:23:30 1.4
|
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
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 |
07 Apr 2021 08:09:01 1.3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Mar 2021 12:42:01
1.3
|
jbeich  |
x11/wayland-logout: use C version on FreeBSD >= 12.3
https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5
https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d |
07 Mar 2021 19:02:05
1.3
|
jbeich  |
x11/wayland-logout: update to 1.4
Changes: https://github.com/soreau/wayland-logout/compare/v1.1...v1.4
Reported by: portscout |
27 Dec 2020 04:36:16
1.1
|
jbeich  |
x11/wayland-logout: update to 1.1
- Switch to more efficient code on FreeBSD 13.0
Changes: https://github.com/soreau/wayland-logout/compare/v1.0...v1.1
Reported by: portscout |
16 Nov 2020 12:28:05
1.0
|
jbeich  |
x11/wayland-logout: add new port
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 |
Number of commits found: 9
|