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

Use group ID instead of group name #293

Closed
wants to merge 2 commits into from
Closed

Use group ID instead of group name #293

wants to merge 2 commits into from

Commits on Aug 11, 2023

  1. Use group ID instead of group name

    MacOS allows non-standard group names, including spaces and
    backslashes), which breaks building from source. This change circumvents
    the issue by using group ID (numerical) instead of group names.
    
    Note that this fixes only building macports-base, not individual ports.
    
    Related ticket: https://trac.macports.org/ticket/49501
    
    This changes is based on the contribution of user chucko58 (Chuck Fry)
    in this comment: https://trac.macports.org/ticket/49501#comment:7
    lcvisser committed Aug 11, 2023
    Copy the full SHA
    b1d8653 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Copy the full SHA
    db38eab View commit details
    Browse the repository at this point in the history