]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: Move libprivatezstd from utilities to runtime
authormanu <manu@FreeBSD.org>
Thu, 12 Nov 2020 14:04:08 +0000 (14:04 +0000)
committermanu <manu@FreeBSD.org>
Thu, 12 Nov 2020 14:04:08 +0000 (14:04 +0000)
commitef5d4f61dbecfcb8622737e2b0a99f4bcc13a656
treea56dcb14934274fa5e0cb88a17234a7e5b72c1d8
parent738f9a1fe0d6883c0502a7aee482d276d549f754
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