<?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"
	>
<channel>
	<title>Comments on: Dependencies of Dependencies in FreeBSD</title>
	<atom:link href="http://morgajel.net/2006/05/03/124/feed/" rel="self" type="application/rss+xml" />
	<link>http://morgajel.net/2006/05/03/124/</link>
	<description>Stemming the flow of evincible Ignorance. We must try to understand for the sake of understanding.</description>
	<pubDate>Mon, 08 Sep 2008 18:00:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Edward Sutton, III</title>
		<link>http://morgajel.net/2006/05/03/124/#comment-28705</link>
		<dc:creator>Edward Sutton, III</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://morgajel.net/2006/05/03/124/#comment-28705</guid>
		<description>Not part of FreeBSD or its ports system directly, the portupgrade package may be a third party workaround capable of what you want (sysutils/portupgrade). portinstall and portupgrade commands support the -n flag which can be used to show what would be done without doing any of it.</description>
		<content:encoded><![CDATA[<p>Not part of FreeBSD or its ports system directly, the portupgrade package may be a third party workaround capable of what you want (sysutils/portupgrade). portinstall and portupgrade commands support the -n flag which can be used to show what would be done without doing any of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Morgan</title>
		<link>http://morgajel.net/2006/05/03/124/#comment-151</link>
		<dc:creator>Jesse Morgan</dc:creator>
		<pubDate>Thu, 04 May 2006 14:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://morgajel.net/2006/05/03/124/#comment-151</guid>
		<description>&lt;pre&gt;cd /usr/ports; make fetchindex;
&lt;/pre&gt;
this allows pretty-print-run-depends-list and pretty-print-build-depends-list to be used.
&lt;pre&gt;
cd /usr/ports/editor/vim-lite;
make pretty-print-build-depends-list
&lt;/pre&gt;
This gives a two level deep dependency, but still not what I was looking for. drnoz from #freebsd on freenode is attempting to make a recursive depends list. I'll find out more next week.</description>
		<content:encoded><![CDATA[<pre>cd /usr/ports; make fetchindex;
</pre>
<p>this allows pretty-print-run-depends-list and pretty-print-build-depends-list to be used.</p>
<pre>
cd /usr/ports/editor/vim-lite;
make pretty-print-build-depends-list
</pre>
<p>This gives a two level deep dependency, but still not what I was looking for. drnoz from #freebsd on freenode is attempting to make a recursive depends list. I&#8217;ll find out more next week.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
