aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-03 15:01:35 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-03 15:01:35 +0800
commit712cd80f6d856f4424b452f42d47e03a04db92a4 (patch)
treeefbab87d0f9921c5d61136cf8c73c70780ebfe0b /Tools
parent98ef21e6432d5efb6fbe42a84051e4536d244982 (diff)
downloadfreebsd-ports-gnome-712cd80f6d856f4424b452f42d47e03a04db92a4.tar.gz
freebsd-ports-gnome-712cd80f6d856f4424b452f42d47e03a04db92a4.tar.zst
freebsd-ports-gnome-712cd80f6d856f4424b452f42d47e03a04db92a4.zip
Restore line dropped in revision 1.21.
Pointyhat to: linimon
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/processonelog1
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