On Sun, Jan 12, 2025 at 10:13:02PM +0100, Florian Viehweger wrote: > Hi, > > thank you both for taking your time and looking into the port. > > > > I'm not asking for OKs on this but I wanted to play with the fish > > > 4.0 beta and thought I might just as well put the result out there > > > ... it builds, packages, starts and seems to work so far. > > I played around for a bit and found some rough edges. For example fish > had PATH issues and did not find python3 for 'fish_config'.
This is a current_exe() issue. You can find various ways of dealing with this in the ports tree, e.g. in lang/deno. > Fish gets downloaded into > /usr/ports/pobj/fish-4.0beta1/fish-shell-aa77892be42d66b7725cfccdef867f09d393e264 > > but crates get copied into /usr/ports/pobj/fish-4.0beta1/fish-4.0b1 > > What am I missing here? That's most likely due to having DISTNAME set.