| Age | Commit message (Collapse) | Author |
|
|
|
Closes #36474.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36476.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #36481.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
See https://github.com/ocaml/opam/issues/1853 : not passing the flags to ./configure
generates an OCaml compiler that compiles for the current arch, breaking bottles of
projects compiled using OCaml on older CPUs.
Closes #36482.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Updated boto so that we can have eu-central-1 conn.get_all_load_balancers() for
adding ELBs to Frankfurt Region.
Closes #36483.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Version bump. Exceptionally basic test since curling in and testing a
permissively-licensed closed-captioned file could very probably be
overkill.
Closes #36485.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Changes the shiboken url to the new official QT Download link, and
changes the homepage to where it auto-redirects to.
Closes #36487.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
The homepage moved to where it actually auto-redirects to. The URL on
this formula is actually dead, as the former QT SSL/TLS link now has a
certificate error and users will just run headlong into SSL failures
trying to use it. Otherwise, just strict audit failures fixed.
|
|
Closes #36473.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
GiNaC: update to 1.6.3
Closes #36471.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36415.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
updated tutum-cli to v0.11.3
Closes #36468.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Applies upstream commit to avoid compile error (with gcc?).
Fixes #34734. Fixes #36207. Closes #36452.
|
|
|
|
There's a complementary list of dependencies in the manpage and the
README is wrong about using pycryptopp.
Fixes #36278.
Closes #36448.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
Closes #36465.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
fb-adb is a tool for interacting with Android systems. It does much of what adb
does, but with better remote shell support and, hopefully, fewer bugs.
I had submitted a pull request #31555. Because fb-adb didn't have stable
releases, It has been closed. https://github.com/Homebrew/homebrew/pull/31555
I had submitted this PR on homebrew-headonly.
https://github.com/Homebrew/homebrew-headonly/pull/58
Now fb-adb has a first tagged version, fb-adb 1.2.0. So I just made another
pull request for this version of fb-adb.
https://github.com/facebook/fb-adb/issues/4
Closes #35231.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36416.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36463.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36240.
Closes #36461.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36459.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #36457.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36455.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #36454.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #36450.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36445.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #36442.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
We want the apr requirement to act as a build-time requirement in case
it is satisfied (that is, the CLT is installed), as the resulting
binaries will link to the system libapr which is always present.
When it is *not* satisfied by the CLT, and we need to install the
formula, we have to treat it as a runtime dependency since the resulting
binaries will link to it.
Fixes #36301.
Fixes #36438.
Closes #36443.
|
|
If apr is installed, we still want to grab it during dependency
resolution in case we need to pass options to the generated dependency.
In other words, it doesn't make sense for the satisfiable condition to
include the default formula, as the default formula is the fallback for
when the requirement is *not* satisfied.
|
|
Requirements with default formulae cannot fail the build.
|
|
This matches the recommendation in the message.
|