<?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>SurlyJake &#187; cvs</title>
	<atom:link href="http://www.surlyjake.com/tag/cvs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 15:28:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to update my sparc FreeBSD install</title>
		<link>http://www.surlyjake.com/2009/03/how-to-update-my-sparc-freebsd-install/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-update-my-sparc-freebsd-install</link>
		<comments>http://www.surlyjake.com/2009/03/how-to-update-my-sparc-freebsd-install/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:43:07 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[FreeBSD7]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[FreeBSD 7]]></category>
		<category><![CDATA[freebsd-update sparc]]></category>
		<category><![CDATA[sparc]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=112</guid>
		<description><![CDATA[So the spanking new freebsd-update doesn&#8217;t work for sparc systems&#8230; boo. Have to do everything manually. Here&#8217;s what I remember. Let me know if I forgot something, or its wrong.(very likely) Install cvsup: # cd /usr/ports/net/cvsup-without-gui/ # make install install fastest cvsup: # cd /usr/ports/sysutils/fastest_cvsup/ # make install # fastest_cvsup -c us Replace &#8220;us&#8221; with [...]]]></description>
			<content:encoded><![CDATA[<p>So the spanking new freebsd-<a href="http://www.surlyjake.com/tag/update/" class="st_tag internal_tag" rel="tag" title="Posts tagged with update">update</a> doesn&#8217;t work for <a href="http://www.surlyjake.com/tag/sparc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sparc">sparc</a> systems&#8230; boo. Have to do everything manually. Here&#8217;s what I remember. Let me know if I forgot something, or its wrong.(very likely)</p>
<p>Install cvsup:</p>
<pre><code># cd /usr/ports/net/cvsup-without-gui/
# make install</code></pre>
<p>install fastest cvsup:</p>
<pre><code>
# cd /usr/ports/sysutils/fastest_cvsup/
# make install
# fastest_cvsup -c us</code></pre>
<p>Replace &#8220;us&#8221; with your country if it&#8217;s different. copy the default supfile to our own before editing.</p>
<pre><code>
# cp /usr/share/examples/cvsup/stable-supfile /etc/stable-supfile
# cp /usr/share/examples/cvsup/ports-supfile /etc/ports-supfile
</code></pre>
<p>edit both of them and change the</p>
<pre><code>
*default host=
</code></pre>
<p>to the fastest cvsup server from the &#8220;fastest cvsup&#8221;</p>
<p>then update the ports</p>
<pre><code>
# cvsup -L2 -g /etc/ports-supfile
# cvsup -L2 -g /etc/stable-supfile</code></pre>
<p>Then i guess we try to build the world. see if something breaky.</p>
<pre><code>
# cd /usr/src
# make buildworld
</code></pre>
<p>Recompiled kernel. I have my own kernel called &#8220;MYSPARC2&#8243;. Yours might just be &#8220;GENERIC&#8221;</p>
<pre><code>
# cd /usr/src
# make buildkernel KERNCONF=MYSPARC2
# make installkernel KERNCONF=MYSPARC2</code></pre>
<p>rebooted into single user mode then:</p>
<pre><code># mount -u /
# mount -a -t ufs
# swapon -a</code></pre>
<p>Now you are ready to install the new world.</p>
<pre><code># cd /usr/src
# make installworld</code></pre>
<p>After that was done, mergemaster to update your configs:</p>
<pre><code>mergemaster -v</code></pre>
<p>Then used portmaster to upgrade all of the ports.</p>
<pre><code># portmaster -a</code></pre>
<p>Basically everything i know about BSD comes from or stems from something I&#8217;ve read at freebsdmadeeasy.com</p>
<p>source: <a href="http://www.freebsdmadeeasy.com/tutorials/freebsd/updating-freebsd-with-cvsup.php" target="_blank">http://www.freebsdmadeeasy.com/tutorials/freebsd/updating-freebsd-with-cvsup.php</a></p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/03/how-to-update-my-sparc-freebsd-install/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/03/how-to-update-my-sparc-freebsd-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

