mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to 2.2.2
(libpcapnav-support is disabled because libpcapnav links against libpcap.so from base and the port itself links against libpcap.a from the port. I haven't checked if this would indeed cause problems, but sounds like asking for trouble to me) Closes PR: ports/64866 Submitted by: Gaspar Chilingarov Approved by: maintainer timeout
This commit is contained in:
parent
aa9216ba2a
commit
942ecd5f45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112062
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tcpreplay
|
||||
PORTVERSION= 1.4.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,12 +14,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= smace@FreeBSD.org
|
||||
COMMENT= A tool to replay saved packet capture files
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \
|
||||
${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE}
|
||||
# Pickup correct pcap.h; CFLAGS gets overwritten
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
|
||||
--without-pcapnav-config
|
||||
|
||||
MAN1= capinfo.1 tcpprep.1 pcapmerge.1
|
||||
MAN1= capinfo.1 tcpprep.1 pcapmerge.1 flowreplay.1
|
||||
MAN8= tcpreplay.8
|
||||
|
||||
PLIST_FILES= bin/capinfo bin/pcapmerge bin/tcpprep sbin/tcpreplay bin/flowreplay
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tcpreplay-1.4.6.tar.gz) = 0fe0dfc1fac8bad23846d33ac04ade3a
|
||||
SIZE (tcpreplay-1.4.6.tar.gz) = 488637
|
||||
MD5 (tcpreplay-2.2.2.tar.gz) = 45f531fe73d58079d83ec613fcdc710c
|
||||
SIZE (tcpreplay-2.2.2.tar.gz) = 526814
|
||||
|
@ -1,4 +0,0 @@
|
||||
bin/capinfo
|
||||
bin/pcapmerge
|
||||
bin/tcpprep
|
||||
sbin/tcpreplay
|
Loading…
Reference in New Issue
Block a user