Page MenuHomeFreeBSD

tcpdump: don't create unused version.c
ClosedPublic

Authored by brooks on Sep 2 2025, 8:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 24, 10:55 PM
Unknown Object (File)
Thu, Nov 20, 2:34 PM
Unknown Object (File)
Oct 31 2025, 5:21 AM
Unknown Object (File)
Oct 29 2025, 7:20 AM
Unknown Object (File)
Oct 29 2025, 7:15 AM
Unknown Object (File)
Oct 29 2025, 7:06 AM
Unknown Object (File)
Oct 26 2025, 11:41 AM
Unknown Object (File)
Oct 20 2025, 2:15 AM
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.