| Age | Commit message (Collapse) | Author |
|
Closes #22490.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Conflicts:
Library/Formula/wireshark.rb
|
|
Ensure that if build with qt is specified, we still build wireshark.
Closes #21020.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #20547.
|
|
Fixes #20528.
|
|
|
|
Closes #20472.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
- Optionally with portaudio
- Optionally with lua
- Using geoip lib as recommended
In order to build the gui, the 'wireshark' has to
be built and must not be deactivated.
|
|
New `depends_on :python` Dependency.
New `depends_on :python3` Dependency.
To avoid having multiple formulae with endings -py2 and -py3,
we will handle support for different pythons (2.x vs. 3.x)
in the same formula.
Further brewed vs. external python will be transparently supported.
The formula also gets a new object `python`, which is false if
no Python is available or the user has disabled it. Otherwise
it is defined and provides several support methods:
python.site_packages # the site-packages in the formula's Cellar
python.global_site_packages
python.binary # the full path to the python binary
python.prefix
python.version
python.version.major
python.version.minor
python.xy # => e.g. "python2.7"
python.incdir # includes of python
python.libdir # the python dylib library
python.pkg_config_path # used internally by brew
python.from_osx?
python.framework?
python.universal?
python.pypy?
python.standard_caveats # Text to set PYTHONPATH for python.from_osx?
python.if3then3 # => "" for 2.x and to "3" for 3.x.
Further, to avoid code duplication, `python` takes an optional
block that is run twice if the formula defines depends_on
:python AND :python3.
python do
system python, 'setup.py', "--prefix=#{prefix}"
end
Read more in the Homebrew wiki.
|
|
Closes #19824.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #20011.
Closes #20012.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes #18025.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #16257.
|
|
Closes #16308.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #16093.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #15361.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #14844.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #13667.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #13397.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- add optional dep on the c-ares library
- make python bindings optional
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
1.6.5 is the latest stable version, 1.7 is the development series, and
has issues building the GTK frontend with the current Homebrew GTK build
chain.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Currently building wireshark with Python support (the default) may
result in runtime errors like
dlsym(0x8fe467fc, py_create_dissector_handle): symbol not found
Since Python support is currently "experimental", let's just turn it
off. Patches with the right settings to re-enable it are certainly
welcome.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #8516.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Wireshark continues to build with no X11 support by default, but --with-x is
available to add support for the X11 GUI to wireshark.
Includes patch from wireshark svn that fixes a crash on launch.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Fixes #3051
|
|
Signed-off-by: David Höppner <0xffea@gmail.com>
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Fixes #426.
|
|
|