mini_portile icon indicating copy to clipboard operation
mini_portile copied to clipboard

mini_portile and mini_portile2 - Simple autoconf and cmake builder for developers

Results 11 mini_portile issues
Sort by recently updated
recently updated
newest added

## Description Currently, `mini_portile` sets the environment variable `LIBRARY_PATH` in `#activate`. This behavior has been present since the first commit by Luis in 2011 (c06b4ab). This is OK the vast...

Partly to evalute #139, let's make sure we're running CI on FreeBSD. Also: update github actions to avoid Node 16 warnings.

As mentioned in https://github.com/mudge/re2/pull/138#discussion_r1521442743, the `re2.pc` pkg-config file generated by [RE2](https://github.com/google/re2) contains libraries from two directories: RE2 itself and its sole dependency, Abseil (note I’ve populated `PKG_CONFIG_PATH` prior to this...

Some projects (in my case OSRM) has prevented in-source builds. Some projects do it in order to avoid conflicts with files and otherwise keep the build data separate from source...

needs more information

MiniPortile currently has a private methods, `which`, that searches the `$PATH` environment variable for an executable, and makes sure to do it safely on Windows as well as POSIX systems....

Add outputs to the `download_file_http` function: - Print the URL from which the file is downloaded. - Print the parameters of the HTTP Call. - In the case there is...

feature

It's getting hard to support old rubies, see failing test suites here related to setup-ruby and bundler versions: https://github.com/flavorjones/mini_portile/actions/runs/3771621986/jobs/6412111557 I'd like to consider dropping support for ruby < 2.6 in...

Currently, the test suite picks `git apply` if git is installed, else `patch`. On both Travis and Appveyor, as well as any likely developer machine, this means that `git` is...

I would like `mini_portile` to emit a warning message when it downloads files over 'http'. Something like this would be great: ``` WARNING: insecure source being used: #{url} ```

This is unnecessary and we should restructure how `#cook` detects missing files to be within the `#download` method.