Re: Fixes for versioned vendor lib in perl's @INC for non-packaged modules

2021-10-13 Thread Andrew Hewus Fresh
I got kmos@ to test the perl.port.mk bit of this patch in a bulk build a while back and didn't find any fallout. I'm hoping to look at this again and commit it this weekend if there are no complaints so I can get the vendor lib moving forward. On Fri, Jul 30, 2021 at 05:34:35PM -0700, Andrew

Re: Fixes for versioned vendor lib in perl's @INC for non-packaged modules

2021-08-03 Thread Andrew Hewus Fresh
On Fri, Jul 30, 2021 at 05:34:35PM -0700, Andrew Hewus Fresh wrote: > This set of patches should mostly work without the addition of the > vendor directory as we hardcode the path in the Makefile and the vendor > lib patch makes the current path where ports and packages go and adds a > ${version}

Fixes for versioned vendor lib in perl's @INC for non-packaged modules

2021-07-30 Thread Andrew Hewus Fresh
This fixes the known fallout from adding a "vendor lib" to the base perl. The goal is to make it harder to get the "loadable library and perl binaries are mismatched" error when base perl is updated. The fixed patch for adding the vendor lib to perl is over on tech@. This set of patches should