/[ports]
ViewVC logotype

Revision 496561


Jump to revision: Previous Next
Author: tobik
Date: Fri Mar 22 12:29:37 2019 UTC (5 years, 3 months ago)
Changed paths: 3
Log Message:
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)


Changed paths

Path Details
Directoryhead/x11/alacritty/Makefile modified , text changed
Directoryhead/x11/alacritty/files/ added
Directoryhead/x11/alacritty/files/patch-src_event.rs added

  ViewVC Help
Powered by ViewVC 1.1.27