From 0f211c23677faffc005c5ead5ea5a509cc8390aa Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 May 2019 23:55:33 +0300 Subject: Allow specifying system package that doesn't belong to any repository for pkg-build --- bpkg/pkg-build.cli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-build.cli') diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index 5e0d68a..e247f47 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -91,9 +91,10 @@ namespace bpkg (). Currently the only recognized scheme is \cb{sys} which instructs \cb{pkg-build} to configure the package as available from the system rather than building it from source. If the system package version - () is not specified, then it is considered to be unknown but - satisfying any dependency constraint. Such a version is displayed as - '\cb{*}'. + () is not specified or is '\cb{*}', then it is considered to be + unknown but satisfying any dependency constraint. If the version is not + explicitly specified, then at least a stub package must be available from + one of the repositories. Finally, a package can be specified as either the path to the package archive () or to the package directory (\cb{/}; note that it -- cgit v1.1