2008-11-16 16:10:10 by Adrian Portelli | Files touched by this commit (2) |
Log message:
libpcap dymanically generates man page sections based on the OS. For SunOS
MAN_MISC_INFO and MAN_FILE_FORMATS are in different sections to others so
account for this with some PLIST magic.
PKGREVISION++
|
2008-11-07 12:51:10 by David Brownlee | Files touched by this commit (1) |
Log message:
Alternate fix to DESTDIR issue - use INSTALLATION_DIRS=
|
2008-11-04 22:01:51 by David Brownlee | Files touched by this commit (1) |
Log message:
Fix install with USE_DESTDIR set. Bump pkgrevision
|
2008-10-30 17:35:08 by Matthias Scheler | Files touched by this commit (2) |  |
Log message:
Fix botched updated so that this package can actually be installed.
|
2008-10-30 09:12:52 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Changes 1.0.0:
* Compile with IPv6 support by default
* Compile with large file support on by default
* Add pcap-config script, which deals with -I/-L flags for compiling
* DLT: Add IPMB
* DLT: Add LAPD
* DLT: Add AX25 (AX.25 w/KISS header)
* DLT: Add JUNIPER_ST
* 802.15.4 support
* Variable length 802.11 header support
* X2E data type support
* SITA ACN Interface support - see README.sita
* Support for zerocopy BPF on platforms that support it
* Better support for dealing with VLAN tagging/stripping on Linux
* Fix dynamic library support on OSX
|
2008-10-30 09:12:34 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 1.0.0:
* Compile with IPv6 support by default
* Compile with large file support on by default
* Add pcap-config script, which deals with -I/-L flags for compiling
* DLT: Add IPMB
* DLT: Add LAPD
* DLT: Add AX25 (AX.25 w/KISS header)
* DLT: Add JUNIPER_ST
* 802.15.4 support
* Variable length 802.11 header support
* X2E data type support
* SITA ACN Interface support - see README.sita
* Support for zerocopy BPF on platforms that support it
* Better support for dealing with VLAN tagging/stripping on Linux
* Fix dynamic library support on OSX
|
2008-02-29 01:38:12 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package supports installation to DESTDIR.
|
2007-10-15 00:49:43 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Make the work around which deals with the missing include file
"/usr/include/net/if_pflog.h" a hack. The good news is that NetBSD 4.0
will ship with this include file which fixes the real problem.
|
2007-10-14 00:14:15 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pretend that "configure" didn't find "net/pfvar.h" if \
"net/if_pflog.h"
isn't installed, too. This fixes build problems under NetBSD 4.0_RC1
reported in PR pkg/37111.
|
2007-10-11 23:37:57 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.9.8:
* Change build process to put public libpcap headers into pcap subir
* DLT: Add value for IPMI IPMB packets
* DLT: Add value for u10 Networks boards
* Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
libpcap files on an OS other than where the file was generated
|