Пример #1
0
<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
		opted in to the FreshPorts Sanity Check Report) and they should
		fix the problem as soon as possible.  Once you see a more recent
		commit without a refresh icon,
		then the problem has been fixed. The refresh icons will go away after
		FreshPorts has dealt with the old commits.  This may take a few hours.

	<P><a name="deleted"><?php 
echo freshports_Deleted_Icon();
?>
</a> Deleted:  This port has been removed from the ports tree.</P>

	<P><?php 
echo freshports_Mail_Icon();
?>
		Commit message: This link will take you to the original cvs-all message in the FreeBSD mailing list archives.
		Note that it can take a few minutes for the message to appear in the archives.  This link will not appear
		for commit messages before 3 March 2002 (which is the date FreshPorts started to store the message-id).</P>

	<P><?php 
echo freshports_Commit_Icon();
?>
 FreshPorts commit message: This will take you to the FreshPorts commit
		message and allow you to see all other ports which were affected by this commit.   This link will not appear
Пример #2
0
function freshports_Deleted_Icon_Link()
{
    return '<a href="/' . FAQLINK . '#deleted">' . freshports_Deleted_Icon() . '</a>';
}