| Age | Commit message (Collapse) | Author |
|
Fixes #28080.
|
|
|
|
|
|
Closes #27679.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #27341.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #27353.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
http://www.wireshark.org/lists/wireshark-dev/201401/msg00189.html
Closes #27119.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
These library headers are needed for 3rd party plug-ins like dissectors.
Closes #25400.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25352.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #24541.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #24243.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Fixes #22663.
Fixes #22971.
|
|
|
|
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>
|