Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2018 10:30:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52180 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Message-ID:  <201808271030.w7RAU8Ci099238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug 27 10:30:07 2018
New Revision: 52180
URL: https://svnweb.freebsd.org/changeset/doc/52180

Log:
  Add a warning about the effect of some permissions.
  
  Reviewed by:	adamw
  Differential Revision:	https://reviews.freebsd.org/D16624

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Mon Aug 27 05:32:57 2018	(r52179)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Mon Aug 27 10:30:07 2018	(r52180)
@@ -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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808271030.w7RAU8Ci099238>