OscarL
OscarL
I've noticed something similar, but was git's `/system/setting/gitconfig` the one missing the `SYS:PACKAGE` attribute. Odd thing is... the file `/system/packages/administrative/writable-files/git-2.50.1-1/settings/gitconfig` DID had it, so I was able to copy that...
It would be good if someone could check this with @lonemadmax [suggestion for fixing issue #9740](https://github.com/haikuports/haikuports/issues/9740#issuecomment-3263777729).
Still happens with mosh 1.4.0 (#13297)
@korli, let me know if you still think we should use dates from https://www.amd.com/en/resources/product-security.html instead here. I think that using the date the files we're packaging got "released" is more...
Nothing to hurry about. Just noticed this after trying to hunt down the root cause of some of the entries on the buildmaster's repo_consistency.txt report.
My point is... is this (IMO) very niche use case worth having to keep this old library around? (I won't push on this, if I'm in the minority)
For usage inside of `TEST()`, I think directly calling `python3 -m ensurepip --default-pip`, before calling pip3, could be enough. I just tried with a test .recipe I have (entering its...
CC: @threedeyes. Would it be possible in your future updates to drop `cmd:pip3` from `BUILD_PREREQUIRES`, and instead use `python3 -m ensurepip --default-pip` inside the recipes, before the commands that require...
@threedeyes, sorry to bother you, but I see that, for example, on latest [waterfox](https://github.com/haikuports/haikuports/blob/2a33326af7b011a4e05dbf4103901fb5ebd69aa5/www-client/waterfox/waterfox-6.6.3.recipe#L99), `cmd:pip3` is still used (same with your latest change on librewolf). Did you faced any issues...
Great news @threedeyes! Thank you!