Commit Graph

145 Commits (c096512213a09ccb2d89166e5ed74d063b699b77)

Author SHA1 Message Date
Branch Vincent 73257ed5da
versioned_dependencies_conflicts_allowlist: add apache-arrow-glib
Closes #104672.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-30 08:25:21 +00:00
Michka Popoff c95322e4c5
aws-google-auth: migrate to Python@3.10
Closes #104340.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-29 12:33:56 +00:00
Branch Vincent c563383e00
versioned_dependencies_conflicts_allowlist: add anime-downloader
Closes #104338.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-29 12:32:15 +00:00
Michael Cho 514b34b92c
llvm@13 13.0.1 (new formula) 2022-06-24 22:14:52 +00:00
danielnachun e52dc40cea
version_dependencies_conflicts_allowlist.json: add glib exceptions
Closes #103229.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-20 00:42:45 +00:00
Luca Chen 9b970ecf92
swtpm 0.7.3 (new formula)
Closes #100782.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-16 15:51:07 +00:00
Michael Cho 7722e6209e
chapel: revert to `python@3.9`
Some chapel scripts look for python3 on PATH. Since `python@3.10`
is not linked, these scripts have been using system python3.8 on
macOS 10.15+ and are now failing on Linux.

Also add a workaround for Homebrew 11-arm64 runner, which outputs
unwanted objc warnings that cause issues for checkChplInstall.

Closes #103218.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-16 07:58:33 +00:00
Cathy J. Fitzpatrick fc473015ba
synergy-core 1.14.4.37 (new formula)
Synergy is a free and open source program for sharing a mouse and keyboard
among multiple computers. It supports 64-bit Intel Mac, 64-bit ARM Mac,
64-bit GNU/Linux, and other platforms.

Synergy was previously available in brew as a cask named `synergy`. That
cask installed binaries published by Symless, the corporate sponsor of
Synergy. However, at some point in the last couple months, Symless decided
to start charging money for access to the binaries on its website. As part
of this change, the Symless binaries were placed behind an authentication
webpage. As a result, the `synergy` cask was removed from brew:
  https://github.com/Homebrew/homebrew-cask/commit/0037f2409

However, even though Symless no longer publishes binaries, Synergy remains
fully free and open source software, licensed under GPL version 2 (with an
exception allowing "compiling, linking, and/or using OpenSSL"). As a result,
nothing stops us from building our own binaries from the source code. This
new `synergy-core` formula does exactly that: it builds Synergy from source
and installs it.

This formula supports 64-bit Intel Mac, 64-bit ARM Mac, and 64-bit GNU/Linux.
I have tested the formula on all three platforms. (For GNU/Linux testing, I
used Fedora 35, although that probably doesn't matter.)

This formula sets up a `synergy-core` daemon that can be run and managed
using `brew services`. This daemon is currently how I recommend running
the binaries built by this formula.

***

The `synergy-core` project is distributed under the GPL-2.0 license with an
exception that grants additional rights to the user. The project's LICENSE
file reads as follows:
  This program is released under the GPL with the additional exemption
  that compiling, linking, and/or using OpenSSL is allowed.
This preamble is followed by the text of the GPL-2.0.

This is a free software license but it cannot be represented with the `brew`
license statement, so the formula uses `license :cannot_represent`.
Unfortunately, the GitHub Licenses API incorrectly states that `synergy-core`
is licensed strictly under the GPL-2.0. So we need to add `synergy-core` to
  audit_exceptions/permitted_formula_license_mismatches.json
to avoid `brew audit` objecting that the license specified in the
`license` statement is different from the license returned by the
GitHub Licenses API.

Closes #100067.

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-12 15:30:17 +00:00
Michael Cho 3e503fd0a9
serverless: deuniversalize fsevents.node
Closes #102432.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-06 14:14:55 +00:00
Michael Cho 2755fb16db
truffle 5.5.15
Closes #102357.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-06 09:31:21 +00:00
Michael Cho 4a2b95de5d
permitted_formula_license_mismatches: remove outdated audits
Remove `cmockery`, `vapoursynth-ocr`, `vapoursynth-sub`

Closes #102545.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-02 05:31:10 +00:00
Michael Cho ffa7c41183
joplin-cli 2.8.1
Closes #102433.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-01 08:58:50 +00:00
Michael Cho e71bfbedbc
tracker 3.3.0
Closes #102638.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-31 15:31:45 +00:00
Michael Cho 4a0108e8c6
scummvm: fix M1 Monterey build
Closes #102541.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-29 15:58:55 +00:00
BrewTestBot df900d7dbf
gatsby-cli 4.15.0
Closes #102221.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-29 08:09:20 +00:00
Francois-Xavier Coudert 95dda5d3b7
gcc@12 12.1.0
Closes #101831.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-19 13:11:32 +00:00
Tristan Naumann 54fb112f00
arxiv_latex_cleaner 0.1.27 (new formula)
Adds arxiv_latex_cleaner (https://github.com/google-research/arxiv-latex-cleaner).

Closes #100405.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-03 13:36:09 +00:00
Rui Chen 20af2cfd53
flat_namespace_allowlist: add uhd
Closes #100507.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-02 14:44:26 +00:00
Michael Cho ff73e3f73e
polynote 0.4.5
Closes #100037.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-04-25 04:17:53 +00:00
Michael Cho 8487f59cfd
versioned_dependencies_conflicts_allowlist: remove `anjuta` and `gjs` (#99716) 2022-04-21 17:08:26 -07:00
Thierry Moisan 2d17bcefd3
gron: remove from github prerelease allowlist
Closes #99176.

Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-04-17 01:23:33 +00:00
Daniel Nachun 0d7dda5ebd
polynote: fix build on Linux (#99211)
* polynote: fix build on Linux

* audit_exceptions/github_prerelease_allowlist.json: add polynote
2022-04-15 10:12:55 -07:00
Michael Cho 07461e0363
mismatched_binary_allowlist: add truffle
Closes #98286.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-04-08 09:07:39 +00:00
Michael Cho 34079278ae
premake 5.0.0-beta1
Closes #98080.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-30 07:53:29 +00:00
Michael Cho 25181b1103
universal_binary_allowlist: remove `gitversion` (#97927) 2022-03-27 18:50:39 -07:00
Michael Cho 50f179973c
mismatched_binary_allowlist: add balena-cli
Closes #97811.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-27 11:54:09 +00:00
danielnachun 5664f56070
versioned_dependencies_conflicts_allowlist.json: add libgaiagraphics and librasterlite
Closes #94807.

Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-27 06:50:18 +00:00
danielnachun 6d901014b6
unstable_allowlist.json: add spatialite-gui 2022-03-27 06:50:16 +00:00
Daniel Nachun c3c1ed22c6
faust: fix build on Linux (#97339)
* faust: fix build on Linux

* mismatched_binary_allowlist: add faust
2022-03-21 13:05:11 -07:00
Jonas Greitemann ab23513573
libadwaita 1.1.0 2022-03-20 03:41:30 +00:00
Padraic Fanning a2fe1c168e
Add `libxml2` to `gnome_dev_allowlist.json` 2022-03-16 22:56:13 +00:00
Daniel Nachun 4f299029a7
e2fsprogs: allow -flat_namespace (#96847) 2022-03-14 16:43:16 -07:00
Carlo Cabrera 57fdf3ec67
versioned_dependencies_conflicts_allowlist: add `emscripten`
The conflict comes from the version of Python used by `node`, but this
conflict is not a problem. (In fact, Node uses the first `python3` that
a user has in their `PATH` on macOS with no problems.)
2022-03-08 16:20:22 +00:00
Michael Cho d414362cfa
spidermonkey@78 78.15.0 (new formula) 2022-03-07 11:52:28 +00:00
Padraic Fanning a64ae7c9c7
Add `libxslt` to `gnome_dev_allowlist.json`
Closes #95509.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-02-22 09:56:54 +00:00
danielnachun 385501a315
unstable_allowlist.json: add librasterlite2
Closes #95275.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-02-20 04:26:38 +00:00
Carlo Cabrera fe309ccda1
flat_namespace_allowlist: add `soci`
`soci` does not use Libtool, and so is not subject to the usual macOS
version misdetection bug.

Closes #94941.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-02-14 13:22:26 +00:00
Carlo Cabrera 664bbedb3c
versioned_dependencies_conflicts_allowlist: add `freedink`
This is needed for #94505. The conflict comes from `freedink` depending
on `python@3.10` and `python@3.9` through `cxxtest` and `glib`
respectively.

`cxxtest` is installed into a virtualenv in `libexec`, so it's unlikely
that `freedink` actually makes use of anything there since it ships no
Python code itself.

An alternative to this is to migrate `glib` to `python@3.10`, which will
take quite a while (see #87277), or migrate `cxxtest` back to
`python@3.9`, which is unnecessary.

I've tested `freedink` locally and it seems to work fine despite the
mixed recursive dependency.

See also #65831.

Closes #94505.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-02-05 15:00:12 +00:00
Carlo Cabrera 1a020367ee
flat_namespace_allowlist: add `xmlrpc-c` (#94231)
The use of the `-flat_namespace` flag does not originate from the
Libtool bug, so appears to be intentional.

This is needed for bottling on Monterey.
2022-02-01 14:23:17 +08:00
Michka Popoff 8bdba997f6
gnuradio: allow -flat_namespace flag (#92807) 2022-01-10 08:37:44 +08:00
Carlo Cabrera e9d7810b98
flat_namespace_allowlist: add `lablgtk`
The `-flat_namespace` flag comes from OCaml. This should go away when
Ocaml is updated in #87856.

Closes #92247.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-01-04 09:32:54 +00:00
Carlo Cabrera 049de3d062
llvm: migrate to python 3.10
To dodge the versioned dependency conflict audit, I've added `coind3d`,
`gjs`, `pyside` and `pyside@2` to the allowlist. It's very unlikely that
these formulae use LLVM's Python bindings. LLVM is keg-only, and we
don't modify `PYTHONPATH`, so these formulae shouldn't even be able to
find LLVM's Python bindings.

However, just in case, I've also installed LLVM's Python bindings for
multiple versions of Python3. (This doesn't include LLDB, which has
linkage with the Python framework, which ties it to a specific Python
version.)

While we're here:
- remove duplication from the installed Xcode toolchain
- fix some version references so that they work for HEAD installs too

We clean up the duplication by installing the Xcode toolchain manually.

Closes #87483.
2021-12-08 07:19:35 +00:00
Carlo Cabrera db89b7a8dc flat_namespace_allowlist: add `hdf5-mpi`
The `-flat_namespace` flag is inherited from `open-mpi`. See
`ompi-fort.pc`, which contains:

    Cflags: -I${includedir}     -Wl,-flat_namespace -Wl,-commons,use_dylibs  -I${libdir}

This is needed for bottling on Monterey.
2021-11-26 19:36:17 +01:00
Carlo Cabrera 1e6681428c
flat_namespace_allowlist: add `coq`
The `-flat_namespace` flag comes from OCaml, and should go away when the
OCaml bottles are rebuilt.

Closes #89870.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-24 17:53:24 +00:00
Dzmitry Neviadomski 3dddfd9f30
mpv: add to versioned_dependencies_conflicts_allowlist.json
Closes #88574.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-17 06:27:28 +00:00
Carlo Cabrera 966c3a1e7a flat_namespace_allowlist: add bind
This flag is passed intentionally on all macOS versions, and isn't
caused by the Libtool version detection bug.

See: b60d7345ed
2021-11-14 09:22:09 +01:00
Carlo Cabrera cde60f08e2
watchman: migrate to Python 3.10
We need to add Watchman to the dependency conflict allowlist or else the
audit will complain about the conflicting Python 3.9 from Rust, which
shouldn't matter.

Closes #89256.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-12 08:57:11 +00:00
Thierry Moisan 6bf8f2be7d
Update versioned_dependencies_conflicts_allowlist.json (#89246) 2021-11-12 10:54:52 +08:00
Carlo Cabrera a2ad4af37f
flat_namespace_allowlist: add `adios2` (#88920) 2021-11-08 08:35:54 +08:00
Carlo Cabrera aec7abb3ad
flat_namespace_allowlist: add `omniorb` (#88183) 2021-11-05 17:33:19 +08:00