Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff 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 |
line wrap: on
line diff
--- a/pkg-descr Tue Sep 10 16:24:37 2024 +0200 +++ b/pkg-descr Tue Sep 10 19:46:56 2024 +0200 @@ -4,3 +4,19 @@ And the tool "bsmtp2dma" is a simple replacement for Bacula's "bsmtp" when the system mailer does not listen on TCP ports. + +This package normally does not depend on tools that are not in a FreeBSD +base installation. But in some cases there are issues with them: + +- space characters in the names of jails +- space characters in the names of mounted devices (e.g. ZFS datasets) +- space characters in mountpoints + +In such cases the text output from "jls" or "mount -p" is inherently +ambiguous. If /usr/local/bin/jq is available at runtime then these +issues are not existent because JSON output is requested and processed +properly. + +To be sure to not run into such issues consider installing the package +flavor `local-bsdtools-alldeps'. Of course it is possible to install +"textproc/jq" manually.
