https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239806
--- Comment #1 from Martin <[email protected]> --- After adding this patch to /usr/src/release/packages/template.ucl --- template.ucl_ 2019-06-02 09:09:55.109358000 +0200 +++ template.ucl 2019-08-04 17:40:34.305308000 +0200 @@ -15,3 +15,9 @@ desc = <<EOD %DESC% EOD +deps: { + FreeBSD-%PKGDEPS%: { + origin: "base", + version: "%VERSION%" + } +} Almost all libraries are now depending on runtime, except: - liby - libpmcstat - libpam - libifconfig the "subpackages", e.g *-development, *-profile, however are depending on their root package. For example: liby-devlopment -> liby liby-profile -> liby etc. Also, the clibs subpackages clibs-profile, clibs-development,... are still standalone. i rebuilt my pkgbase repo with "make -j4 packages", this finished without error and a created jail with these packages startet without problem. -- Martin -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
