diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-24 08:44:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-24 08:44:53 +0800 |
commit | 7e3ba34fd244116c86dbd8d51f63519a520d633f (patch) | |
tree | c071705b6d5c3c2f2e94a7ea67d73a90698bf898 /Tools | |
parent | 69a2a776638e2c18b68ea51a029b1438cc53f4e0 (diff) | |
download | freebsd-ports-gnome-7e3ba34fd244116c86dbd8d51f63519a520d633f.tar.gz freebsd-ports-gnome-7e3ba34fd244116c86dbd8d51f63519a520d633f.tar.zst freebsd-ports-gnome-7e3ba34fd244116c86dbd8d51f63519a520d633f.zip |
Add an entry for the 'dirent' error.
Noticed by: Anton Shterenlikht
Feature safe: yes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/errorlogs/index.shtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/portbuild/errorlogs/index.shtml b/Tools/portbuild/errorlogs/index.shtml index d0d71c6fc192..c06b2b278d0c 100644 --- a/Tools/portbuild/errorlogs/index.shtml +++ b/Tools/portbuild/errorlogs/index.shtml @@ -599,6 +599,12 @@ already been <a href="#pkgadd">added from a package</a>.</dd> from packages</a>. It is the fault of the package being added, not this port.</dd> +<dt><img alt="(uncommon)" src="/errorlogs/images/purple-ball.gif"><a name= +"dirent">dirent</a></dt> + +<dd>The port has not caught up with the change to <code>scandir(3)</code> +as committed in FreeBSD version 800501.</dd> + <dt><img alt="(transient)" src="/errorlogs/images/green-ball.gif"><a name= "df">disk full</a></dt> |