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
Unknown Object (File)
Fri, Mar 27, 7:10 PM
Unknown Object (File)
Tue, Mar 24, 7:25 PM
Unknown Object (File)
Wed, Mar 18, 1:10 AM
Unknown Object (File)
Mon, Mar 16, 12:35 PM
Unknown Object (File)
Mon, Mar 16, 7:20 AM
Unknown Object (File)
Sun, Mar 15, 10:47 PM
Unknown Object (File)
Sun, Mar 15, 8:18 PM
Unknown Object (File)
Sun, Mar 8, 4:33 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