<div dir="ltr">Hi,<br><div><br></div><div>Currently the legacysupport portgroup doesn't work with the setting macosx_deployment_target in macports.conf. But would this be possible?</div><div><br></div><div>The legacy support package gets its platform indicator from this call in the Makefile:</div><div><br></div><div>PLATFORM=shell $(UNAME) -r | $(SED) -ne 's/\([0-9][0-9]*\)\..*/\1/p'<br></div><div><br></div><div>but this value can be overridden according to BUILDING.txt. If MacPorts set PLATFORM to the right darwin version, then all should be well, right?</div><div><br></div><div>I'd even be happy with a variant that had a variable `legacy_support_deployment_target 17` which did the trick of setting PLATFORM.</div><div><br></div><div>Anyway, 2 questions:</div><div><br></div><div>- Does this sound reasonable? As in, is it likely to work in principle.</div><div>- What would be the best way to add it if it was reasonable (say I were to try).</div><div><br></div><div>A bit of background: GIMP requires a huge number of ports to build and deploy. When any one of those ports breaks, the GIMP build breaks. And some of them are now breaking for 10.13 (our x86 target OS) when there's no legacysupport.</div><div><br></div><div>For now I'm having to shadow them, which is a painful exercise for me. If they just worked, that would be amazing.</div><div><br></div><div>Thanks,</div><div><br></div><div>Lukas (GIMP Macos Maintainer - hence the question)</div></div>