Skip to content
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

wine-*: Fix platforms & building on macOS High Sierra #27549

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

Gcenx
Copy link
Contributor

@Gcenx Gcenx commented Jan 30, 2025

Currently the buildbots assume this can build on El Capitan when that's not the case so use >= instead.

SDK check causes build to fail on macOS High Sierra as it looks for the SDK inside Xcode instead of "/Library/Developer/CommandLineTools/SDKs"

Description

Type(s)
  • bugfix
Tested on

macOS x.y
Xcode x.y / Command Line Tools x.y.z

Verification
  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

Currently the buildbots assume this can build on El Capitan when that's not the case so use >= instead.

SDK check causes build to fail on macOS High Sierra as it looks for the SDK inside Xcode instead of "/Library/Developer/CommandLineTools/SDKs"
@reneeotten reneeotten merged commit d5d404a into macports:master Feb 1, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants