Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1:/tmp/cvs-serv26196/perlmod/Fink

Modified Files:
      Tag: test_10_3
        ChangeLog PkgVersion.pm 
Log Message:
* PkgVersion.pm: don't do update-prebinding on files that are
actually linking to things in /usr/lib!


Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.315.2.7
retrieving revision 1.315.2.8
diff -u -d -r1.315.2.7 -r1.315.2.8
--- ChangeLog   27 Sep 2003 13:58:08 -0000      1.315.2.7
+++ ChangeLog   27 Sep 2003 21:11:38 -0000      1.315.2.8
@@ -1,5 +1,10 @@
 2003-09-27  Benjamin Reed  <[EMAIL PROTECTED]>
 
+       * PkgVersion.pm: don't do update-prebinding on files that are
+       actually linking to things in /usr/lib!
+
+2003-09-27  Benjamin Reed  <[EMAIL PROTECTED]>
+
        * PkgVersion.pm, Services.pm, VirtPackage.pm: Refactored the
        sw_vers code so it can be used for setting
        MACOSX_DEPLOYMENT_TARGET as well as making the virtual macosx

Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.129.2.7
retrieving revision 1.129.2.8
diff -u -d -r1.129.2.7 -r1.129.2.8
--- PkgVersion.pm       27 Sep 2003 13:58:08 -0000      1.129.2.7
+++ PkgVersion.pm       27 Sep 2003 21:11:38 -0000      1.129.2.8
@@ -1588,6 +1588,7 @@
        find({ wanted => sub {
                return unless (defined $_ and $_ ne "" and -f $_ and not -l $_);
                return if (/\.class$/); # java looks like mach-o!
+               return if (readlink $_ =~ /\/usr\/lib/); # don't re-prebind stuff in 
/usr/lib
                #print "\$_ = $_\n";
                $is_prebound = 0;
                $is_exe      = 0;




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to