Update of /cvsroot/fink/experimental/dmacks/pdb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13085/pdb

Added Files:
        sf-net.patch 
Log Message:
repository cleanup


--- NEW FILE: sf-net.patch ---
Index: FinkVersion.pm.in
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/FinkVersion.pm.in,v
retrieving revision 1.27
diff -u -r1.27 FinkVersion.pm.in
--- FinkVersion.pm.in   29 Jul 2005 16:42:44 -0000      1.27
+++ FinkVersion.pm.in   21 Oct 2005 15:27:07 -0000
@@ -70,7 +70,7 @@
 =cut
 
 sub fink_version {
-       return "@VERSION@";
+       return "0.24.99.cvs";
 }
 
 
Index: Services.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Services.pm,v
retrieving revision 1.174
diff -u -r1.174 Services.pm
--- Services.pm 30 Jul 2005 05:45:27 -0000      1.174
+++ Services.pm 3 Aug 2005 00:56:29 -0000
@@ -1138,6 +1138,7 @@
 =cut
 
 sub get_arch {
+       $arch = "powerpc";
        if(not defined $arch) {
                foreach ('/usr/bin/uname', '/bin/uname') {
                        # check some common places (why aren't we using 
$ENV{PATH}?)
Index: Status.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Status.pm,v
retrieving revision 1.17
diff -u -r1.17 Status.pm
--- Status.pm   2 Jan 2005 15:56:59 -0000       1.17
+++ Status.pm   3 Aug 2005 00:56:29 -0000
@@ -76,9 +76,7 @@
        $file = $basepath."/var/lib/dpkg/status";
        $hash = {};
 
-       if (! -f $file) {
-               print "WARNING: can't read dpkg status file \"$file\".\n";
-
+       {
                $self->{_invalid} = 0;
                return;
        }



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to