diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-01-05 16:37:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-01-05 16:37:08 +0000 |
commit | 7512d6ac3d0fdd8e5ba64f02510d356abb214b58 (patch) | |
tree | 9a9ee26ad96fed2441b0f63c95f79fbc10a16ddc /net/wireshark | |
parent | 40220a3c1e5a1875dfb98a7693c44413d890cb48 (diff) | |
download | ports-7512d6ac3d0fdd8e5ba64f02510d356abb214b58.tar.gz ports-7512d6ac3d0fdd8e5ba64f02510d356abb214b58.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/files/pkg-message | 17 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 4 |
3 files changed, 24 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 107109527ab2..825edbc3a34e 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -3,7 +3,7 @@ PORTNAME?= wireshark PORTVERSION= 1.12.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ @@ -162,6 +162,8 @@ CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} CONFIGURE_ARGS+=--with-krb5=no .endif +PKG_MESSAGE= ${FILESDIR}/pkg-message + post-patch: @${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g ; \ s|-DGDK_PIXBUF_DISABLE_DEPRECATED||g ; \ diff --git a/net/wireshark/files/pkg-message b/net/wireshark/files/pkg-message new file mode 100644 index 000000000000..962a83350a3b --- /dev/null +++ b/net/wireshark/files/pkg-message @@ -0,0 +1,17 @@ +=============================================================================== + +In order for wireshark be able to capture packets when used by unprivileged +user, /dev/bpf should be in network group and have read-write permissions. +For example: + +# chgrp network /dev/bpf* +# chmod g+r /dev/bpf* +# chmod g+w /dev/bpf* + +In order for this to persist across reboots, add the following to +/etc/devfs.conf: + +own bpf* root:network +perm bpf* 0660 + +=============================================================================== diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index c84b8b825a03..360673928ff4 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -1,7 +1,11 @@ %%CAPINFOS%% %%CAPTYPE%% %%DFTEST%% +@group network +@mode 2555 bin/dumpcap +@mode +@group %%EDITCAP%% %%WIRESHARK%% %%MERGECAP%% |