bd17 FreshPorts -- net/libpcap
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libpcap 1.4.0 net on this many watch lists=18 search for ports that depend on this port
Ubiquitous network traffic capture library
Maintained by: wxs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 Dec 2003 18:33:48
Also Listed In: ipv6
License: not specified in port


libpcap is a ubiquitous network traffic capture library used by a wide
variety of BSD, Linux and UN*X applications.

Whilst FreeBSD has a vendor branch import of libpcap in its source tree,
the purpose of the port is to provide a means of offering additional,
bleeding-edge features which might not make it into the tree.
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/bison
  2. devel/gmake

This port is required by:

for Build for Libraries

To install the port: cd /usr/ports/net/libpcap/ && make install clean
To add the package: pkg_add -r libpcap


Configuration Options
===> The following configuration options are available for libpcap-1.4.0:
     DAG=off: Support for Endace DAG hardware
     IPV6=on: IPv6 protocol support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.tcpdump.org/release/

Number of commits found: 35

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
30 May 2013 02:15:01
Original commit files touched by this commit  1.4.0
wxs search for other commits by this committer
Update to 1.4.0.
08 Mar 2013 11:32:12
Original commit files touched by this commit  1.3.0
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
19 Jun 2012 01:38:43
Original commit files touched by this commit  1.3.0
wxs search for other commits by this committer
Update to 1.3.0.
While here convert to new-style options.
15 Jan 2012 03:15:56
Original commit files touched by this commit  1.2.1
wxs search for other commits by this committer
- Update to 1.2.1.
- Remove two patch files which are now in this release.
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.1.1_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
22 May 2011 17:15:21
Original commit files touched by this commit  1.1.1_1
wxs search for other commits by this committer
Bring in commit ecdc5c0a7f7591a7cd4aff696e42757c677fbbf7 from upstream.
This fixes a crash when using 'ip6 protochain' filters.

PR:             kern/157188
Submitted by:   plosher@
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.1.1
miwi search for other commits by this committer
- Get Rid MD5 support
26 Sep 2010 14:48:46
Original commit files touched by this commit  1.1.1
wxs search for other commits by this committer
Correctly support interface descriptions.

PR:             ports/150860
Submitted by:   Lucius Windschuh <lwindschuh@gmail.com>
Obtained from:  libpcap git repository
16 Aug 2010 02:20:43
Original commit files touched by this commit  1.1.1
wxs search for other commits by this committer
Fix building when using WITH_DAG.

PR:             ports/149008
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
21 Apr 2010 01:51:03
Original commit files touched by this commit  1.1.1
wxs search for other commits by this committer
Attempt to unbreak on sparc64

Noticed by:     linimon@ (via pointyhat)
07 Apr 2010 19:49:12
Original commit files touched by this commit  1.1.1
wxs search for other commits by this committer
- Update to 1.1.1. It now installs libpcap.so.1 instead of libpcap.so.3.
01 Mar 2010 19:14:02
Original commit files touched by this commit  1.0.0_1
wxs search for other commits by this committer
- Fix build on -CURRENT.

Obtained from:  r203052
Feature safe:   yes
24 Jan 2010 22:14:45
Original commit files touched by this commit  1.0.0_1
wxs search for other commits by this committer
- Explictly declare when cloning is allowed.
  Bump PORTREVISION to address this for older packages.
- While here fix whitespace.

Noticed by:     csjp@
09 May 2009 02:46:09
Original commit files touched by this commit  1.0.0
wxs search for other commits by this committer
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
  is MAKE_JOBS_UNSAFE).
24 Apr 2009 14:39:33
Original commit files touched by this commit  1.0.0
wxs search for other commits by this committer
- Pick up maintainership on these ports.
24 Apr 2009 13:43:48
Original commit files touched by this commit  1.0.0
bms search for other commits by this committer
Drop maintainership.
24 Apr 2009 13:42:36
Original commit files touched by this commit  1.0.0
bms search for other commits by this committer
Update to 1.0.0.
17 Oct 2007 10:13:01
Original commit files touched by this commit  0.9.7_1
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
04 Aug 2007 11:41:31
Original commit files touched by this commit  0.9.7
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
02 Aug 2007 21:25:25
Original commit files touched by this commit  0.9.7
bms search for other commits by this committer
libpcap -> 0.9.7
23 Jul 2007 09:36:52
Original commit files touched by this commit  0.9.6
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
09 Jul 2007 10:28:11
Original commit files touched by this commit  0.9.6
bms search for other commits by this committer
Fix LIBPCAP_OVERWRITE_BASE for 0.9.6.

Submitted by:   Craig Leres
03 Jul 2007 16:26:32
Original commit files touched by this commit  0.9.6
bms search for other commits by this committer
Update to 0.9.6.

PR:             ports/114212
Submitted by:   Robin Gruyters
19 Dec 2006 10:31:17
Original commit files touched by this commit  0.9.5
bms search for other commits by this committer
add to ipv6 category

PR:             106895
Submitted by:   Janos Mohacsi
08 Oct 2006 16:37:58
Original commit files touched by this commit  0.9.5
bms search for other commits by this committer
Update to 0.9.5.

PR:             104147
Submitted by:   chinsan
04 Aug 2006 12:34:50
Original commit files touched by this commit  0.9.4
erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
02 Aug 2006 11:22:45
Original commit files touched by this commit  0.9.4
bms search for other commits by this committer
Fix port for values of LIBPCAP_OVERWRITE_BASE which are defined.

PR:             ports/95060
Submitted by:   Craig Leres
13 Dec 2005 00:13:51
Original commit files touched by this commit  0.9.4
bms search for other commits by this committer
Update to libpcap 0.9.4 and tcpdump 3.9.4.
Add new MASTER_SITE mirror icrew.org.
13 Nov 2005 12:29:21
Original commit files touched by this commit  0.8.3_1
pav search for other commits by this committer
- Build with -fPIC on amd64 to fix build of net/p5-Net-Pcap module
- Use USE_BISON

Approved by:    bms (maintainer)
31 Mar 2004 00:14:06
Original commit files touched by this commit  0.8.3
bms search for other commits by this committer
Update tcpdump/libpcap ports for new releases 3.8.3/0.8.3. Reset PORTREVISION.
Update radiotap patches as radiotap is not yet in tcpdump release branch
due to endianness issues.
25 Mar 2004 03:13:15
Original commit files touched by this commit  0.8.1_352
bms search for other commits by this committer
SIZE update jumbo-commit.

Submitted by:   trevor
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.8.1_352
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
19 Jan 2004 19:52:25
Original commit files touched by this commit  0.8.1_351
bms search for other commits by this committer
Decouple ${PORTREVISION} from ${DISTNAME}.

Submitted by:   nectar
Pointy hat to:  bms, edwin
13 Jan 2004 18:04:51
Original commit files touched by this commit  0.8.1_351
bms search for other commits by this committer
Update libpcap to latest beta version and add option to overwrite base system
version of libpcap.

PR:             ports/61096
Submitted by:   edwin
10 Dec 2003 18:32:13
Original commit files touched by this commit  0.8.1
bms search for other commits by this committer
Add a port of libpcap 0.8.1. Some work is being done around tcpdump and
libpcap right now, in the areas of wireless and mesh networking. Import
this port so as not to disturb the vendor branch, and bring the bleeding
edge stuff to a wider audience.

Sponsored by:   consume.net

Number of commits found: 35

28ab
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight85
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0