Index: head/net/tcpdump/Makefile =================================================================== --- head/net/tcpdump/Makefile (revision 196989) +++ head/net/tcpdump/Makefile (revision 196990) @@ -1,104 +1,104 @@ # New ports collection makefile for: tcpdump # Date created: 10 December 2003 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= tcpdump -PORTVERSION= 3.9.6 +PORTVERSION= 3.9.7 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ \ http://www.icrew.org/mirror/tcp_dump/tcpdump_3_9/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= bms@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool # TODO: Add strict sanity check that we're compiling against a # version of libpcap with which this tcpdump release is compatible. # .if defined(TCPDUMP_OVERWRITE_BASE) || !defined(WITH_LIBPCAP_BASE) BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= tcpdump.1 GNU_CONFIGURE= yes .if defined(TCPDUMP_OVERWRITE_BASE) PREFIX= /usr PKGNAMESUFFIX= -overwrite-base MANPREFIX= ${TARGETDIR}/share PLIST_SUB+= NOTBASE="@comment " PLIST_SUB+= BASE="" PKGMESSAGE= ${FILESDIR}/pkg-message-base .else PLIST_SUB+= BASE="@comment " PLIST_SUB+= NOTBASE="" .endif # Compilation Options # # Special options: # TCPDUMP_OVERWRITE_BASE Overwrite the base system's tcpdump binary. # Implies the use of the libpcap port. # # User-definable switches: # WITHOUT_CRYPTO Build without IPSEC or TCPMD5 decryption. # WITHOUT_IPV6 Build without IPV6 support. # WITH_LIBPCAP_BASE Use libpcap from the base system instead of ports. # # Defaults: WITHOUT_LIBPCAP_BASE WITH_CRYPTO WITH_IPV6 # 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. # .if defined(WITHOUT_CRYPTO) CONFIGURE_ARGS+= --without-crypto .else USE_OPENSSL= defined .endif .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif # When compiling against the port, it's necessary to force the # port to look for libpcap in ${LOCALPCAPBASE} first, for both # the configure and build steps. # .if defined(TCPDUMP_OVERWRITE_BASE) || !defined(WITH_LIBPCAP_BASE) LOCALPCAPBASE= ${LOCALBASE} CONFIGURE_ENV+= CFLAGS="-L${LOCALPCAPBASE}/lib" .else LOCALPCAPBASE= /usr .endif LOCALPCAPFILES= include/pcap.h include/pcap-namedb.h include/pcap-bpf.h \ lib/libpcap.a -WRKPCAPDIR= ${WRKDIR}/libpcap-0.9.4 +WRKPCAPDIR= ${WRKDIR}/libpcap-0.9.7 .include # When building tcpdump against a particular pcap version, it expects to # find a built, untarred source tree in the parent of the work tree. # Build a symlink farm which points to the installed versions of the # required files, in order to produce the files it wants without # requiring that the libpcap distfile be untarred. # pre-configure: ${MKDIR} ${WRKPCAPDIR} .for i in ${LOCALPCAPFILES} ${LN} -s ${LOCALPCAPBASE}/$i ${WRKPCAPDIR} .endfor .if defined(TCPDUMP_OVERWRITE_BASE) post-install: ${CAT} ${PKGMESSAGE} .endif .include Property changes on: head/net/tcpdump/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/net/tcpdump/distinfo =================================================================== --- head/net/tcpdump/distinfo (revision 196989) +++ head/net/tcpdump/distinfo (revision 196990) @@ -1,3 +1,3 @@ -MD5 (tcpdump-3.9.6.tar.gz) = f564e46e595603ce908b54074e3709d3 -SHA256 (tcpdump-3.9.6.tar.gz) = 242b27388ada00d0c40097cef0d56ac5bdbb0a5d81dffb480cdd91b109e10d8d -SIZE (tcpdump-3.9.6.tar.gz) = 712992 +MD5 (tcpdump-3.9.7.tar.gz) = 2aacf4dc9a3bc500a8b4f3887a32cdd5 +SHA256 (tcpdump-3.9.7.tar.gz) = 09f1daece22a3555f1ca1f9779caf36357cc8d5b9ad1964606093c7e884e0da4 +SIZE (tcpdump-3.9.7.tar.gz) = 873866 Property changes on: head/net/tcpdump/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property