cvs commit: ports/net/tcpdump Makefile ports/net/tcpdump/files extra-patch-openssl-configure.in patch-print-ppp.c

Bruce M Simpson bms at FreeBSD.org
Sat Jan 22 16:39:02 PST 2005


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)


More information about the cvs-all mailing list