Re: adding post-configure changes to a portfile

2025-07-05 Thread Gagan Sidhu via macports-dev
i think it does. wuhow. rootie was wilin' out in his heyday for real Thanks, Gagan > On Jul 5, 2025, at 8:27 PM, Gagan Sidhu wrote: > > ok there's teh pre-build keyword and also reinplace. > > but the bigger question is, with a multi-build phase like clang, how can > someone use those to sh

Re: adding post-configure changes to a portfile

2025-07-05 Thread Gagan Sidhu via macports-dev
ok there's teh pre-build keyword and also reinplace. but the bigger question is, with a multi-build phase like clang, how can someone use those to shoehorn the replacement strings *later* in the process? for example, the build.ninja file in runtimes-bins isn't available until the build process

adding post-configure changes to a portfile

2025-07-05 Thread Gagan Sidhu via macports-dev
is there a way i can edit the files after configure, before build? like, i need to edit the files after ninja creates teh cmake files Thanks, Gagan