aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-09 05:38:55 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-09 05:38:55 +0800
commitf3a090eeafc855695e26982dfb9febc236c5b64f (patch)
tree2aefac583f8de86efcad7613d02be59663246a67 /Tools/portbuild
parentb1e9bd3fbb27de1496f8a67e664e642afb99d263 (diff)
downloadfreebsd-ports-gnome-f3a090eeafc855695e26982dfb9febc236c5b64f.tar.gz
freebsd-ports-gnome-f3a090eeafc855695e26982dfb9febc236c5b64f.tar.zst
freebsd-ports-gnome-f3a090eeafc855695e26982dfb9febc236c5b64f.zip
'portcomment' appears to be obsolete.
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/processonelog2
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