open-src/util/build-tools/find-build-errors
changeset 1207 996eb6e88a18
parent 1130 e9cbce844ef6
equal deleted inserted replaced
1206:9d93d4ed7f47 1207:996eb6e88a18
   350 
   350 
   351       if ($l =~ m{^\#\# Running pkglint on the (\S+) repository}) {
   351       if ($l =~ m{^\#\# Running pkglint on the (\S+) repository}) {
   352 	$publisher = $1;
   352 	$publisher = $1;
   353       }
   353       }
   354 
   354 
       
   355       # Make pkgfmt issues better match the other patterns
       
   356       if ($issue_type =~ m{pkgfmt}) {
       
   357 	$l =~ s{^pkgfmt:}{};
       
   358       }
       
   359 
   355       # Clear saved lines for each new class of issue
   360       # Clear saved lines for each new class of issue
   356       if (($l =~ m{^\S+ .*:+$}ms) || ($l =~ m{^\#\# })) {
   361       if (($l =~ m{^\S+ .*:+$}ms) || ($l =~ m{^\#\# })) {
   357 	$issue_type = $l;
   362 	$issue_type = $l;
   358 	$issue_count = 0;
   363 	$issue_count = 0;
   359 	@pkglines = ();
   364 	@pkglines = ();