Nuno Teixeira
Nuno Teixeira
FreeBSD amp [port](https://www.freshports.org/editors/amp/) available. Please take a look at port Makefile, I fixed `RUSTFLAGS="-C link-args=-L/usr/local/lib" `with: ``` USES= localbase:ldflags xorg USE_XORG= xcb ``` and a reinplace for python: `@${REINPLACE_CMD} 's|python3|python${PYTHON_VER}|'...
> **Additional context** Replacing all instances of `target_os = "macos", target_os = "ios"` with `target_os = "macos", target_os = "ios", target_os = "freebsd"` resolves the issue, but I'm not sure...
> This is still a problem. Is 1.1.2 going to be released? Hi, Did you get success with: ``` [dependencies] interprocess = "1.2.0" [patch.crates-io] interprocess = { git = "https://github.com/kotauskas/interprocess",...
> ```toml > [dependencies] > interprocess = "1.2.0" > > [patch.crates-io] > interprocess = { git = "https://github.com/kotauskas/interprocess", rev = "fc5f2a2" } > ``` I'm using this example at lapce...
@kotauskas, thanks for the hints. The problem here is that I'm working inside FreeBSD ports framework and not learned yet how to tweak rust settings like the above because it...
I think this change will not affect other operating systems and it should improve portability.
Hello. I was thinking syntect-plugin as an internal xi-term plugin. You explain me that sintect-plugin is an external program that I think it is https://github.com/trishume/syntect . Correct? In that way...
Hello, I just submit my first port to FreeBSD and now I'm waiting that it will be accepted/included in ports tree: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237533 and I also adopted xi-editor port because it...
Same error in FreeBSD: clang 10.0.1 and g++ 10.2.0
It will be great if both OpenDiablo2 and OpenD2 projects work toguether to achieve a higher goal: play Diablo II/LoD on modern OSes like Linux and POSIX UNIX like *BSDs....