Page MenuHomeFreeBSD

tcpdump: don't create unused version.c
ClosedPublic

Authored by brooks on Sep 2 2025, 8:50 AM.
Tags
None
Referenced Files
F159968992: D52334.diff
Sat, Jun 20, 1:53 AM
Unknown Object (File)
Fri, Jun 19, 5:44 PM
Unknown Object (File)
Wed, Jun 10, 10:33 AM
Unknown Object (File)
Sat, Jun 6, 12:42 PM
Unknown Object (File)
Fri, May 29, 3:45 PM
Unknown Object (File)
Sat, May 23, 2:31 PM
Unknown Object (File)
Fri, May 22, 7:55 AM
Unknown Object (File)
May 19 2026, 8:16 PM
Subscribers

Details

Summary

The version now comes from the PACKAGE_VERSION macro.

Fixes: 0a7e5f1f02aa ("tcpdump: Update to 4.99.5")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brooks requested review of this revision.Sep 2 2025, 8:50 AM

What am I missing?

jrm@asn /usr/src/usr.sbin/tcpdump [arcpatch-D52334_1|✔] % sudo make clean
===> libnetdissect (clean)
cd: /usr/src/usr.sbin/tcpdump/libnetdissect: No such file or directory
*** Error code 2

Stop.
make: stopped making "clean" in /usr/src/usr.sbin/tcpdump

Remove stray downstream bits

In D52334#1194932, @jrm wrote:

What am I missing?

jrm@asn /usr/src/usr.sbin/tcpdump [arcpatch-D52334_1|✔] % sudo make clean
===> libnetdissect (clean)
cd: /usr/src/usr.sbin/tcpdump/libnetdissect: No such file or directory
*** Error code 2

Stop.
make: stopped making "clean" in /usr/src/usr.sbin/tcpdump

Oops, sorry about that. I found this series of nits when doing some refactoring downstream and some of that slipped through into this diff.

This revision is now accepted and ready to land.Sep 2 2025, 1:28 PM
This revision was automatically updated to reflect the committed changes.