summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-09-01 16:45:00 +0400
committerVlad Glagolev2010-09-01 16:45:00 +0400
commit7fa212cd3871ab308555dc8a2ca73b58ec849725 (patch)
tree3342561c388ccabdff95aa313b356a3aa1e3444c
parent2973e0e529144c1ab0484f46bf7dec3084eae2c0 (diff)
wireshark: post-update fixes
-rwxr-xr-xsecurity/wireshark/CONFIGURE4
-rwxr-xr-xsecurity/wireshark/DEPENDS16
-rw-r--r--security/wireshark/HISTORY4
3 files changed, 15 insertions, 9 deletions
diff --git a/security/wireshark/CONFIGURE b/security/wireshark/CONFIGURE
index 37301d5cb1..cf67d9becc 100755
--- a/security/wireshark/CONFIGURE
+++ b/security/wireshark/CONFIGURE
@@ -1,8 +1,8 @@
config_query_option WIRESHARK_OPTS \
- "enable IPv6?" y \
+ "Enable IPv6?" y \
"--enable-ipv6" \
"--disable-ipv6" &&
config_query_option WIRESHARK_OPTS \
- "install dumpcap as setuid?" n \
+ "Install dumpcap as setuid?" n \
"--enable-setuid-install" ""
diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index 3eb495bdb9..c79165f7c4 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -2,6 +2,10 @@ depends glibc "--enable-threads" &&
depends glib2 &&
depends libpcap &&
+optional_depends gtk+2 \
+ "--enable-wireshark" "--disable-wireshark" \
+ "for GTK+2 GUI support" &&
+
optional_depends zlib \
"--with-zlib" "--without-zlib" \
"to read compressed data" &&
@@ -30,6 +34,10 @@ optional_depends libgcrypt \
"--with-gcrypt" "--without-gcrypt" \
"for gcrypt library support" &&
+optional_depends python \
+ "--with-python" "--without-python" \
+ "for Python scripting support" &&
+
optional_depends lua \
"--with-lua" "--without-lua" \
"for Lua scripting support" &&
@@ -48,10 +56,4 @@ optional_depends adns \
optional_depends libsmi \
"--with-libsmi" "--without-libsmi" \
- "to do more sophisticated decoding of SNMP packets" &&
-
-optional_depends gtk+2 "" "" "for GTK+2 GUI support" &&
-
-if ! is_depends_enabled $SPELL gtk+2; then
- optional_depends gtk "--disable-gtk2" "" "for GTK+1 GUI support"
-fi
+ "to do more sophisticated decoding of SNMP packets"
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 4c24a5ccbe..4066491f31 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,7 @@
+2010-09-01 Vlad Glagolev <stealth@sourcemage.org>
+ * CONFIGURE: sentence case
+ * DEPENDS: added python dependency; only GTK+2 is supported
+
2010-08-30 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.4.0