-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scamper: Hotfix to fix building on < 10.7 #27057
base: master
Are you sure you want to change the base?
Conversation
Notifying maintainers: |
It also needs a fix for Otherwise:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could add a patch here, it would be great (as it also relates to < 10.7).
Thanks, I can do. Is there a howto on testing ports on older OSes? |
@matthewluckie Not really, I guess. It is fairly easy to install pretty much any macOS version in a VM though on an x86_86 hardware. (Building for PowerPC would require everything from scratch, but otherwise pre-built ports are there.) Also port status will show failures on buildbots (if any), so that can be used to see if builds work (since no buildbots for < 10.6 or any PowerPC, those can’t be checked this way). |
@barracuda156 This is provided by |
Description
Apply hotfix to fix building
scamper
on < OSX 10.7, per this Trac ticketTested on
macOS 13.6 22G120 arm64
Command Line Tools 14.3.1.0.1.1683849156
Verification
Have you
port lint
?sudo port test
?sudo port -d install
?