Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ed96152035e0719c3df96984e73516e2d95069ae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ed96152035e0719c3df96984e73516e2d95069ae)
  • Date: Sun, 9 Jun 2013 04:06:04 -0500

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

security/wireshark/DEPENDS | 7 ++++---
security/wireshark/HISTORY | 5 +++++
security/wireshark/PRE_BUILD | 4 ++++
security/wireshark/doc-encoding.patch | 21 +++++++++++++++++++++
4 files changed, 34 insertions(+), 3 deletions(-)

New commits:
commit ed96152035e0719c3df96984e73516e2d95069ae
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wireshark: fixed build (doc generation)

diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index 2ef7b10..b4272d1 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -30,9 +30,10 @@ optional_depends libgcrypt \
"--with-gcrypt" "--without-gcrypt" \
"for gcrypt library support" &&

-optional_depends python \
- "--with-python" "--without-python" \
- "for Python scripting support" &&
+# support is broken except in development branch
+#optional_depends python \
+# "--with-python" "--without-python" \
+# "for Python scripting support" &&

optional_depends lua51 \
"--with-lua" "--without-lua" \
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 6bb8062..bfa37b4 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,8 @@
+2013-06-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: commented python support
+ * PRE_BUILD: added, to apply patch
+ * doc-encoding.patch: added, to fix build with new Perl (pod2man)
+
2013-06-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.10.0

diff --git a/security/wireshark/PRE_BUILD b/security/wireshark/PRE_BUILD
new file mode 100755
index 0000000..7a4be16
--- /dev/null
+++ b/security/wireshark/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/doc-encoding.patch"
diff --git a/security/wireshark/doc-encoding.patch
b/security/wireshark/doc-encoding.patch
new file mode 100644
index 0000000..94f85d9
--- /dev/null
+++ b/security/wireshark/doc-encoding.patch
@@ -0,0 +1,21 @@
+--- doc/asn2deb.pod.orig 2013-05-21 03:00:25.000000000 +0400
++++ doc/asn2deb.pod 2013-06-09 12:28:54.264075709 +0400
+@@ -1,3 +1,4 @@
++=encoding ISO8859-1
+
+ =head1 NAME
+
+--- doc/idl2deb.pod.orig 2013-05-21 03:00:25.000000000 +0400
++++ doc/idl2deb.pod 2013-06-09 12:29:10.085321169 +0400
+@@ -1,3 +1,4 @@
++=encoding ISO8859-1
+
+ =head1 NAME
+
+--- doc/wireshark.pod.template.orig 2013-05-21 02:17:14.000000000 +0400
++++ doc/wireshark.pod.template 2013-06-09 12:28:31.164717330 +0400
+@@ -1,3 +1,4 @@
++=encoding UTF-8
+
+ =head1 NAME
+



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ed96152035e0719c3df96984e73516e2d95069ae), Vlad Glagolev, 06/09/2013

Archive powered by MHonArc 2.6.24.

Top of Page