Date: Sun, 23 Jan 2005 00:39:01 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcpdump Makefile ports/net/tcpdump/files extra-patch-openssl-configure.in patch-print-ppp.c Message-ID: <200501230039.j0N0d1A6003089@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2005-01-23 00:39:01 UTC FreeBSD ports repository (src committer) Modified files: net/tcpdump Makefile Added files: net/tcpdump/files extra-patch-openssl-configure.in patch-print-ppp.c Log: Mega-commit fixing several outstanding issues with the port. Fix inconsistent configure-time behaviour. Previously, the tcpdump port would look at the base system pcap, then attempt to link against the port. This caused spurious link failures, and should fix build on IA64. Add a new switch, WITH_LIBPCAP_PORT, to force the use of libpcap from ports. Rototile the build-time options for the port, and document them. Fix detection of the OpenSSL libraries; 0.9.7d and later renamed the des_cbc_encrypt function to DES_cbc_encrypt, so deal with this by rebuilding configure after patching configure.in. Incorporate fix for PR bin/76497 suggested by keramida@ (logic error in the PPP IPV6CP parser). Make some stylistic fixes while we're at it, and improve comments. Mark as unbroken on -CURRENT. Bump PORTREVISION. PR: bin/76497 (possibly others) Revision Changes Path 1.10 +58 -15 ports/net/tcpdump/Makefile 1.1 +11 -0 ports/net/tcpdump/files/extra-patch-openssl-configure.in (new) 1.1 +227 -0 ports/net/tcpdump/files/patch-print-ppp.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501230039.j0N0d1A6003089>