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>
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>
* 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
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.