コード例 #1
0
ファイル: faq.php プロジェクト: brycied00d/freshports
	<P><a name="ignore"><?php 
echo freshports_Ignore_Icon();
?>
</a>
		Ignore: The port is marked as ignore.  It probably does not build. Packages for an ignored port are not built
        by the package cluster.  Therefore, <code>pkg install</code> will not work.</P>

	<P><?php 
echo freshports_Files_Icon();
?>
		Files: If you click on this graphic, you will be taken to the list of files
		touched by the commit in question.</P>

	<P><a name="refresh"><?php 
echo freshports_Refresh_Icon();
?>
</a> Refresh: 
		The system is in the process of refreshing that port by inspecting
		the ports tree.  You should rarely see this.</P>
		<p>If you do see one, chances are that the port contains an error
		that prevents make(1) from running.  For example:

<blockquote><code class="code">
$ make -V PORTVERSION<br>
"Makefile", line 271: 1 open conditional<br>
make: fatal errors encountered -- cannot continue
</code></blockquote>

		<p>
		In such circumstances, the port committer is notified (if they have
コード例 #2
0
ファイル: freshports.php プロジェクト: brycied00d/freshports
function freshports_Refresh_Icon_Link()
{
    return '<a href="/' . FAQLINK . '#refresh">' . freshports_Refresh_Icon() . '</a>';
}