<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: </title>
	<atom:link href="http://miwi.bsdcrew.de/2009/05/cft-freebsd-python25-move-to-python26-as-default-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://miwi.bsdcrew.de/2009/05/cft-freebsd-python25-move-to-python26-as-default-version/</link>
	<description>/usr/home/miwi</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:26:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: Romain Tartière</title>
		<link>http://miwi.bsdcrew.de/2009/05/cft-freebsd-python25-move-to-python26-as-default-version/comment-page-1/#comment-717</link>
		<dc:creator>Romain Tartière</dc:creator>
		<pubDate>Fri, 05 Jun 2009 11:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://bsdcrew.de/blog/?p=348#comment-717</guid>
		<description>Hi!

----------8&lt;-----------------
# cd /usr/ports/lang/python-doc-postscript-a4
# make describe
ERROR: invalid value for DOCFORMAT: &quot;postscript-a4&quot;
Possible values are:  html, pdf-a4, pdf-letter.
*** Error code 1

Stop.
----------8&lt;-----------------

This prevents `make index` from working when python-2.6 is installed...

Quick hack to fix this using IGNORE instead of failing:
----------8= 260
 .if ${DOCFORMAT} != &quot;html&quot; &amp;&amp; ${DOCFORMAT} != &quot;pdf-a4&quot; &amp;&amp; ${DOCFORMAT} != &quot;pdf-letter&quot;
-.BEGIN:
-	@${ECHO} &quot;ERROR: invalid value for DOCFORMAT: \&quot;${DOCFORMAT}\&quot;&quot;
-	@${ECHO} &quot;Possible values are:  html, pdf-a4, pdf-letter.&quot;
-	@${FALSE}
+IGNORE=		only supports html, pdf-a4 and pdf-letter with python&gt;=2.6
 .endif

 DISTNAME=	python-docs-${DOCFORMAT}
----------8&lt;-----------------

This way, `make index` works again.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>&#8212;&#8212;&#8212;-8&lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# cd /usr/ports/lang/python-doc-postscript-a4<br />
# make describe<br />
ERROR: invalid value for DOCFORMAT: &#8220;postscript-a4&#8243;<br />
Possible values are:  html, pdf-a4, pdf-letter.<br />
*** Error code 1</p>
<p>Stop.<br />
&#8212;&#8212;&#8212;-8&lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>This prevents `make index` from working when python-2.6 is installed&#8230;</p>
<p>Quick hack to fix this using IGNORE instead of failing:<br />
&#8212;&#8212;&#8212;-8= 260<br />
 .if ${DOCFORMAT} != &#8220;html&#8221; &amp;&amp; ${DOCFORMAT} != &#8220;pdf-a4&#8243; &amp;&amp; ${DOCFORMAT} != &#8220;pdf-letter&#8221;<br />
-.BEGIN:<br />
-	@${ECHO} &#8220;ERROR: invalid value for DOCFORMAT: \&#8221;${DOCFORMAT}\&#8221;"<br />
-	@${ECHO} &#8220;Possible values are:  html, pdf-a4, pdf-letter.&#8221;<br />
-	@${FALSE}<br />
+IGNORE=		only supports html, pdf-a4 and pdf-letter with python&gt;=2.6<br />
 .endif</p>
<p> DISTNAME=	python-docs-${DOCFORMAT}<br />
&#8212;&#8212;&#8212;-8&lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>This way, `make index` works again.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

