<?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>HowToBSD &#187; update</title>
	<atom:link href="http://howtobsd.com/tag/update/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Update to php 5.3.6 problem (autoconf: required version 2.68 not found)</title>
		<link>http://howtobsd.com/solutions/update-to-php-5-3-6-problem-autoconf.html</link>
		<comments>http://howtobsd.com/solutions/update-to-php-5-3-6-problem-autoconf.html#comments</comments>
		<pubDate>Sun, 17 Apr 2011 15:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php extentions]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[problems & solutions]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=373</guid>
		<description><![CDATA[Was updating php on FreeBSD to php 5.3.6 lang/php5 updated correctly but when I tried update php5-extensions &#8211; it cause problems. I also tried article portupgrade for certain module also didn&#8217;t work (php5-mcrypt, for example): howtobsd# portupgrade php5-mcrypt [Updating the pkgdb in /var/db/pkg ... - 951 packages found (-1 +0) (...) done] ---&#62; Upgrading 'php5-mcrypt-5.3.3_2' [...]]]></description>
				<content:encoded><![CDATA[<p>Was updating php on FreeBSD to php 5.3.6<br />
lang/php5 updated correctly but when I tried update php5-extensions  &#8211; it cause problems. I also tried <a title="Update php5-* without portupgrade “php5-*”" href="/?p=116"> article </a><br />
portupgrade for certain module also didn&#8217;t work (php5-mcrypt, for example):<br />
<code>howtobsd# portupgrade php5-mcrypt<br />
[Updating the pkgdb<br />
in /var/db/pkg ... - 951 packages found (-1 +0) (...) done]<br />
---&gt;  Upgrading 'php5-mcrypt-5.3.3_2' to 'php5-mcrypt-5.3.6' (security/php5-mcrypt)<br />
---&gt;  Building '/usr/ports/security/php5-mcrypt'<br />
===&gt;  Cleaning for php5-mcrypt-5.3.6<br />
===&gt;  Vulnerability check disabled, database not found<br />
===&gt;  License check disabled, port has not defined LICENSE<br />
===&gt;  Extracting for php5-mcrypt-5.3.6<br />
=&gt; SHA256 Checksum OK for php-5.3.6.tar.bz2.<br />
===&gt;  Patching for php5-mcrypt-5.3.6<br />
===&gt;   php5-mcrypt-5.3.6 depends on file: /usr/local/bin/phpize - found<br />
===&gt;   php5-mcrypt-5.3.6 depends on file: /usr/local/bin/autoconf-2.68 - found<br />
===&gt;   php5-mcrypt-5.3.6 depends on shared library: mcrypt.8 - found<br />
===&gt;   php5-mcrypt-5.3.6 depends on shared library: ltdl.7 - found<br />
===&gt;  PHPizing for php5-mcrypt-5.3.6<br />
Configuring for:<br />
PHP Api Version:         20090626<br />
Zend Module Api No:      20090626<br />
Zend Extension Api No:   220090626<br />
autoconf: required version 2.68 not found<br />
*** Error code 1<br />
Stop in /usr/ports/security/php5-mcrypt.<br />
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20110417-89058-19avmgv-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=php5-mcrypt-5.3.3_2 UPGRADE_PORT_VER=5.3.3_2 make<br />
** Fix the problem and try again.<br />
** Listing the failed packages (-:ignored / *:skipped / !:failed)<br />
! security/php5-mcrypt (php5-mcrypt-5.3.3_2)    (unknown build error)<br />
</code><br />
As you can see autoconf 2.68 required:<br />
<code><br />
howtobsd# portupgrade autoconf<br />
</code><br />
But also you need update autoconf-wrapper:<br />
<code><br />
howtobsd# portupgrade autoconf-wrapper<br />
</code></p>
<p>after that it updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/solutions/update-to-php-5-3-6-problem-autoconf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update freebsd ports collection with cvsup</title>
		<link>http://howtobsd.com/software/update-freebsd-ports-collection-with-cvsup.html</link>
		<comments>http://howtobsd.com/software/update-freebsd-ports-collection-with-cvsup.html#comments</comments>
		<pubDate>Sun, 12 Sep 2010 16:00:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[System Configuration]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=172</guid>
		<description><![CDATA[If you have just installed FreeBSD from CD\DVD, first that you need to do &#8211; update ports collection freebsd (update freebsd ports tree) and src files from repositories. With cvsup update ports collection isn&#8217;t difficult. Install cvsup: #cd /usr/ports/net/cvsup-without-gui/ #make install clean Copy and edit supfile (I describe only ports tree upfating process. Src updating [...]]]></description>
				<content:encoded><![CDATA[<p>If you have just installed FreeBSD from CD\DVD, first that you need to do &#8211; <strong>update ports collection freebsd</strong> (update freebsd ports tree) and src files from repositories.<br />
With cvsup update ports collection isn&#8217;t difficult. Install cvsup:</p>
<p><code>#cd /usr/ports/net/cvsup-without-gui/<br />
#make install clean</code></p>
<p>Copy and edit supfile (I describe only ports tree upfating process. Src updating is looks same):<br />
<code>#cp /usr/share/examples/cvsup/ports-supfile /etc/ports-supfile<br />
#vim /etc/ports-supfile</code></p>
<p>Choose nearest mirror for you:<br />
<code>*default host=cvsup3.ua.FreeBSD.org</code></p>
<p>My ports-supfile looks like:</p>
<p><code>*default host=cvsup.ua.FreeBSD.org<br />
*default base=/var/db<br />
*default prefix=/usr<br />
*default release=cvs tag=.<br />
*default delete use-rel-suffix<br />
*default compress<br />
ports-all</code></p>
<p>Save file and give command updating:<br />
<code>#cvsup -g -L 2 /etc/ports-supfile</code></p>
<p>It is can updating a long time (specially if you have slow internet connection).<br />
When process is finish &#8211; you will can calm install soft from the ports.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/software/update-freebsd-ports-collection-with-cvsup.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
