<?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>Comments on: portupgrade、portmaster、portconf</title> <atom:link href="http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/feed/" rel="self" type="application/rss+xml" /><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/</link> <description>幹壞事是進步最大的原動力</description> <lastBuildDate>Sun, 12 Feb 2012 04:26:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Gea-Suan Lin</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-306168</link> <dc:creator>Gea-Suan Lin</dc:creator> <pubDate>Tue, 25 May 2010 14:03:48 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-306168</guid> <description>你可以把哪個 port 以及怎麼設定貼上來嗎？</description> <content:encoded><![CDATA[<p>你可以把哪個 port 以及怎麼設定貼上來嗎？</p> ]]></content:encoded> </item> <item><title>By: pankow</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-306152</link> <dc:creator>pankow</dc:creator> <pubDate>Sun, 23 May 2010 08:33:40 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-306152</guid> <description>請問 portmaster + portconf 的搭配，是否要另外設置什麼嗎？
利用 google 查找了有介紹 portmaster 及 portconf 的網站，全都說只要安裝了 portmaster + portconf ，就可以直接先行編寫 make 參數於 /usr/local/etc/ports.conf 中，portmaster 執行時便會調用。但個人實際運作上的情況是，直接利用 portmaster 安裝新 port 時，如果安裝時沒有選項對話視窗時，確實是照著在 ports.conf 中的設置來進行 make install，但是若遇到有選項對話視窗時，則在 ports.conf 中的設置完全無效，我依然還是得在對話視窗中選取要追加的選項。是我理解錯誤？還是哪個步驟出了問題呢？</description> <content:encoded><![CDATA[<p>請問 portmaster + portconf 的搭配，是否要另外設置什麼嗎？<br
/> 利用 google 查找了有介紹 portmaster 及 portconf 的網站，全都說只要安裝了 portmaster + portconf ，就可以直接先行編寫 make 參數於 /usr/local/etc/ports.conf 中，portmaster 執行時便會調用。</p><p>但個人實際運作上的情況是，直接利用 portmaster 安裝新 port 時，如果安裝時沒有選項對話視窗時，確實是照著在 ports.conf 中的設置來進行 make install，但是若遇到有選項對話視窗時，則在 ports.conf 中的設置完全無效，我依然還是得在對話視窗中選取要追加的選項。</p><p>是我理解錯誤？還是哪個步驟出了問題呢？</p> ]]></content:encoded> </item> <item><title>By: portmaster at Gea-Suan Lin&#8217;s BLOG</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-293529</link> <dc:creator>portmaster at Gea-Suan Lin&#8217;s BLOG</dc:creator> <pubDate>Mon, 23 Feb 2009 22:24:32 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-293529</guid> <description>[...] portmaster 是管理 FreeBSD 套件升級的程式，比起 portupgrade 的主要優點在速度 (這是重點)，配合 portconf，幾乎可以替代 portupgrade，參考兩年前的「portupgrade、portmaster、portconf」這篇文章。 [...]</description> <content:encoded><![CDATA[<p>[...] portmaster 是管理 FreeBSD 套件升級的程式，比起 portupgrade 的主要優點在速度 (這是重點)，配合 portconf，幾乎可以替代 portupgrade，參考兩年前的「portupgrade、portmaster、portconf」這篇文章。 [...]</p> ]]></content:encoded> </item> <item><title>By: [FreeBSD] 利用 portmaster 升級 PHP 5.26 -&#62; 5.28 &#124; 小惡魔 - 電腦技術 - 生活日記 - 美食介紹 - AppleBOY</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-293518</link> <dc:creator>[FreeBSD] 利用 portmaster 升級 PHP 5.26 -&#62; 5.28 &#124; 小惡魔 - 電腦技術 - 生活日記 - 美食介紹 - AppleBOY</dc:creator> <pubDate>Mon, 23 Feb 2009 12:16:20 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-293518</guid> <description>[...] 這一套也是不錯用，portmaster 是用 sh 寫出來的，在 gslin 大神這一篇：portupgrade、portmaster、portconf 說到速度方面比 portupgrade [...]</description> <content:encoded><![CDATA[<p>[...] 這一套也是不錯用，portmaster 是用 sh 寫出來的，在 gslin 大神這一篇：portupgrade、portmaster、portconf 說到速度方面比 portupgrade [...]</p> ]]></content:encoded> </item> <item><title>By: rafan</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-202810</link> <dc:creator>rafan</dc:creator> <pubDate>Thu, 08 Mar 2007 12:00:57 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-202810</guid> <description>對，比較慢. 等 ale@ 看看好了 *_*</description> <content:encoded><![CDATA[<p>對，比較慢. 等 ale@ 看看好了 *_*</p> ]]></content:encoded> </item> <item><title>By: Hi! I'm clsung</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-202713</link> <dc:creator>Hi! I'm clsung</dc:creator> <pubDate>Thu, 08 Mar 2007 01:43:02 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-202713</guid> <description>&lt;strong&gt;[ports] portupgrade 2.2.6...&lt;/strong&gt;大神開示他正在試用 portmanager，身為小卒的我，當然是靜觀其變啦。當然，多少也要注意一下這些變化，前陣子 portupgrade 升到 2.2.6 時，好像有在 UPDATING 放了一些文字。在看 cvs log，注意到.....</description> <content:encoded><![CDATA[<p><strong>[ports] portupgrade 2.2.6&#8230;</strong></p><p>大神開示他正在試用 portmanager，身為小卒的我，當然是靜觀其變啦。</p><p>當然，多少也要注意一下這些變化，前陣子 portupgrade 升到 2.2.6 時，好像有在 UPDATING 放了一些文字。在看 cvs log，注意到&#8230;..</p> ]]></content:encoded> </item> <item><title>By: clsung</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-202712</link> <dc:creator>clsung</dc:creator> <pubDate>Thu, 08 Mar 2007 01:37:36 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-202712</guid> <description>這樣是比較慢的意思 .... ?</description> <content:encoded><![CDATA[<p>這樣是比較慢的意思 &#8230;. ?</p> ]]></content:encoded> </item> <item><title>By: rafan</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-201997</link> <dc:creator>rafan</dc:creator> <pubDate>Wed, 07 Mar 2007 03:55:32 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-201997</guid> <description>我測了一下 buildworld (RELENG_6) 的速度用原本 portconf 的:real    49m24.906s
user    43m28.955s                                                              sys     7m0.636s用 realpath 的:real    52m17.299s
user    44m9.920s                                                               sys     8m39.969s</description> <content:encoded><![CDATA[<p>我測了一下 buildworld (RELENG_6) 的速度</p><p>用原本 portconf 的:</p><p>real    49m24.906s<br
/> user    43m28.955s                                                              sys     7m0.636s</p><p>用 realpath 的:</p><p>real    52m17.299s<br
/> user    44m9.920s                                                               sys     8m39.969s</p> ]]></content:encoded> </item> <item><title>By: rafan</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-200638</link> <dc:creator>rafan</dc:creator> <pubDate>Mon, 05 Mar 2007 17:22:39 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-200638</guid> <description>這就是我塞給 ale@ 的 (翻一下 PR 有)... 折衷一點的是裝的時候跑一次，不要每次都跑</description> <content:encoded><![CDATA[<p>這就是我塞給 ale@ 的 (翻一下 PR 有)&#8230; 折衷一點的是裝的時候跑一次，不要每次都跑</p> ]]></content:encoded> </item> <item><title>By: Gea-Suan Lin</title><link>http://blog.gslin.org/archives/2007/03/05/1113/portupgrade%e3%80%81portmaster%e3%80%81portconf/comment-page-1/#comment-200601</link> <dc:creator>Gea-Suan Lin</dc:creator> <pubDate>Mon, 05 Mar 2007 16:02:46 +0000</pubDate> <guid
isPermaLink="false">http://blog.gslin.org/archives/2007/03/05/1113/#comment-200601</guid> <description>/usr/ports 是 soft link 的問題不知道能不能用 realpath(1) 解決？不過這樣每次跑 make 就會跑一次 realpath(1)... @_@</description> <content:encoded><![CDATA[<p>/usr/ports 是 soft link 的問題不知道能不能用 realpath(1) 解決？不過這樣每次跑 make 就會跑一次 realpath(1)&#8230; @_@</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.gslin.org @ 2012-02-12 19:07:31 -->
