Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25841

Modified Files:
        ChangeLog Validation.pm 
Log Message:
Catch another .pc buglet


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- Validation.pm       6 Mar 2006 23:20:43 -0000       1.218
+++ Validation.pm       21 Mar 2006 05:02:14 -0000      1.219
@@ -1427,7 +1427,7 @@
                        if (open my $pc_file, '<', $File::Find::name) {
                                while (<$pc_file>) {
                                        chomp;
-                                       if (/(-W.,-framework)[^,]/) {
+                                       if (/\s((?:-W.,|)-framework)[^,]/) {
                                                &stack_msg($msgs, "The $1 flag 
may get munged by pkg-config. See the gcc manpage for information about passing 
options to flags for specific compiler passes.", $filename, $_);
                                        }
                                }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1277
retrieving revision 1.1278
diff -u -d -r1.1277 -r1.1278
--- ChangeLog   20 Mar 2006 18:35:37 -0000      1.1277
+++ ChangeLog   21 Mar 2006 05:02:14 -0000      1.1278
@@ -1,3 +1,7 @@
+2006-03-21  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Validation.pm: Catch another .pc syntax that triggers a bug.
+
 2006-03-20  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * Services.pm: Try to fix errno_h breakage on 10.3.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to