<div dir="ltr">Hi,<div><br></div><div>I'm the Macos maintainer/packager for Gimp and one of the problems I have is keeping all the packages up to date, and then packaging them for distribution as a simple installer.</div><div><br></div><div>I was wondering what it would take to use MacPorts as a basis for all these packages rather than having to roll my own.</div><div><br></div><div>It looks like this would work very well (at least in theory), except for 1 problem.</div><div><br></div><div>I need packages that are compiled to be backward compatible with the 10.12 Macos SDK on intel and the 11.x SDK for Arm.</div><div><br></div><div>Is it possible to specify the SDK version/macos version without building on that OS? Or am I thinking about this wrong?</div><div><br></div><div>Also, I would need theĀ +quartz versions of all the packages. If those aren't available pre-compiled, then I would need to be able to compile them on the monterey CI server.</div><div><br></div><div>All builds are on a current version of MacOS but compiled against an older version of the SDK and setting the minimum mac version to 10.12</div><div><br></div><div>It looks something like this:</div><div><br></div><div><font face="monospace">sudo curl -L '<a href="https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.12.sdk.tar.xz">https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.12.sdk.tar.xz</a>' | sudo tar -xzf -<br>echo 'export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX10.12.sdk' > ~/.profile<br>echo 'export MACOSX_DEPLOYMENT_TARGET=10.12' >> ~/.profile</font><br></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">Thanks so much for any help!</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Lukas</font></div></div>