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

Update dependency mini_portile2 to v2.8.8 #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mini_portile2 (changelog) 2.8.4 -> 2.8.8 age adoption passing confidence

Release Notes

flavorjones/mini_portile (mini_portile2)

v2.8.8

Compare Source

Improved
  • Raise an exception with a clear error message when xzcat is needed but is not installed. (#​152) @​flavorjones

v2.8.7

Compare Source

Added
  • When setting the C compiler through the MiniPortile constructor, the preferred keyword argument is now :cc_command. The original :gcc_command is still supported. (#​144 by @​flavorjones)
  • Add support for extracting xz-compressed tarballs on OpenBSD. (#​141 by @​postmodern)
  • Add OpenBSD support to the experimental method MakeMakefile#mkmf_config. (#​141 by @​flavorjones)
Changed
  • MiniPortileCMake now detects the C and C++ compiler the same way MiniPortile does: by examining environment variables, then using kwargs, then looking in RbConfig (in that order). (#​144 by @​flavorjones)
  • GPG file verification error messages are captured in the raised exception. Previously these errors went to stderr. (#​145 by @​flavorjones)

v2.8.6

Compare Source

Added
  • When using CMake on FreeBSD, default to clang's "cc" and "c++" compilers. (#​139 by @​mudge)

v2.8.5

Compare Source

Added
  • New methods #lib_path and #include_path which point at the installed directories under ports. (by @​flavorjones)
  • Add config param for CMAKE_BUILD_TYPE, which now defaults to Release. (#​136 by @​Watson1978)
Experimental

Introduce experimental support for MiniPortile#mkmf_config which sets up MakeMakefile variables to properly link against the recipe. This should make it easier for C extensions to package third-party libraries. (by @​flavorjones)

  • With no arguments, will set up just $INCFLAGS, $libs, and $LIBPATH.
  • Optionally, if provided a pkg-config file, will use that config to more precisely set $INCFLAGS, $libs, $LIBPATH, and $CFLAGS/$CXXFLAGS.
  • Optionally, if provided the name of a static archive, will rewrite linker flags to ensure correct linkage.

Note that the behavior may change slightly before official support is announced. Please comment on #​118 if you have feedback.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mini_portile2-2.x-lockfile branch from 82d27a0 to d30a2f8 Compare April 14, 2024 16:24
@renovate renovate bot changed the title Update dependency mini_portile2 to v2.8.5 Update dependency mini_portile2 to v2.8.6 Apr 14, 2024
@renovate renovate bot force-pushed the renovate/mini_portile2-2.x-lockfile branch from d30a2f8 to 24d000a Compare June 5, 2024 00:00
@renovate renovate bot changed the title Update dependency mini_portile2 to v2.8.6 Update dependency mini_portile2 to v2.8.7 Jun 5, 2024
@renovate renovate bot changed the title Update dependency mini_portile2 to v2.8.7 Update dependency mini_portile2 to v2.8.8 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/mini_portile2-2.x-lockfile branch from 24d000a to 5383b69 Compare November 14, 2024 22:31
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.

0 participants