105 Commits

Author SHA1 Message Date
sthen
7914f70f09 update to wireshark-3.2.1 2020-01-16 18:09:14 +00:00
sthen
757f7abd5b update to wireshark-3.2.0 2019-12-19 15:48:56 +00:00
sthen
394a3d024c update to wireshark-3.0.7 2019-12-05 17:07:42 +00:00
sthen
998fae5e8c update to wireshark-3.0.6 2019-10-24 11:12:12 +00:00
sthen
014ec642ee update to wireshark-3.0.5 and garbage-collect some remnants of the "no_qt"
pseudoflavour.
2019-09-22 13:13:48 +00:00
sthen
40646bc74b update to wireshark-3.0.4 2019-09-12 08:14:59 +00:00
sthen
7888a7c5de bump REVISION for safety to trigger pkg_add -u to pick up new builds; ieee80211
structs were changed recently. probably not needed in this port but bumps are
cheaper than debug time.
2019-09-03 10:50:12 +00:00
ajacoutot
d4e1d62a35 Sync these two as well (spidermonkey52 is no more). 2019-08-17 11:02:28 +00:00
sthen
d3a1becbc1 update to wireshark-3.0.3 2019-07-17 21:45:37 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
d7c4d39a07 update to wireshark-3.0.2 2019-05-23 13:17:13 +00:00
sthen
27267a3054 update to wireshark-3.0.1 2019-04-15 20:44:16 +00:00
bentley
917ade36c5 https homepage/master_sites. 2019-03-12 03:55:25 +00:00
sthen
ec46daa932 tidy up wireshark's version string (no more ugly Git Rev Unknown from Unknown) 2019-03-09 18:04:28 +00:00
sthen
666ec1bbf1 List USB controllers capturable via usbpcap in wireshark's interface list,
making it straightforward to do live capture in the gui (previously it
seems this could only be done with "wireshark -i usb0 -k" or similar)
2019-03-09 14:22:47 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
sthen
8815a83e36 oops, handle the wireshark-gtk -> wireshark upgrade path (gtk is no longer
included upstream). reminded by stsp@
2019-03-02 18:41:12 +00:00
sthen
dff2181bbd remove NO_TEST=Yes 2019-03-01 21:12:20 +00:00
sthen
501996f453 update to wireshark-3.0.0 2019-03-01 18:06:46 +00:00
sthen
933540da10 update to wireshark-2.6.7 2019-02-28 23:31:08 +00:00
sthen
98aba45e48 update to wireshark-2.6.6 2019-01-09 17:14:08 +00:00
sthen
ba6a1f0f8d update to wireshark-2.6.5 2018-11-29 00:29:01 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
8dc0aba4f8 update to wireshark-2.6.4 2018-10-16 11:29:58 +00:00
espie
93aef53599 and of course some would conflict... finish PKGSTEM changes manually 2018-09-04 12:53:16 +00:00
sthen
c573856082 update to wireshark-2.6.3 2018-08-29 22:22:46 +00:00
sthen
4e00c506ed update to wireshark-2.6.2 2018-07-19 10:31:58 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
9975dffd65 BUILD_DEPENDS on portaudio-svn, build problem noticed by naddy.
I think this may affect the Gtk build (though doesn't show in symbols)
so bump REVISION-gtk just in case. (upstream remove Gtk support in the
next major version anyway so the problem will magically vanish later).
2018-06-13 21:58:41 +00:00
sthen
de4d5e2cc9 remove patches to cope with our old libpcap that didn't use consts;
no longer needed following changes in src/lib/libpcap
2018-06-03 10:31:25 +00:00
sthen
49df94e4a3 update to wireshark-2.6.1 2018-05-24 17:05:47 +00:00
ajacoutot
9c5c46cced devel/mozjs17 -> devel/spidermonkey52 2018-05-24 14:28:41 +00:00
sthen
072aa7929c update to wireshark-2.6.0 2018-05-10 20:36:34 +00:00
sthen
b01e2d1539 update to wireshark-2.4.6, various crashes memory leaks and other fixes and
updated protocol support
2018-04-04 22:31:12 +00:00
sthen
a6bcf0a922 update to wireshark-2.4.5, usual round of crash/infinite loops in parsers
and a few others
2018-02-23 21:46:57 +00:00
sthen
65ebc9c7f1 - use ports-gcc for wireshark on mips64, fixes build for Diana Eichert
- try ports-gcc on sparc64 as well (currently marked BROKEN)
2018-02-12 19:40:19 +00:00
sthen
2ea23d5e6c mark as BROKEN-mips64, Diana Eichert tried on octeon but was receiving
"relocation truncated to fit: R_MIPS_CALL16 against [...]" errors.

anyone have an idea what's up?
2018-02-11 22:51:58 +00:00
sthen
7ea70a0d5c only add x11/qt5 MODULES if we're building the -main package, missed moving
this in previous commit.
2018-02-09 20:05:28 +00:00
sthen
e0a85d09c7 Diana Eichert mentioned that building wireshark on mips64 wasn't possible,
this is due to not having mozjs17 -> qt. Add no_x11, no_gtk, no_qt pseudo-
flavours to wireshark, and use no_qt by default on relevant arches.
2018-02-09 11:07:03 +00:00
sthen
33c9fecac7 update to wireshark-2.4.4 2018-01-16 13:10:51 +00:00
sthen
43e505ef05 update to wireshark-2.4.3, amongst other things this fixes some crashes. 2017-12-02 21:33:00 +00:00
sthen
708fbf0943 update to wireshark-2.4.2 2017-10-11 14:42:34 +00:00
sthen
3910ff8613 - add hidden dep on archivers/snappy
- reinstate gtk version, req by tb@
- install mime/appdata files, missing from the !gtk build
2017-09-18 13:41:32 +00:00
sthen
aa041cd15a unbreak; forgotten "cvs add" 2017-09-01 09:39:29 +00:00
sthen
b7fb7059c6 update wireshark to 2.4.1, getting -current onto the new branch before 6.2
to simplify future updates. follow upstream's default of not building -gtk.
2017-08-30 12:42:34 +00:00
sthen
d74449b6ac update to wireshark-2.2.9 2017-08-30 11:10:59 +00:00
sthen
1e38e9f82d Patch CMakeLists to avoid using -pie in the build; it's now pushed back
to the linker on LLVM arches (tools/clang/lib/Driver/Tools.cpp r1.13),
and the combination of -pie -shared there was resulting in libwsutil.so
being mis-linked causing build to fail later.

Drop useless USE_GMAKE while there.
2017-08-22 22:39:38 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00