diff options
author | linimon <linimon@FreeBSD.org> | 2007-02-10 05:49:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-02-10 05:49:11 +0800 |
commit | fae02d88a8c38924e967b3ff80bf3e176fce512d (patch) | |
tree | f5f793fd92dadc642f4e0382e5871d692705709a /Tools | |
parent | e9b3a6a8faf470e7e3fa3a081cca5d51b1067d24 (diff) | |
download | freebsd-ports-gnome-fae02d88a8c38924e967b3ff80bf3e176fce512d.tar.gz freebsd-ports-gnome-fae02d88a8c38924e967b3ff80bf3e176fce512d.tar.zst freebsd-ports-gnome-fae02d88a8c38924e967b3ff80bf3e176fce512d.zip |
Remove the other 2 cases of apxs.
Diffstat (limited to 'Tools')
-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 |