Index: Makefile =================================================================== --- Makefile (revision 334952) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcpdump -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ @@ -29,12 +29,13 @@ USER_DESC= Drop privileges to nobody CHROOT_DESC= Chroot to /var/run/tcpdump (set CHROOTDIR to change) -NO_STAGE= yes .include # The --without-crypto flag needs to be explicitly specified. The # configure script gets confused if you specify --with-crypto and # thinks this means you *don't* want crypto. # + +CONFIGURE_ARGS+= --enable-pcap_setdirection --with-pcap_setdirection .if ${PORT_OPTIONS:MCRYPTO} USE_OPENSSL= yes .else @@ -72,7 +73,7 @@ @${REINPLACE_CMD} -e "s,\./\.\./${LIBPCAP_FORCE_VER}/libpcap\.a,${LOCALBASE}/lib/libpcap.so.1," ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: distinfo =================================================================== --- distinfo (revision 334952) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tcpdump-4.4.0.tar.gz) = 12274bed2cb89098dadf00a022b4d40853c5108369f3b3117aedf21ec61530bd -SIZE (tcpdump-4.4.0.tar.gz) = 915381 +SHA256 (tcpdump-4.5.1.tar.gz) = 14ab39657128f3a650aed4cf455f76c7590601087b6101c253d698f6e73f0b96 +SIZE (tcpdump-4.5.1.tar.gz) = 1024455