Page MenuHomeFreeBSD

packages: Replace libbz2 package with a bzip2 package
ClosedPublic

Authored by ivy on Sep 21 2025, 5:20 PM.
Tags
None
Referenced Files
F158217629: D52663.id162703.diff
Fri, May 29, 10:52 PM
Unknown Object (File)
Mon, May 25, 2:12 PM
Unknown Object (File)
Fri, May 22, 5:21 PM
Unknown Object (File)
Mon, May 18, 1:22 PM
Unknown Object (File)
Mon, May 18, 12:27 AM
Unknown Object (File)
Mon, May 18, 12:27 AM
Unknown Object (File)
Mon, May 18, 12:02 AM
Unknown Object (File)
Thu, May 14, 3:06 PM
Subscribers

Details

Summary

Currently libbz2 is in the libbz2 package, while bzip2 itself is in
-utilities, which is inconsistent. Move both the library and the
utility to a new -bzip2 package, and use LIB_PACKAGE to create a
separate -bzip2-lib package for runtime dependencies.

Add the bzip2 package to the minimal set, and since newsyslogd uses
bzip2 for logfile compression, add a dependency from there.

MFC after: 3 days

Diff Detail

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