diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 07:01:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 07:01:35 +0000 |
commit | 666d69437520654f28dbe76b641c3a6e5f32f345 (patch) | |
tree | d57a7aa72f228c3f90ddc3e2f12670053be2495a | |
parent | Attempt to fix build on !i386 !amd64. (diff) |
Restore line dropped in revision 1.21.
Pointyhat to: linimon
Notes
Notes:
svn path=/head/; revision=255633
-rwxr-xr-x | Tools/portbuild/scripts/processonelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog index bce337599b3d..97e7c6d1270f 100755 --- a/Tools/portbuild/scripts/processonelog +++ b/Tools/portbuild/scripts/processonelog @@ -124,6 +124,7 @@ elif bzgrep -q "error in dependency .*, exiting" $1; then elif bzgrep -qE "pkg_(add|create):.*(can't find enough temporary space|projected size of .* exceeds available free space)" $1; then reason="disk_full"; tag="df" elif bzgrep -qE "((Can't|unable to) open display|Cannot open /dev/tty for read|RuntimeError: cannot open display|You must run this program under the X-Window System)" $1; then + reason="DISPLAY"; tag="display" elif bzgrep -qE '(No checksum recorded for|(Maybe|Either) .* is out of date, or)' $1; then reason="distinfo_update"; tag="distinfo" elif bzgrep -qE "Member name contains .\.\." $1; then |