Add a warning about the effect of some permissions.
Reviewed by: adamw Differential Revision: https://reviews.freebsd.org/D16624
This commit is contained in:
parent
9883d9ef15
commit
65ccc351da
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52180
1 changed files with 15 additions and 0 deletions
|
@ -5174,6 +5174,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING</programlisting>
|
|||
not present, it is considered to be a
|
||||
<literal>no-<replaceable>permission</replaceable></literal>.</para>
|
||||
|
||||
<warning>
|
||||
<para>Some missing permissions will prevent a port (and all
|
||||
ports depending on it) from being usable by package
|
||||
users:</para>
|
||||
|
||||
<para>A port without the <literal>auto-accept</literal>
|
||||
permission will never be be built and all the ports
|
||||
depending on it will be ignored.</para>
|
||||
|
||||
<para>A port without the <literal>pkg-mirror</literal>
|
||||
permission will be removed, as well as all the ports
|
||||
depending on it, after the build and they will ever end up
|
||||
being distributed.</para>
|
||||
</warning>
|
||||
|
||||
<example xml:id="licenses-license_perms-ex1">
|
||||
<title>Nonstandard License</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue