Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2019 18:20:34 +0200
From:      "Martin Jakob" <mj-mailinglist@gmx.de>
To:        freebsd-pkgbase@freebsd.org
Subject:   Fw: Unset dependencies in some pkgbase packages
Message-ID:  <trinity-1e52c53a-9039-4582-9194-21fc0f5be909-1564935634799@3c-app-gmx-bs40>
References:  <trinity-be3dce2d-be7d-463e-8033-4d93ed4903bd-1564927377343@3c-app-gmx-bs43>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?trinity-1e52c53a-9039-4582-9194-21fc0f5be909-1564935634799>