From 3ad730108db3ef017820d7c88a52df6700180a5e Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 5 Oct 2001 07:26:50 +0000 Subject: [PATCH] synch with new regress target (I forgot to commit this) --- infrastructure/build/portslogger | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/build/portslogger b/infrastructure/build/portslogger index e7a619121a5..2d8a8b792ba 100755 --- a/infrastructure/build/portslogger +++ b/infrastructure/build/portslogger @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $OpenBSD: portslogger,v 1.5 2001/07/26 14:53:53 espie Exp $ +# $OpenBSD: portslogger,v 1.6 2001/10/05 07:26:50 espie Exp $ # Copyright (c) 2001 Marc Espie. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -92,6 +92,7 @@ while (<>) { if (m/^\=\=\=\>\s+(?:(?:Extracting|Applying distribution patches|\ Patching|Configuring|Building|Faking installation|Building package|\ Deinstalling|Cleaning|Dist cleaning|Checking files|\ +Regression check|\ Registering installation)\s+for\s+(.*)|\ Returning to build of\s+(.*)|Installing\s+(.*?)\s+from)/o) { $ncontext = "$1$2$3"; # XXX only one alternative matches