Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.4.6-wspy_dissectors_dir.patch
Date: Fri, 29 Apr 2011 09:51:18
Message-Id: 20110429095108.7879B2004B@flycatcher.gentoo.org
1 pva 11/04/29 09:51:08
2
3 Added: wireshark-1.4.6-wspy_dissectors_dir.patch
4 Log:
5 Fix wspy_dissectors error, bug 363895#c5. Drop stable keywords on 1.4.5 as it's buggy.
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-analyzer/wireshark/files/wireshark-1.4.6-wspy_dissectors_dir.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.4.6-wspy_dissectors_dir.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.4.6-wspy_dissectors_dir.patch?rev=1.1&content-type=text/plain
14
15 Index: wireshark-1.4.6-wspy_dissectors_dir.patch
16 ===================================================================
17 === modified file 'epan/wspython/Makefile.am'
18 --- epan/wspython/Makefile.am 2011-04-29 06:57:10 +0000
19 +++ epan/wspython/Makefile.am 2011-04-29 07:15:20 +0000
20 @@ -44,12 +44,14 @@
21 libwspython_la_CFLAGS = @PY_CFLAGS@
22
23 wspythondir=@pythondir@
24 +wspythondissectorsdir=@pythondir@/wspy_dissectors
25
26 wspython_DATA= \
27 register-dissector.py \
28 wspy_dissector.py \
29 wspy_libws.py
30
31 +wspythondissectors_DATA=
32
33 EXTRA_DIST = \
34 Makefile.common \