comparison pkg-descr @ 548:6b85a603765a

Create package flavors: the default one, and local-bsdtools-alldeps with all runtime dependencies explicitely declared
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 10 Sep 2024 19:46:56 +0200
parents a23e952580f8
children 48b31d24d71d
comparison
equal deleted inserted replaced
547:f86041364bc1 548:6b85a603765a
2 2
3 Contains tools to manage jails, thin jails and binary packages. 3 Contains tools to manage jails, thin jails and binary packages.
4 4
5 And the tool "bsmtp2dma" is a simple replacement for Bacula's "bsmtp" 5 And the tool "bsmtp2dma" is a simple replacement for Bacula's "bsmtp"
6 when the system mailer does not listen on TCP ports. 6 when the system mailer does not listen on TCP ports.
7
8 This package normally does not depend on tools that are not in a FreeBSD
9 base installation. But in some cases there are issues with them:
10
11 - space characters in the names of jails
12 - space characters in the names of mounted devices (e.g. ZFS datasets)
13 - space characters in mountpoints
14
15 In such cases the text output from "jls" or "mount -p" is inherently
16 ambiguous. If /usr/local/bin/jq is available at runtime then these
17 issues are not existent because JSON output is requested and processed
18 properly.
19
20 To be sure to not run into such issues consider installing the package
21 flavor `local-bsdtools-alldeps'. Of course it is possible to install
22 "textproc/jq" manually.