<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Fugue &#187; macports</title>
	<atom:link href="http://hans.fugal.net/blog/tag/macports/feed/" rel="self" type="application/rss+xml" />
	<link>http://hans.fugal.net/blog</link>
	<description>Counterpoint by Hans Fugal</description>
	<lastBuildDate>Fri, 11 Jun 2010 17:38:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MacPorts QTDIR</title>
		<link>http://hans.fugal.net/blog/2008/03/25/macports-qtdir/</link>
		<comments>http://hans.fugal.net/blog/2008/03/25/macports-qtdir/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 21:38:30 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[qt3]]></category>
		<category><![CDATA[qtdir]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If I had a nickel for every time I had to scour the web to figure out the right setting for QTDIR on {Debian,Ubuntu,OS X}… On OS X, if you installed the qt3 package, then the proper setting is QTDIR=/opt/local/lib/qt3. I wrote this little script to source before commencing building a Qt3 project: #QTDIR=/usr/local/Trolltech/qt-mac-free-3.3.7 #QTDIR=/Developer/qt [...]]]></description>
			<content:encoded><![CDATA[<p>If I had a nickel for every time I had to scour the web to figure out the right setting for <code>QTDIR</code> on {Debian,Ubuntu,OS X}…</p>
<p>On OS X, if you installed the <code>qt3</code> package, then the proper setting is<br />
<code>QTDIR=/opt/local/lib/qt3</code>. I wrote this little script to source before<br />
commencing building a Qt3 project:</p>
<pre><code>#QTDIR=/usr/local/Trolltech/qt-mac-free-3.3.7
#QTDIR=/Developer/qt
QTDIR=/opt/local/lib/qt3
PATH=$QTDIR/bin:$PATH
DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH

export QTDIR PATH DYLD_LIBRARY_PATH
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://hans.fugal.net/blog/2008/03/25/macports-qtdir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hgk with MacPorts</title>
		<link>http://hans.fugal.net/blog/2007/11/21/hgk-with-macports/</link>
		<comments>http://hans.fugal.net/blog/2007/11/21/hgk-with-macports/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 11:23:09 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hg]]></category>
		<category><![CDATA[hgk]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you use mercurial from MacPorts, you need the following in your ~/.hgrc to enable the hgk extension (GUI tree browser, invoked with hg view): [extensions] hgk= [hgk] path=/opt/local/share/mercurial/contrib/hgk While you're in there, enable the mq, fetch, and record extensions.]]></description>
			<content:encoded><![CDATA[<p>If you use mercurial from MacPorts, you need the following in your <code>~/.hgrc</code> to enable the hgk extension (GUI tree browser, invoked with <code>hg view</code>):</p>
<pre><code>[extensions]
hgk=

[hgk]
path=/opt/local/share/mercurial/contrib/hgk
</code></pre>
<p>While you're in there, enable the mq, fetch, and record extensions.</p>
]]></content:encoded>
			<wfw:commentRss>http://hans.fugal.net/blog/2007/11/21/hgk-with-macports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
