diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-08 21:38:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-08 21:38:55 +0000 |
commit | 8ae57c15266570e20c81769ff5be639ac8ef0304 (patch) | |
tree | 2c4e39302c5678eedc118fe1a7b35a36bca96f80 /Tools | |
parent | ca3a3d435c6f2e9a0e7897fc5a3023510d14a2b6 (diff) | |
download | ports-8ae57c15266570e20c81769ff5be639ac8ef0304.tar.gz ports-8ae57c15266570e20c81769ff5be639ac8ef0304.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/processonelog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog index a96b86ce4d3d..5cd4bf92f54f 100755 --- a/Tools/portbuild/scripts/processonelog +++ b/Tools/portbuild/scripts/processonelog @@ -240,8 +240,6 @@ elif grep -q "Perl .* required--this is only version" $1; then reason="perl"; tag="perl" elif grep -q 'BEGIN failed--compilation aborted at ..Makefile.PL line' $1; then reason="perl5"; tag="perl5" -elif grep -q "Syntax error: .(. unexpected (expecting .fi.)" $1; then - reason="portcomment"; tag="portcomment" elif grep -q "Abort trap" $1; then reason="process_failed"; tag="process" elif grep -q "Bus error" $1; then |