<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/40812fd7bf893f64171d1ce9110ef5a50b63a694">https://github.com/macports/macports-guide/commit/40812fd7bf893f64171d1ce9110ef5a50b63a694</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 40812fd7bf893f64171d1ce9110ef5a50b63a694
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Apr 25 03:13:36 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    portfile: Add a dummy <para> for docbookrx
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    For some reason docbookrx misinterpretes the <note> here and produces
</span><span style='display:block; white-space:pre;color:#404040;'>    invalid output. Adding an empty dummy <para> that does not change the
</span><span style='display:block; white-space:pre;color:#404040;'>    output avoids the problem.
</span>---
 guide/xml/portfile-variants.xml | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-variants.xml b/guide/xml/portfile-variants.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 76d868a..0913ad8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-variants.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-variants.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -199,6 +199,9 @@ platform darwin 8 powerpc {
</span>       </varlistentry>
     </variablelist>
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    <!-- XXX: keep this dummy for the conversion to AsciiDoc using docbookrx -->
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <para></para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     <note>
       <para>Though a combination of OS version and hardware platform may be
       specified in a single platform statement (e.g., darwin 8 i386), it is not
</pre><pre style='margin:0'>

</pre>