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

Add support for non-interactive mode in macports #4676

Merged
merged 2 commits into from
May 30, 2021

Conversation

kit-ty-kate
Copy link
Member

The default behaviour as I understand it is that if only one package is being installed it will not prompt for anything (same behaviour as apt) but will prompt if dependencies are required

@dra27
Copy link
Member

dra27 commented May 21, 2021

Eventually grepping the code, I managed to find some reasonable docs on it! The option appears to have been added in 2017 as part of macports 2.4 and it did look from a cursory glance as though its semantics for port install is to answer yes for everything.

Do we need to worry about older versions of port than 2.4? @pmetzger @mseri?

@mseri
Copy link
Member

mseri commented May 21, 2021

I am always on the latest version. Imho anything working with 2.6 and 2.7 would be perfect

@pmetzger
Copy link
Member

Do we need to worry about older versions of port than 2.4?

No. MacPorts doesn't support old old versions.

@rjbou rjbou added this to the 2.1.0~rc milestone May 27, 2021
kit-ty-kate and others added 2 commits May 28, 2021 16:51
The default behaviour as I understand it is that if only one package is being installed it will not prompt for anything (same behavour as apt) but will prompt if dependencies are required
@kit-ty-kate kit-ty-kate merged commit b711cb9 into ocaml:master May 30, 2021
@kit-ty-kate kit-ty-kate deleted the macports-yes branch May 30, 2021 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants