diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-02-14 08:24:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-02-14 08:24:23 +0000 |
commit | e472b6f28c2e1e2aa9e75e1e8b950f7321647d70 (patch) | |
tree | 635b0c113a4c168d43207afd59924a4b8a85634b /Tools/portbuild | |
parent | c03a3bfa45387e7b596f1f41a5297c48d60303c0 (diff) | |
download | ports-e472b6f28c2e1e2aa9e75e1e8b950f7321647d70.tar.gz ports-e472b6f28c2e1e2aa9e75e1e8b950f7321647d70.zip |
Notes
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-x | Tools/portbuild/scripts/processonelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog index 7466ef6ce841..87fdde83b940 100755 --- a/Tools/portbuild/scripts/processonelog +++ b/Tools/portbuild/scripts/processonelog @@ -55,7 +55,7 @@ elif bzgrep -q "Couldn't fetch it - please try" $1; then reason="fetch"; tag="fetch" elif bzgrep -q "Error: shared library \".*\" does not exist" $1; then reason="LIB_DEPENDS"; tag="libdepends" -elif bzgrep -qE "\.(c|cc|ccx|cpp|h|y)[1-9:]+ .+\.h: No such file" $1; then +elif bzgrep -qE "\.(c|cc|cxx|cpp|h|y)[1-9:]+ .+\.h: No such file" $1; then if bzgrep -qE "(X11/.*|Xosdefs)\.h: No such file" $1; then if bzgrep -q "XFree86-.*\.tgz" $1; then reason="missing_header"; tag="header" |