Re: games/stone-soup 0.32.0p1->0.32.1

2025-04-23 Thread Stefan Moran
> > + mv ${PREFIX}/share/crawl/docs ${PREFIX}/share/doc/crawl > > The txt files are loaded by the program, see various things in > command.cc, so I think they may need to stay where they were Good catch. Using documentation outside of the projects source root as source code wasn't something that

Re: games/stone-soup 0.32.0p1->0.32.1

2025-04-22 Thread Stuart Henderson
> + mv ${PREFIX}/share/crawl/docs ${PREFIX}/share/doc/crawl The txt files are loaded by the program, see various things in command.cc, so I think they may need to stay where they were

Re: games/stone-soup 0.32.0p1->0.32.1

2025-04-18 Thread Stefan Moran
> On 17 April 2025 08:44:50 Stuart Henderson wrote: > > yes it is correct to use LOCALBASE for "files from other ports", I wouldn't > have said it otherwise. > > PREFIX is just for where files from this port should be installed. Right, I understand now. I was focusing too much on the expanded v

Re: games/stone-soup 0.32.0p1->0.32.1

2025-04-17 Thread Stuart Henderson
yes it is correct to use LOCALBASE for "files from other ports", I wouldn't have said it otherwise. PREFIX is just for where files from this port should be installed. -- Sent from a phone, apologies for poor formatting. On 17 April 2025 06:12:34 Stefan Moran wrote: On 2025/04/14 07:11, Stu

Re: games/stone-soup 0.32.0p1->0.32.1

2025-04-16 Thread Stefan Moran
On 2025/04/14 07:11, Stuart Henderson wrote: > On 2025/04/13 02:12, Stefan Moran wrote: > > Substitute LOCALBASE with PREFIX, saves some horizontal > > room. > > That's not correct, they're gor different things. PREFIX is for where > files from this port should be installed, LOCALB

Re: games/stone-soup 0.32.0p1->0.32.1

2025-04-14 Thread Stuart Henderson
On 2025/04/13 02:12, Stefan Moran wrote: > Substitute LOCALBASE with PREFIX, saves some horizontal > room. That's not correct, they're gor different things. PREFIX is for where files from this port should be installed, LOCALBASE is for files from dependencies etc. > Instea