notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
packetdrill Network stack testing tool
0.0.2023062500 net on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.2023062500Version of this port present on the latest quarterly branch.
Maintainer: olivier@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-07-20 21:38:04
Last Update: 2023-10-09 07:40:29
Commit Hash: f6c3a40
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: GPLv2
WWW:
https://github.com/freebsd-net/packetdrill
Description:
The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device. See also WWW: https://github.com/google/packetdrill
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/packetdrill
  2. /usr/local/share/licenses/packetdrill-0.0.2023062500/catalog.mk
  3. /usr/local/share/licenses/packetdrill-0.0.2023062500/LICENSE
  4. /usr/local/share/licenses/packetdrill-0.0.2023062500/GPLv2
Collapse this list.
Dependency lines:
  • packetdrill>0:net/packetdrill
To install the port:
cd /usr/ports/net/packetdrill/ && make install clean
To add the package, run one of these commands:
  • pkg install net/packetdrill
  • pkg install packetdrill
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: packetdrill
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1688051642 SHA256 (freebsd-net-packetdrill-0.0.2023062500-aebdc35_GH0.tar.gz) = c1f0fa965d345aa6aa3ab81bdd224dddea90ac0bc1fa6458e12af23e48e62d2c SIZE (freebsd-net-packetdrill-0.0.2023062500-aebdc35_GH0.tar.gz) = 364128

Packages (timestamps in pop-ups are UTC):
packetdrill
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0.20230625000.0.20230625000.0.20200821010.0.20230625000.0.2023062500-0.0.2020082101-
FreeBSD:13:quarterly0.0.20230625000.0.2023062500-0.0.20230625000.0.20230625000.0.20230625000.0.20230625000.0.2023062500
FreeBSD:14:latest0.0.20230625000.0.20230625000.0.20220324010.0.20230625000.0.20230625000.0.2022032401-0.0.2022032401
FreeBSD:14:quarterly0.0.20230625000.0.2023062500-0.0.20230625000.0.20230625000.0.20230625000.0.20230625000.0.2023062500
FreeBSD:15:latest0.0.20230625000.0.2023062500n/a0.0.2023062500n/a0.0.20230625000.0.20230625000.0.2023062500
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Run
  1. net/tcptestsuite

Configuration Options:
===> The following configuration options are available for packetdrill-0.0.2023062500: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
net_packetdrill
USES:
bison python:run uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/freebsd-net/packetdrill/tar.gz/aebdc35?dummy=/
Collapse this list.

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.2023062500
09 Oct 2023 07:40:29
commit hash: f6c3a4092779ca6fc4db3cf5bcb387fa3b268921commit hash: f6c3a4092779ca6fc4db3cf5bcb387fa3b268921commit hash: f6c3a4092779ca6fc4db3cf5bcb387fa3b268921commit hash: f6c3a4092779ca6fc4db3cf5bcb387fa3b268921 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
net/packetdrill: fix build on armv7, FreeBSD 12

 - make a symbol new in FreeBSD 13 optional
 - mark a union as packed that will require unaligned access
 - define TEST_TARGET

Approved by:	portmgr (build fix blanket)
MFH:		2023Q4
0.0.2023062500
27 Sep 2023 13:27:32
commit hash: 41d81a86e060f6144a54600660a59ee3b7981d14commit hash: 41d81a86e060f6144a54600660a59ee3b7981d14commit hash: 41d81a86e060f6144a54600660a59ee3b7981d14commit hash: 41d81a86e060f6144a54600660a59ee3b7981d14 files touched by this commit
Olivier Cochard (olivier) search for other commits by this committer
net/packetdrill: Drop FreeBSD 12

While here, fix portlint complains about missing WWW tag.
Reported by:	pkg-fallout
0.0.2023062500
29 Jun 2023 19:37:01
commit hash: 062df5cfbca550365987973693677a138a774587commit hash: 062df5cfbca550365987973693677a138a774587commit hash: 062df5cfbca550365987973693677a138a774587commit hash: 062df5cfbca550365987973693677a138a774587 files touched by this commit
Olivier Cochard (olivier) search for other commits by this committer
net/packetdrill: Update to 20230625

And take maintainership.

PR:		272283
Approved by:	kbowling
Sponsored by:	Netflix
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.0.2022032401
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.2022032401
01 Apr 2022 14:05:04
commit hash: 643dd1b5650e79fce12b5d59f9e16d59427c0f4ecommit hash: 643dd1b5650e79fce12b5d59f9e16d59427c0f4ecommit hash: 643dd1b5650e79fce12b5d59f9e16d59427c0f4ecommit hash: 643dd1b5650e79fce12b5d59f9e16d59427c0f4e files touched by this commit
Olivier Cochard (olivier) search for other commits by this committer
net/packetdrill: Update to 20220324

PR:		262767
Approved by:	kbowling (maintainer)
0.0.2020082101
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
0.0.2020082101
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.0.2020082101
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.0.2020082101
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.0.2020082101
22 Feb 2021 17:12:36
Revision:566315Original commit files touched by this commit
kbowling search for other commits by this committer
net/packetdrill: Fix build with PIE

PR:		253275
Submitted by:	Dawid Gorecki <dgr@semihalf.com>
Approved by:	kbowling (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28865
0.0.2020082101
05 Nov 2020 01:21:10
Revision:554115Original commit files touched by this commit
kbowling search for other commits by this committer
net/packetdrill: Mark as broken on 11.x due to TFO struct differences

Sponsored by:	BBOX.io
0.0.2020082101
28 Aug 2020 23:52:50
Revision:546850Original commit files touched by this commit
kbowling search for other commits by this committer
net/packetdrill: Update to 20200821, and fix clang11

Sponsored by:	BBOX.io
0.0.2019022601
09 Oct 2019 12:17:15
Revision:514143Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for n* category as it is not relevant anymore
0.0.2019022601
27 Feb 2019 09:25:37
Revision:494036Original commit files touched by this commit
kbowling search for other commits by this committer
net/packetdrill: update to 2019/02/26 head

Reviewed by:	tuexen
Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D19371
0.0.2018081901
02 Nov 2018 13:32:35
Revision:483807Original commit files touched by this commit
rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
0.0.2018081901
13 Sep 2018 12:01:25
Revision:479672Original commit files touched by this commit
kbowling search for other commits by this committer
net/packetdrill: mark as ignored on FreeBSD 10.x

Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17145
0.0.2018081901
06 Sep 2018 17:35:31
Revision:479109Original commit files touched by this commit
kbowling search for other commits by this committer
net/packetdrill: fix forgotten distinfo update in rP478992

Approved by:	timur (mentor), krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17060
0.0.2018081901
04 Sep 2018 21:54:22
Revision:478992Original commit files touched by this commit
kbowling search for other commits by this committer
net/packetdrill: Take port maintainership and update

PR:		230719
Reviewed by:	tuexen
Approved by:	timur (mentor)
Differential Revision:	https://reviews.freebsd.org/D17024
0.0.2018012501
27 Feb 2018 22:03:03
Revision:463164Original commit files touched by this commit
swills search for other commits by this committer
net/packetdrill: update to new snapshot

Approved by:	gnn
Differential Revision:	https://reviews.freebsd.org/D11600
0.0.20161117
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
0.0.20161117
19 Nov 2016 21:17:58
Revision:426538Original commit files touched by this commit
gnn search for other commits by this committer
Update distinfo to match the Makefile version
0.0.20161117
18 Nov 2016 02:14:06
Revision:426304Original commit files touched by this commit
gnn search for other commits by this committer
Improve timing and fix a race condition

Submitted by:	tuexen@
Sponsored by:	Dell EMC Isilon
0.0.20161001
17 Oct 2016 14:59:58
Revision:424122Original commit files touched by this commit
gnn search for other commits by this committer
Note that this port is broken on FreeBSD 9.
0.0.20161001
11 Oct 2016 08:22:57
Revision:423751Original commit files touched by this commit
hrs search for other commits by this committer
Use WRKSRC_SUBDIR instead of redefining WRKSRC.

Spotted by:	mat
0.0.20161001
11 Oct 2016 03:12:04
Revision:423744Original commit files touched by this commit
hrs search for other commits by this committer
- Update to use freebsd-net/packetdrill repository instead of
  Google's one.  It includes various fixes for FreeBSD and has been
  maintained by FreeBSD developers.

- Drop binaries for testing.

- Set maintainership to gnn@.

Discussed with:	tuexen and gnn
0.0.20130820
07 Oct 2016 15:10:09
Revision:423467Original commit files touched by this commit
gnn search for other commits by this committer
Undo accidental inclusion of packetdrill update in tcptestsuite commit
0.0.1
07 Oct 2016 15:01:13
Revision:423466Original commit files touched by this commit
gnn search for other commits by this committer
Add a port for a set of scripts to test TCP using packetdrill

Sponsored by:	Dell EMC Isilon
0.0.20130820
24 Sep 2015 21:19:29
Revision:397763Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- No need to add DOCS and EXAMPLES to OPTIONS_DEFAULT

Approved by:	portmgr blanket
0.0.20130820
25 Mar 2015 23:51:06
Revision:382278Original commit files touched by this commit
marino search for other commits by this committer
net category: Remove $PTHREAD_LIBS

openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
0.0.20130820
07 Sep 2014 16:53:51
Revision:367575Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user
0.0.20130820
20 Aug 2014 12:58:52
Revision:365461Original commit files touched by this commit
hrs search for other commits by this committer
Fix make stage.
0.0.20130820
06 Aug 2014 14:03:02
Revision:364173Original commit files touched by this commit
adamw search for other commits by this committer
Remove MK_INSTALL_AS_USER from MAKE_ENV.

make[1]: "/usr/share/mk/bsd.own.mk" line 475: MK_INSTALL_AS_USER can't be set by
a user.
*** Error code 1

Stop.
make: stopped in /usr/ports/net/packetdrill
0.0.20130820
15 Jul 2014 10:22:16
Revision:361903Original commit files touched by this commit
hrs search for other commits by this committer
Fix build.
0.0.20130820
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
0.0.20130820
17 Oct 2013 06:28:36
Revision:330607Original commit files touched by this commit
hrs search for other commits by this committer
- Update to 20130820.
- Add STAGEDIR support.
0.0.20130626
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
0.0.20130626
04 Sep 2013 06:12:09
Revision:326250Original commit files touched by this commit
hrs search for other commits by this committer
Fix build on 10.0 and 8.X.

Reported by:	Lars Eggert, pkg-fallout
0.0.20130626
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.0.20130626
25 Jul 2013 08:41:36
Revision:323628Original commit files touched by this commit
hrs search for other commits by this committer
Add a patch to fix gcc build on head.

Obtained from:	murray
0.0.20130626
20 Jul 2013 21:37:47
Revision:323362Original commit files touched by this commit
hrs search for other commits by this committer
Add net/packetdrill, a network stack testing tool.

The packetdrill scripting tool enables quick, precise tests for entire
TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to
the NIC hardware. packetdrill currently works on Linux, FreeBSD,
OpenBSD, and NetBSD. It can test network stack behavior over physical
NICs on a LAN, or on a single machine using a tun virtual network
device.

Number of commits found: 41