Update of /cvsroot/fink/fink
In directory vz-cvs-3.sog:/tmp/cvs-serv32004

Modified Files:
      Tag: branch_0_31
        ChangeLog bootstrap 
Log Message:
Backport 32-bit-only Intel support from HEAD

Index: bootstrap
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap,v
retrieving revision 1.51
retrieving revision 1.51.2.1
diff -u -d -r1.51 -r1.51.2.1
--- bootstrap   7 Jul 2011 19:41:19 -0000       1.51
+++ bootstrap   27 Aug 2011 17:35:38 -0000      1.51.2.1
@@ -131,7 +131,7 @@
                        }
                        close(SYSCTL);
         }
-               if (!$is64bit && $vers >= 10) {
+               if (!$is64bit && $vers > 10) {
                        # 10.7+ 32bit: non-supported configuration!
                        print "ERROR: fink requires a 64-bit-capable CPU for 
your version of OS X\n";
                        exit 1;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.544.2.1
retrieving revision 1.544.2.2
diff -u -d -r1.544.2.1 -r1.544.2.2
--- ChangeLog   20 Jul 2011 23:48:35 -0000      1.544.2.1
+++ ChangeLog   27 Aug 2011 17:35:38 -0000      1.544.2.2
@@ -1,3 +1,7 @@
+2011-08-27  Peter O'Gorman  <pe...@pogma.com>
+
+       * bootstrap: Allow 32 bit systems to bootstrap on 10.6.
+
 2011-07-20  Dave Morrison  <d...@finkproject.org>
 
        * VERSION: Bumped package manager version to 0.31.0, a new release


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to