Date: Sat, 10 Nov 2018 11:34:25 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52479 - head/en_US.ISO8859-1/books/porters-handbook/makefiles Message-ID: <201811101134.wAABYP67066860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio (ports committer) Date: Sat Nov 10 11:34:24 2018 New Revision: 52479 URL: https://svnweb.freebsd.org/changeset/doc/52479 Log: porters-handbook: Improve OPT_PREVENTS and OPT_PREVENTS_MSG OPT_PREVENTS_MSG cannot be selected, we found this issue when translating this part to pt_BR. Approved by: doc (mat) Differential Revision: https://reviews.freebsd.org/D17600 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 Fri Nov 9 23:17:09 2018 (r52478) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sat Nov 10 11:34:24 2018 (r52479) @@ -6957,10 +6957,10 @@ GNOME_IMPLIES= X11</programlisting> <para>Provides a way to add conflicts between options.</para> <para>When <replaceable>OPT</replaceable> is selected, all the - options listed in this variable must be un-selected. If - <varname><replaceable>OPT</replaceable>_PREVENTS_MSG</varname> - is also selected, its content will be shown, explaining why - they conflict. For example:</para> + options listed in <varname><replaceable>OPT</replaceable>_PREVENTS</varname> + must be un-selected. If <varname><replaceable>OPT</replaceable>_PREVENTS_MSG</varname> + is set and a conflict is triggered, its content will be shown explaining + why they conflict. For example:</para> <programlisting>OPTIONS_DEFINE= OPT1 OPT2 OPT1_PREVENTS= OPT2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811101134.wAABYP67066860>