Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/, net-analyzer/tcptrace/files/
Date: Wed, 02 Jan 2019 13:48:27
Message-Id: 1546436899.25fc8c77e8ce2b16e0a5ceb24bbbf34462c7353b.jer@gentoo
1 commit: 25fc8c77e8ce2b16e0a5ceb24bbbf34462c7353b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 13:47:56 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 13:48:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fc8c77
7
8 net-analyzer/tcptrace: Version 6.6.7_p5
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/tcptrace/Manifest | 1 +
14 .../files/tcptrace-6.6.7-_DEFAULT_SOURCE.patch | 14 ++++++
15 net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild | 58 ++++++++++++++++++++++
16 3 files changed, 73 insertions(+)
17
18 diff --git a/net-analyzer/tcptrace/Manifest b/net-analyzer/tcptrace/Manifest
19 index c2006a3c04c..38a5487049c 100644
20 --- a/net-analyzer/tcptrace/Manifest
21 +++ b/net-analyzer/tcptrace/Manifest
22 @@ -1,2 +1,3 @@
23 DIST tcptrace-6.6.7.tar.gz 3773308 BLAKE2B cae5816cb25c33f71c316d14de3c18ff26f0e7452375a962b88c4818ca7c43425e7298e788bd8cb43f2e22ac7dc9b89ed1921b7bd70d0e8befab3ee791453fb1 SHA512 3638770c342aea6c71aa556e758ed22e1fd44730f6c652cf82d3861eb1c31b186952c660071bd1df45020b80eaf9dd090a4ff58c979cc907eb8154dcb7b9b432
24 DIST tcptrace_6.6.7-4.1.diff.gz 29161 BLAKE2B 83768d0a6f14525f20b484421181078a3cf7ac3adeada3cf02a7441530593632743c6e515dd8738f5a4692422d97f4eb718dda076a234489096a10defb97dd5f SHA512 2f6dfeb8e15faa0151bdbb18194587e51de040f63117eb1b469a826091d5c1e5eb41a306bdc94e89ce993d0d04ec31324e5f7eea0a1a52852e07ee80006b2087
25 +DIST tcptrace_6.6.7-5.debian.tar.xz 6236 BLAKE2B 21d35b625fdc7b94c29b2be595ac39488578f08c53e5dde98953bbebaa2d8d96de968b746dd107ea78365a77f1fe7aa5abfeb3aeef4473c9020587f93066000c SHA512 6265d0bfb25f256c8f356cda731c48f869fe3e9d9504ed6afd0e98a3c2caf5dbcff73373c338be111712713b9a501fae886bb06723796103bac4dec5d8fcfaf6
26
27 diff --git a/net-analyzer/tcptrace/files/tcptrace-6.6.7-_DEFAULT_SOURCE.patch b/net-analyzer/tcptrace/files/tcptrace-6.6.7-_DEFAULT_SOURCE.patch
28 new file mode 100644
29 index 00000000000..4513f510049
30 --- /dev/null
31 +++ b/net-analyzer/tcptrace/files/tcptrace-6.6.7-_DEFAULT_SOURCE.patch
32 @@ -0,0 +1,14 @@
33 +--- a/configure.in
34 ++++ b/configure.in
35 +@@ -93,9 +93,9 @@
36 + *cygwin*) V_PCAP_LDLIBS="-lwpcap";
37 + esac
38 +
39 +-dnl define _BSD_SOURCE for libc-2
40 ++dnl define _DEFAULT_SOURCE for libc-2
41 + if [[ -f /lib/libc-2* ]]; then
42 +- V_DEFINES="$V_DEFINES -D_BSD_SOURCE"
43 ++ V_DEFINES="$V_DEFINES -D_DEFAULT_SOURCE"
44 + fi
45 +
46 + AC_SUBST(V_CCOPT)
47
48 diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild
49 new file mode 100644
50 index 00000000000..acb7c415420
51 --- /dev/null
52 +++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p5.ebuild
53 @@ -0,0 +1,58 @@
54 +# Copyright 1999-2019 Gentoo Authors
55 +# Distributed under the terms of the GNU General Public License v2
56 +
57 +EAPI=7
58 +inherit autotools
59 +
60 +DESCRIPTION="A Tool for analyzing network packet dumps"
61 +HOMEPAGE="http://www.tcptrace.org/"
62 +SRC_URI="
63 + http://www.tcptrace.org/download/${P/_p*}.tar.gz
64 + http://www.tcptrace.org/download/old/6.6/${P/_p*}.tar.gz
65 + mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
66 +"
67 +
68 +SLOT="0"
69 +LICENSE="GPL-2"
70 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
71 +
72 +DEPEND="
73 + net-libs/libpcap
74 +"
75 +RDEPEND="
76 + ${DEPEND}
77 +"
78 +PATCHES=(
79 + "${FILESDIR}"/${P/_p*}-cross-compile.patch
80 + "${FILESDIR}"/${P/_p*}-_DEFAULT_SOURCE.patch
81 +)
82 +S=${WORKDIR}/${P/_p*}
83 +
84 +src_prepare() {
85 + default
86 +
87 + eapply \
88 + $(awk '{ print "'"${WORKDIR}"'/debian/patches/" $0; }' < "${WORKDIR}"/debian/patches/series)
89 +
90 + eautoreconf
91 +}
92 +
93 +src_compile() {
94 + emake CCOPT="${CFLAGS}"
95 +}
96 +
97 +src_install() {
98 + dobin tcptrace xpl2gpl
99 +
100 + newman tcptrace.man tcptrace.1
101 + dodoc CHANGES COPYRIGHT FAQ README* THANKS WWW
102 +}
103 +
104 +pkg_postinst() {
105 + if ! has_version ${CATEGORY}/${PN}; then
106 + elog "Note: tcptrace outputs its graphs in the xpl (xplot)"
107 + elog "format. Since xplot is unavailable, you will have to"
108 + elog "use the included xpl2gpl utility to convert it to"
109 + elog "the gnuplot format."
110 + fi
111 +}