diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-02-09 21:49:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-02-09 21:49:11 +0000 |
commit | 31e52eb01cb6631c291cea980a9a0151745fbbbe (patch) | |
tree | e284e1a6acd3c6e58b83a6cc25a996929070c910 | |
parent | a46bb9bf0bf9f6a5c2d134d46c30708c1b0de128 (diff) | |
download | ports-31e52eb01cb6631c291cea980a9a0151745fbbbe.tar.gz ports-31e52eb01cb6631c291cea980a9a0151745fbbbe.zip |
Notes
-rwxr-xr-x | Tools/portbuild/scripts/processonelog | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog index 26401bf574c7..d98fc89ee29d 100755 --- a/Tools/portbuild/scripts/processonelog +++ b/Tools/portbuild/scripts/processonelog @@ -127,10 +127,6 @@ elif bzgrep -q "initializer element is not constant" $1; then reason="stdio"; tag="stdio" elif bzgrep -q "structure has no member named" $1; then reason="struct_changes"; tag="struct" -elif bzgrep -qE "bin.apxs:(.)(not found|No such file or directory)" $1; then - reason="apxs"; tag="apxs" -elif bzgrep -qE "failed to exec .*bin/apxs" $1; then - reason="apxs"; tag="apxs" elif bzgrep -q ".s: Assembler messages:" $1; then reason="arch"; tag="arch" elif bzgrep -qE "Cannot (determine .* target|find the byte order) for this architecture" $1; then |