]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: Move libprivatezstd from utilities to runtime
authorEmmanuel Vadot <manu@FreeBSD.org>
Thu, 12 Nov 2020 14:04:08 +0000 (14:04 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Thu, 12 Nov 2020 14:04:08 +0000 (14:04 +0000)
commit6cd88fe0e03f5abee1792dff9272fb4e2e6d0e65
treea56dcb14934274fa5e0cb88a17234a7e5b72c1d8
parentf14436adc61a52b29d035791c0b90c0b221bea9a
pkgbase: Move libprivatezstd from utilities to runtime

libarchive depends on it by default and tar uses libarchive.
So on a update :
1/ runtime contain tar
2/ runtime have libarchive in shlibs_required
3/ libarchive packages depends on utilities
4/ utilities depends on runtime
5/ kaboom

All users of libprivatezstd (libarchive related stuff and objcopy/ar)
are already in utilities.

Discussed with: bapt
lib/libzstd/Makefile