Date: Mon, 12 Aug 2019 19:25:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239806] pkgbase: Unset dependencies in some pkgbase packages Message-ID: <bug-239806-227-oYhAjIMYT8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239806-227@https.bugs.freebsd.org/bugzilla/> References: <bug-239806-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239806 --- Comment #1 from Martin <martin.jakob@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 =3D <<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 proble= m. -- Martin --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239806-227-oYhAjIMYT8>