]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: remove logic for _profile packages
authorKyle Evans <kevans@FreeBSD.org>
Mon, 2 Mar 2020 15:58:50 +0000 (15:58 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 2 Mar 2020 15:58:50 +0000 (15:58 +0000)
commit9c5d67e9425fd3611948faaf6ef6e7aa8c8f65a9
tree03ca62fe3872112bc9b054764bd8bdd49618da8b
parentb05ca4290cae1d8d2548d77385f7b15223428ac7
pkgbase: remove logic for _profile packages

We don't produce these anymore as of r356797, remove the remnant in
generate-ucl.sh that accounted for them. This isn't strictly necessary, but
future work is needed for the various packages that can be generated on a
lib build.

Namely, we may produce -development packages for private/internal libs that
should be installed but won't have the base FreeBSD-libfoo pkg to depend on
because it's internal (e.g. liby, libpmcstat, libifconfig) but we want the
headers installed. It may be a better move to just shove these into
-runtime-development instead, but if not then we've just simplified the
cases that need to take private/internal libs into account.
release/packages/generate-ucl.sh