🍻 Default formulae for the missing package manager for macOS
fd3bcef2bd
Also === * Remove GTK options: They've been removed completely upstream in: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36dc5781ba0ab2067528f646fe2f9dcf5500b3f5 And with this release they've started shouting warnings at you about deprecation if you build with the option, so let's just kill it. * Use Lua@5.1 instead of Lua: Wireshark explicitly mandates a Lua below 5.3: ``` if(NOT WIN32) find_package(PkgConfig) pkg_search_module(LUA lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua5.0 lua-5.0 lua50) if(NOT LUA_FOUND) pkg_search_module(LUA "lua<=5.2.99") endif() endif() ``` Closes #27110. Signed-off-by: ilovezfs <ilovezfs@icloud.com> |
||
---|---|---|
.github | ||
Aliases | ||
cmd | ||
Formula | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
formula_renames.json | ||
LICENSE.txt | ||
README.md | ||
tap_migrations.json |
Homebrew Core
Core formulae for the Homebrew package manager.
How do I install these formulae?
Just brew install <formula>
. This is the default tap for Homebrew and is installed by default.
Troubleshooting
First, please run brew update
and brew doctor
.
Second, read the Troubleshooting Checklist.
If you don't read these it will take us far longer to help you with your problem.
More Documentation, Contributing, Security, Community, Donations and Sponsors
See these sections in Homebrew/brew's README.
Who Are You?
Homebrew/homebrew-core's lead maintainer is ilovezfs.
Homebrew/homebrew-core's other current maintainers are Mike McQuaid, FX Coudert, JCount, Misty De Meo and Tom Schoonjans.
License
Code is under the BSD 2-clause "Simplified" License.