[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7fa212cd3871ab308555dc8a2ca73b58ec849725)

Vlad Glagolev scm at sourcemage.org
Wed Sep 1 08:45:13 EDT 2010


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 security/wireshark/CONFIGURE |    4 ++--
 security/wireshark/DEPENDS   |   16 +++++++++-------
 security/wireshark/HISTORY   |    4 ++++
 3 files changed, 15 insertions(+), 9 deletions(-)

New commits:
commit 7fa212cd3871ab308555dc8a2ca73b58ec849725
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    wireshark: post-update fixes

diff --git a/security/wireshark/CONFIGURE b/security/wireshark/CONFIGURE
index 37301d5..cf67d9b 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 3eb495b..c79165f 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 4c24a5c..4066491 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,7 @@
+2010-09-01 Vlad Glagolev <stealth at sourcemage.org>
+	* CONFIGURE: sentence case
+	* DEPENDS: added python dependency; only GTK+2 is supported
+
 2010-08-30 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.4.0
 



More information about the SM-Commit mailing list