1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11/alacritty
Tobias Kortkamp b3e5c927ea x11/alacritty: Apply workaround to let SpawnNewInstance work on FreeBSD
On Linux Alacritty looks up /proc/$shell_pid/cwd to open new instances
in the same working directory as the old instance which does not
work with FreeBSD's procfs(5).  As a workaround we can for now
fallback to linprocfs(5), often mounted on /compat/linux/proc, until
there is support for KERN_PROC_CWD and struct kinfo_file in the
Rust ecosystem (libc or elsewhere).

PR:		236382
Submitted by:	tobik
Approved by:	zeising (maintainer timeout, 2 weeks)
2019-03-22 12:29:37 +00:00
..
files x11/alacritty: Apply workaround to let SpawnNewInstance work on FreeBSD 2019-03-22 12:29:37 +00:00
distinfo USES=cargo to update libc to 0.2.49 for Tier2 2019-02-28 18:47:28 +00:00
Makefile x11/alacritty: Apply workaround to let SpawnNewInstance work on FreeBSD 2019-03-22 12:29:37 +00:00
pkg-descr