Skip to content

Conversation

@cooljeanius
Copy link
Contributor

This is another attempt at doing #28635 (except correctly this time); I'm copying and pasting the OP from there, and then editing it to be up-to-date.
In https://trac.macports.org/ticket/66250 it says that Macports-built libunwind can cause problems with other ports. This PR tweaks osxbom's dependency on libunwind to use a lib:-style dependency instead, so that the system libunwind can satisfy it instead. It also removes the unnecessary dependency on libmacho-headers, and reverts the coreutils depspec to use the bin:-style dependency I had originally used, instead of the new path-style dependency (added in d4eea8e) that references a file that this port doesn't even use.

Description

Type(s)
  • enhancement
Tested on

macOS 15.5 24F74 x86_64
Xcode 16.4 16F6

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • 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?

See: https://trac.macports.org/ticket/66250
Also revert to previous bin-style depspec for coreutils,
and remove dependency on libmacho-headers
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.

2 participants