[BACK]Return to pkg-config CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkg-config

Diff for /src/usr.bin/pkg-config/pkg-config between version 1.79 and 1.80

version 1.79, 2013/03/31 13:58:01 version 1.80, 2013/05/30 00:02:02
Line 358 
Line 358 
         # Check if we're dealing with an empty file, but don't error out just          # Check if we're dealing with an empty file, but don't error out just
         # yet, we'll do that when we realize there's no Name field.          # yet, we'll do that when we realize there's no Name field.
         if (stat($f)->size == 0) {          if (stat($f)->size == 0) {
                 my $p = $f;                  say_error("Package file '$f' appears to be empty");
                 $p =~ s/(^.*\/)(.*?)$/$2/g;  
                 say_error("Package file '$p' appears to be empty");  
         }          }
   
         foreach (@required_elems) {          foreach (@required_elems) {

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80