Re: plist-check not reporting orphaned files present in a @comment

2023-08-19 Thread Mathieu Arnold
On Wed, Aug 16, 2023 at 08:37:22PM +0200, Felix Palmen wrote: > IMHO, the straight-forward solution would be: A port hit by that should > add some "post-install-" (or -off) recipe explicitly removing the > unwanted files from ${STAGEDIR}. Well, it is a solution, but it is slower. How it works now

Re: Building a Linuxulator userland from source

2023-08-19 Thread Felix Palmen
* Mario Marietto [20230818 18:17]: > But if I have understood well,do you want to change the userland and you > are sure to reach a better linux compatibility? I don't think you will be > able to. The linuxulator is not perfect because it is bugged at a "low" > level. Changing the userland it will

Re: Building a Linuxulator userland from source

2023-08-19 Thread Mario Marietto
Hello. For example some time ago I started an email exchange with a FreeBSD developer because I'd found two bugs. You can see our full log here : https://pastebin.ubuntu.com/p/HvVC9pkgVB/ I've removed the name of the developer. Anyway he said that he was investigating,but at some point he stoppe

Re: plist-check not reporting orphaned files present in a @comment

2023-08-19 Thread Felix Palmen
* Mathieu Arnold [20230819 10:51]: > On Wed, Aug 16, 2023 at 08:37:22PM +0200, Felix Palmen wrote: > > IMHO, the straight-forward solution would be: A port hit by that should > > add some "post-install-" (or -off) recipe explicitly removing the > > unwanted files

Re: Building a Linuxulator userland from source

2023-08-19 Thread Felix Palmen
* Mario Marietto [20230819 12:36]: > I'm not experienced,but I suspect that those kinds of bugs aren't caused by > the kind of userland,but at a level of abstraction layer. So,if you change > userland,you will not fix them. I think I made it pretty clear what kind of issues

Re: plist-check not reporting orphaned files present in a @comment

2023-08-19 Thread Tatsuki Makino
By the way, Felix Palmen wrote on 2023/08/18 03:00: > > .if ${ARCH} == amd64 > PLIST_SUB+= AMD64="" NO_AMD64="@comment _nonexisting/" > .else > PLIST_SUB+= AMD64="@comment _nonexisting/" NO_AMD64="" > .endif > .if ${ARCH} == aarch64 > PLIST_SUB+= AARCH64="" NO_AARCH64="@comment _nonex

Unmaintained FreeBSD ports which are out of date

2023-08-19 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Re: plist-check not reporting orphaned files present in a @comment

2023-08-19 Thread Felix Palmen
* Tatsuki Makino [20230820 05:52]: > By the way, > > Felix Palmen wrote on 2023/08/18 03:00: > > > > .if ${ARCH} == amd64 > > PLIST_SUB+= AMD64="" NO_AMD64="@comment _nonexisting/" > > .else > > PLIST_SUB+= AMD64="@comment _nonexisting/" NO_AMD64="" > > .endif > > .if ${ARCH} == aarch64