Page MenuHomeFreeBSD

tcpdump: don't create unused version.c
ClosedPublic

Authored by brooks on Sep 2 2025, 8:50 AM.
Tags
None
Referenced Files
F157262203: D52334.diff
Tue, May 19, 8:16 PM
F157238462: D52334.id161361.diff
Tue, May 19, 2:31 PM
F157227684: D52334.id161418.diff
Tue, May 19, 12:22 PM
F157208935: D52334.id161371.diff
Tue, May 19, 8:47 AM
Unknown Object (File)
Sun, May 10, 12:21 PM
Unknown Object (File)
Sun, May 10, 12:17 PM
Unknown Object (File)
Sun, May 10, 12:14 PM
Unknown Object (File)
Sun, May 10, 12:12 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.