Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.0_1 28 May 2018 19:30:57 |
marcus |
Fix an undefined symbol error in tshark.
The l16mono codec was installed as a regular plugin, and this generated a bogus
undefined symbol error.
PR: 228051
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Obtained from: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14638 |
2.6.0 02 May 2018 13:37:39 |
marcus |
Fix build with base krb5.
Add an additional CONFIGURE_ARG to allow wireshark to build with base Kerberos.
PR: 227908
Submitted by: mbeis |
2.6.0 02 May 2018 09:33:55 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.6.0 01 May 2018 16:26:46 |
marcus |
Update to 2.6.0.
See https://www.wireshark.org/docs/relnotes/wireshark-2.6.0.html
for a list of changes in this release.
Also note: The -lite ports were made lighter with the removal of dumpcap. |
2.4.6 08 Apr 2018 15:47:16 |
marcus |
Update to 2.4.6.
See
https://www.wireshark.org/docs/relnotes/wireshark-2.4.6.html for a list of
changes in this release.
Additionally, fix the following issues in the Makefile [1]:
* Add missing --with-* for lz4, snappy, and nghttp2
* Remove obsolete --with-* for IPv6 and gcrypt
* Use localbase
PR: 227131 [1]
Submitted by: Greg V <greg@unrelenting.technology> [1] |
2.4.5 14 Mar 2018 09:11:21 |
marcus |
Update to 2.4.5.
See https://www.wireshark.org/docs/relnotes/wireshark-2.4.5.html for the
changes in this release.
PR: 226355
Submitted by: cmt |
2.4.4 12 Jan 2018 14:39:11 |
marcus |
Update to 2.4.4.
See https://www.wireshark.org/docs/relnotes/wireshark-2.4.4.html for
a list of changes in this release. |
2.4.3_1 28 Dec 2017 23:55:15 |
marcus |
Move the libspandsp dependency to RTP.
This cleans up the GUI-less dependency list when RTP is not desired.
PR: 224081
Submitted by: sergey@akhmatov.ru |
2.4.3 14 Dec 2017 13:41:10 |
marcus |
Update to 2.4.3.
See https://www.wireshark.org/docs/relnotes/wireshark-2.4.3.html for a
list of changes in this release. |
2.4.2 26 Nov 2017 18:58:24 |
cmt |
net/wireshark: update to 2.4.2
Announcement:
https://www.wireshark.org/lists/wireshark-announce/201710/msg00000.html
Add a few dependencies to make stage-qa happy.
PR: 223577
Approved by: marcus (maintainer-timeout)
Security: 4684a426-774d-4390-aa19-b8dd481c4c94
MFH: 2017Q4 |
2.4.1 21 Nov 2017 08:36:27 |
mat |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
2.4.1 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
2.4.1 05 Sep 2017 15:26:45 |
marcus |
Update to 2.4.1.
See https://www.wireshark.org/docs/relnotes/wireshark-2.4.1.html for a list
of changes in this release. |
2.4.0 23 Jul 2017 14:34:13 |
marcus |
Wireshark now depends on libgcrypt even in the non-DECRYPT
case. Not bumping PORTREVISION since the default was to
have libgcrypt anyway.
PR: 220929 |
2.4.0 22 Jul 2017 02:32:45 |
marcus |
Update to 2.4.0.
See https://www.wireshark.org/docs/relnotes/wireshark-2.4.0.html for a list
of changes in this release. |
2.2.7 12 Jun 2017 16:35:06 |
marcus |
Update to 2.2.7. See
https://www.wireshark.org/docs/relnotes/wireshark-2.2.7.html for a list
changes in this release. |
2.2.6 29 May 2017 15:27:59 |
sunpoet |
Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
Approved by: portmgr (blanket) |
2.2.6 21 Apr 2017 19:38:26 |
marcus |
Update to 2.2.6. See
https://www.wireshark.org/docs/relnotes/wireshark-2.2.6.html for the changes
in this release. |
2.2.5 05 Mar 2017 04:33:00 |
marcus |
Update to 2.2.5. See
https://www.wireshark.org/docs/relnotes/wireshark-2.2.5.html for the changes in
this release. |
2.2.4 18 Feb 2017 19:48:05 |
tcberner |
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213 |
2.2.4 26 Jan 2017 17:07:48 |
marcus |
Update to 2.2.4. See
https://www.wireshark.org/docs/relnotes/wireshark-2.2.4.html for a list of
what's new.
* Remove support for libadns [1]
* Make androiddump optional [1]
* Fix a Makefile typo [1]
PR: 216463 [1]
Submitted by: Marcin Gryszkalis <mg@fork.pl> |
2.2.3 24 Dec 2016 21:54:59 |
marcus |
Update to 2.2.3.
See https://www.wireshark.org/docs/relnotes/wireshark-2.2.3.html for the list
of changes in this release. |
2.2.2 01 Dec 2016 16:40:15 |
marcus |
Update to 2.2.2. See
https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html for a list of
what's
new in this release. |
2.2.1 17 Oct 2016 15:59:00 |
marino |
net/(t|wire)shark-lite: Really fix them
error:
pkg-static: Unable to access file /construction/net/tshark-lite/stage/
usr/local/%%ANDROIDDUMP_LIB%%lib/wireshark/extcap/androiddump:
No such file or directory
pkg-static: Unable to access file /construction/net/tshark-lite/stage/
usr/local/%%RANDPKTDUMP_LIB%%lib/wireshark/extcap/randpktdump:
No such file or directory
The PLIST_SUBs weren't defined.
Approved by: just-fix-it |
2.2.1 17 Oct 2016 13:22:13 |
marcus |
libwscodecs requires X11. This fixes the build for tshark[-lite].
PR: 213550
Submitted by: sergey@akhmatov.ru |
2.2.1 16 Oct 2016 22:36:50 |
marcus |
Update to 2.2.1. Incorporate patches from PR 213356 to fix the build
with base Kerberos and add more explicit dependencies.
For changes in 2.2.1, see
https://www.wireshark.org/docs/relnotes/wireshark-2.2.1.html .
PR: 213356
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
2.2.0 16 Oct 2016 14:54:09 |
marcus |
Commit forgotten patch from the 2.2.0 upgrade.
PR: 213516 |
2.2.0 14 Oct 2016 14:53:55 |
marcus |
I had updated to 2.2.0 locally and for some reason never committed it.
Update to 2.2.0. This will be shortly followed by 2.2.1. |
2.0.5 05 Aug 2016 20:19:06 |
marcus |
Update to 2.0.5.
See https://www.wireshark.org/docs/relnotes/wireshark-2.0.5.html for
the list of changes in this release.
While here, enable DECRYPT support by default [1].
Requested by: oshogbo |
2.0.4 22 Jun 2016 17:05:47 |
marcus |
Update to 2.0.4. See
https://www.wireshark.org/docs/relnotes/wireshark-2.0.4.html
for a list of changes in this release. |
2.0.3 27 Apr 2016 18:09:06 |
marcus |
Update to 2.0.3.
See https://www.wireshark.org/docs/relnotes/wireshark-2.0.3.html for the
list of changes in this release. |
2.0.2_1 19 Apr 2016 15:33:46 |
marcus |
Merge the GnuTLS and libgcrypt OPTIONS into one as both are required
for decryption support.
PR: 208830 |
2.0.2_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.0.2_1 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
2.0.2_1 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.0.2 27 Feb 2016 16:19:53 |
marcus |
Update to 2.0.2. See
https://www.wireshark.org/docs/relnotes/wireshark-2.0.2.html for changes
in this release. |
2.0.1 05 Feb 2016 20:44:24 |
marcus |
Update to 2.0.1. The list of changes can be found at
https://www.wireshark.org/docs/relnotes/wireshark-2.0.1.html . |
2.0.0 23 Nov 2015 15:54:31 |
marcus |
Add a forgotten macro to the plist. |
2.0.0 23 Nov 2015 15:01:42 |
marcus |
Be a bit more selective with the port-install to fix tshark.
PR: 204765 |
2.0.0 22 Nov 2015 23:46:34 |
marcus |
Update to 2.0.0 and provide a pointer on how to build with Kerberos
when the port is installed.
The relase notes for 2.0 can be found at
https://www.wireshark.org/docs/relnotes/wireshark-2.0.0.html . |
1.12.8_1 17 Nov 2015 17:35:31 |
marcus |
Refactor tshark and the lite ports to fix the build.
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> |
1.12.8_1 16 Nov 2015 17:19:50 |
marcus |
- Drop gettext / iconv dependencies - they are not used here.
- Drop obsolete THREADS / PCRE / X11 options.
- Convert to OPTIONS helpers.
- Allow to choose between various Kerberos implementations.
- Add Lua 5.2 into supported versions list.
- Restore GTK2 option.
- Improve some descriptions.
- Use 'install_desktop_files' target for installing *.deskop, *.xml and icon
files.
- When c-ares is selected, adns will not be used - convert them into
OPTIONS_SINGLE.
- RTP support is compiled into GTK+ GUI - disable it in other cases.
- Bump PORTREVISION.
PR: 204411
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> |
1.12.8 16 Oct 2015 20:27:16 |
marcus |
Update to 1.12.8. See
https://www.wireshark.org/docs/relnotes/wireshark-1.12.8.html for changes
in this release. |
1.12.7 13 Aug 2015 15:39:05 |
marcus |
Update to 1.12.7. See
https://www.wireshark.org/docs/relnotes/wireshark-1.12.7.html for a
list of changes in this release. |
1.12.6 02 Jul 2015 15:31:19 |
marcus |
Update to 1.12.6. See
https://www.wireshark.org/docs/relnotes/wireshark-1.12.6.html for a list
of changes in this release. |
1.12.5_1 30 May 2015 20:39:13 |
bapt |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
1.12.5 15 May 2015 23:47:43 |
marcus |
Update to 1.12.5 and fix the build with GSSAPI by requiring KRB from ports.
PR: 196671 |
1.12.4 03 May 2015 13:28:04 |
marcus |
Fix build with Lua.
PR: 199880
Submitted by: matthew@reztek.cz |
1.12.4 09 Mar 2015 17:26:17 |
marcus |
Update to 1.12.4. See
https://www.wireshark.org/docs/relnotes/wireshark-1.12.4.html for a list of
changes in this release. |
1.12.3 04 Mar 2015 18:35:16 |
marcus |
Add USES+=cpe to advertise CPE data for wireshark.
PR: 198172
Submitted by: shun.fbsd.pr@dropcut.net |
1.12.3 06 Feb 2015 10:29:50 |
antoine |
Fix fetching of tshark* |
1.12.3 06 Feb 2015 10:23:56 |
antoine |
Fix duplicate pkgnames |
1.12.3 04 Feb 2015 16:37:21 |
marcus |
Add support for building wireshark with Qt 5 GUI support. Note: not all of
the GTK+ features have been ported to Qt yet.
PR: 196728
Submitted by: olevole@olevole.ru |
1.12.3 25 Jan 2015 00:46:12 |
pawel |
Fix detection of libportaudio libraries
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others |
1.12.3 12 Jan 2015 21:00:36 |
marcus |
Update to 1.12.3. See
https://www.wireshark.org/docs/relnotes/wireshark-1.12.3.html for a list
of changes in this release. |
1.12.2_3 05 Jan 2015 16:37:09 |
marcus |
Setgid dumpcap to network so non-root users can use wireshark in capture
mode.
PR: 195435
Submitted by: yuri@rawbw.com
No objection from: ports@ |
1.12.2_2 02 Jan 2015 18:46:34 |
pi |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
1.12.2_1 30 Dec 2014 18:00:07 |
marcus |
Fix a crash due to a truncated pointer.
PR: 195980 |
1.12.2 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.12.2 13 Nov 2014 20:54:19 |
marcus |
Update to 1.12.2. See
https://www.wireshark.org/docs/relnotes/wireshark-1.12.2.html for the list
of changes in this release. |
1.12.1 20 Oct 2014 10:09:20 |
marino |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
1.12.1 21 Sep 2014 12:57:46 |
marcus |
Update to 1.12.1. |
1.12.0_2 28 Aug 2014 10:21:32 |
tijl |
dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port) |
1.12.0_1 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.12.0_1 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
1.12.0 10 Aug 2014 03:26:32 |
marcus |
Update to 1.12.0 and switch to GTK+ 3.0 for the GUI.
See https://www.wireshark.org/docs/relnotes/wireshark-1.12.0.html for the
changes in this release. |
1.10.8_2 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
1.10.8_1 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.10.8 09 Jul 2014 15:29:37 |
tijl |
Remove LIBTOOLFILES |
1.10.8 21 Jun 2014 21:58:46 |
marcus |
Update to 1.10.8 and switch to USES=libtool. |
1.10.7 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.10.7 27 May 2014 10:20:08 |
bapt |
Fix detection of lua |
1.10.7 26 May 2014 15:28:29 |
bapt |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
1.10.7 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.10.7 27 Apr 2014 21:54:55 |
marcus |
Update to 1.10.7 and convert to new LIB_DEPENDS. |
1.10.6 09 Mar 2014 23:56:33 |
marcus |
Update to 1.10.6. |
1.10.5 23 Dec 2013 04:30:37 |
marcus |
Update to 1.10.5. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.5.html for the list of
changes in this release. |
1.10.3 11 Nov 2013 15:26:58 |
marcus |
Update to 1.10.3. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.3.html for a list
of changes in this release. |
1.10.2 12 Oct 2013 17:43:55 |
marcus |
* Fix previous patch so that build is not broken on < 10.X [1]
* Add support for stage
Reported by: Kenta Suzumoto <kentas@hush.com> [1] |
1.10.2 11 Oct 2013 15:30:42 |
marcus |
Fix the build on 10.X and HEAD.
Submitted by: Gustau Perez <gustau.perez@gmail.com> |
1.10.2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.10.2 15 Sep 2013 14:54:36 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.10.2 15 Sep 2013 14:29:31 |
marcus |
Update to 1.10.2. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.2.html for a list
of changes in this release. |
1.10.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.10.1 27 Jul 2013 17:52:26 |
marcus |
Update to 1.10.1. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.1.html for a list of
changes in this release. |
1.10.0 08 Jun 2013 22:16:58 |
marcus |
Update to 1.10.0. |
1.8.7 21 May 2013 03:52:32 |
marcus |
Update to 1.8.7. See
http://www.wireshark.org/docs/relnotes/wireshark-1.8.7.html for the list
of changes in this release. |
1.8.6_2 04 May 2013 22:00:55 |
marcus |
Add some missing options to OPTIONS_DEFINE
Reported by: sunpoet |
1.8.6_2 03 May 2013 22:12:24 |
bapt |
Wireshark always needs pkgconf (this fixes wireshark-lite) |
1.8.6_2 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
1.8.6 30 Apr 2013 16:26:32 |
jgh |
- conversion of USE_GETTEXT to USES framework
Approved by: portmgr (bapt@) |
1.8.6 28 Apr 2013 22:44:46 |
marcus |
Correct a typo.
PR: 177563
Submitted by: Maxim Samsonov <xors@mailup.net> |
1.8.6 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.8.6 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.8.6 31 Mar 2013 00:32:30 |
marcus |
Switch to USE_PKGCONFIG=build (old habits die hard).
Suggested by: zeising |
1.8.6 30 Mar 2013 20:45:01 |
marcus |
Make pkgconfig an explicit dependency of tshark. |
1.8.6 28 Mar 2013 16:20:13 |
marcus |
Put back in an empty line. |
1.8.6 28 Mar 2013 16:15:17 |
marcus |
I knew I shouldn't have touched DISTNAME. Fix tshark build.
Reported by: miwi |
1.8.6 24 Mar 2013 20:58:29 |
marcus |
Make sure X11 is enabled by default.
Submitted by: William Grzybowski <william88@gmail.com> |
1.8.6 24 Mar 2013 15:52:22 |
marcus |
Convert to OPTIONSNG and modernize the header.
PR: 177192
Submitted by: William Grzybowski <william88@gmail.com> |