Update of /cvsroot/fink/scripts/buildfink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22334

Modified Files:
        FinkLib.pm 
Log Message:
Do NOT attempt to rebuild essential packages, that leaves dpkg linked to the 
wrong gettext

Index: FinkLib.pm
===================================================================
RCS file: /cvsroot/fink/scripts/buildfink/FinkLib.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- FinkLib.pm  9 Mar 2006 21:07:25 -0000       1.12
+++ FinkLib.pm  9 Mar 2006 21:13:34 -0000       1.13
@@ -47,6 +47,10 @@
 
 # Make sure all essential packages are installed
 sub installEssentials {
+       # This actually breaks stuff because dpkg gets linked to libgettext3
+       # instead of gettext.
+       return;
+
        my @essentials = Fink::Package->list_essential_packages();
        my $pid = fork();
        if($pid) {



-------------------------------------------------------
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
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to