forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
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
macOS curl should be built with http2 by default also #451
Comments
This should have been done as part of SWSUP-567. If it didn't work properly let me know. |
Yep, you're right. I had tried it and got an error, but I tried it again just now and it worked. I must have accidentally used the platform curl. Sorry for the noise, and thanks! |
Found it...It's the macOS build that doesn't have it.
Whereas on SmartOS:
|
jperkin
referenced
this issue
in TritonDataCenter/pkgbuild
Jan 17, 2017
I see this was done last month, closing. |
jperkin
pushed a commit
that referenced
this issue
Mar 20, 2017
* pkgsrc change: add pkg_alternatives support. 0.19.4, release 2016-11-28 * Rename Thor::Base#thor_reserved_word? to #is_thor_reserved_word? 0.19.3, release 2016-11-27 * Output a warning instead of raising an exception when a default option value doesn't match its specified type 0.19.2, release 2016-11-26 * Fix bug with handling of colors passed to ask (and methods like yes? and no? which it underpins) * Allow numeric arguments to be negative * Ensure that default option values are of the specified type (e.g. you can't specify "foo" as the default for a numeric option), but make symbols and strings interchangeable * Add Thor::Shell::Basic#indent method for intending output * Fix remove_command for an inherited command (see #451) * Allow hash arguments to only have each key provided once (see #455) * Allow commands to disable class options, for instance for "help" commands (see #363) * Do not generate a negative option (--no-no-foo) for already negative boolean options (--no-foo) * Improve compatibility of Thor::CoreExt::HashWithIndifferentAccess with Ruby standard library Hash * Allow specifying a custom binding for template evaluation (e.g. #key? and #fetch) * Fix support for subcommand-specific "help"s * Use a string buffer when handling ERB for Ruby 2.3 compatibility * Update dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And if not too outrageous, please back port to 2016Q4 LTS.
The text was updated successfully, but these errors were encountered: