diff options
author | 2019-08-27 05:02:24 +0200 | |
---|---|---|
committer | 2019-08-27 05:07:04 +0200 | |
commit | bdca2eea3207dab54937f18140cc124e397fc905 (patch) | |
tree | 2bbd632330ad135d19aba590248a6c6c90c36ddf /net-analyzer/wireshark/files | |
parent | net-analyzer/wireshark: Stable for hppa (bug #682918) (diff) | |
download | gentoo-bdca2eea3207dab54937f18140cc124e397fc905.tar.gz gentoo-bdca2eea3207dab54937f18140cc124e397fc905.tar.bz2 gentoo-bdca2eea3207dab54937f18140cc124e397fc905.zip |
net-analyzer/wireshark: Old
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/files')
4 files changed, 0 insertions, 55 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-1.99.8-qtchooser.patch b/net-analyzer/wireshark/files/wireshark-1.99.8-qtchooser.patch deleted file mode 100644 index 47459515ee79..000000000000 --- a/net-analyzer/wireshark/files/wireshark-1.99.8-qtchooser.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/acinclude.m4 -+++ b/acinclude.m4 -@@ -2149,7 +2149,6 @@ - # -qt={version} argument, otherwise we look for particular - # tool versions using tool name suffixes. - # -- AC_PATH_PROG(QTCHOOSER, qtchooser) - if test ! -z "$QTCHOOSER"; then - # - # We found qtchooser; we assume that means that diff --git a/net-analyzer/wireshark/files/wireshark-2.6.2-qtsvg.patch b/net-analyzer/wireshark/files/wireshark-2.6.2-qtsvg.patch deleted file mode 100644 index 445851090a69..000000000000 --- a/net-analyzer/wireshark/files/wireshark-2.6.2-qtsvg.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -939,14 +939,12 @@ - Qt5LinguistTools - Qt5Multimedia - Qt5PrintSupport -- Qt5Svg - Qt5Widgets - ) - set(Qt5Core_OPTIONS ${QT_FIND_PACKAGE_OPTIONS}) - set(Qt5LinguistTools_OPTIONS ${QT_FIND_PACKAGE_OPTIONS}) - set(Qt5Multimedia_OPTIONS ${QT_FIND_PACKAGE_OPTIONS}) - set(Qt5PrintSupport_OPTIONS ${QT_FIND_PACKAGE_OPTIONS}) -- set(Qt5Svg_OPTIONS ${QT_FIND_PACKAGE_OPTIONS}) - set(Qt5Widgets_OPTIONS ${QT_FIND_PACKAGE_OPTIONS}) - if (APPLE) - set(PACKAGELIST ${PACKAGELIST} Qt5MacExtras) diff --git a/net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch deleted file mode 100644 index 654c2c82db17..000000000000 --- a/net-analyzer/wireshark/files/wireshark-2.6.6-androiddump-wsutil.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -2843,6 +2843,7 @@ - if(HAVE_LIBPCAP) - set(androiddump_LIBS - ui -+ wsutil - ${GLIB2_LIBRARIES} - ${PCAP_LIBRARIES} - ) -@@ -2853,6 +2854,7 @@ - set(androiddump_LIBS - ui - wiretap -+ wsutil - ${GLIB2_LIBRARIES} - ${ZLIB_LIBRARIES} - ${CMAKE_DL_LIBS} diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch deleted file mode 100644 index db1c560848ec..000000000000 --- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/extcap/Makefile.am -+++ b/extcap/Makefile.am -@@ -32,6 +32,7 @@ - ../ui/libui.a \ - ../wiretap/libwiretap.la \ - ../wsutil/libwsutil.la \ -+ @PCAP_LIBS@ \ - @GLIB_LIBS@ - - randpktdump_SOURCES = \ |