Re: Help with legacysupport PortGroup for building GIMP for older MacOS's

2023-11-07 Thread Lukas Oberhuber
Thanks. Unfortunately that's not particularly feasible because Circle CI doesn't support running VMs this way, so I would have to create a dedicated machine for this which runs into a number of problems, such as not wanting to host a critical build device in my house! Although, given Circle CI

Re: Help with legacysupport PortGroup for building GIMP for older MacOS's

2023-11-04 Thread Ken Cunningham
Building and using legacysupport on a newer system to target an older system is tricky to design and implement properly. I think it is possible to do it, but issues will probably arise that only show up at deployment time. If I wanted to deploy gimp to 10.13, I would set up a 10.13 VM in

Help with legacysupport PortGroup for building GIMP for older MacOS's

2023-10-21 Thread Lukas Oberhuber
Hi, Currently the legacysupport portgroup doesn't work with the setting macosx_deployment_target in macports.conf. But would this be possible? The legacy support package gets its platform indicator from this call in the Makefile: PLATFORM=shell $(UNAME) -r | $(SED) -ne