Page MenuHomeFreeBSD

Makefile.inc1: Handle pkg development versions
ClosedPublic

Authored by ivy on Sep 21 2025, 6:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 23, 10:21 PM
Unknown Object (File)
Sat, Feb 21, 7:19 PM
Unknown Object (File)
Sun, Feb 15, 9:15 PM
Unknown Object (File)
Fri, Feb 13, 2:50 AM
Unknown Object (File)
Jan 25 2026, 9:50 AM
Unknown Object (File)
Jan 23 2026, 2:19 PM
Unknown Object (File)
Jan 5 2026, 1:30 AM
Unknown Object (File)
Dec 14 2025, 10:50 AM
Subscribers

Details

Summary

Development versions of pkg have a version like "2.3.0-d8bbde1c3-dirty",
which is not handled by PKG_BIN_VERSION, so PKG_EXT ends up being "tar"
and this breaks update-packages.

Fix the PKG_BIN_VERSION logic, and while here, remove backwards compat
for pkg versions prior to 2.0, which no one should be using to build
main or stable/15. This means nothing is left to use PKG_BIN_VERSION,
but continue to set it, since we might need it again in the future.

MFC after: 3 days

Diff Detail

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