[Bug 239806] pkgbase: Unset dependencies in some pkgbase packages
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 12 19:25:02 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239806
--- Comment #1 from Martin <martin.jakob at gmx.com> ---
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.
More information about the freebsd-bugs
mailing list