> On Nov 11, 2014, at 1:00 PM, Hanspeter Niederstrasser 
> <f...@snaggledworks.com> wrote:
> 
> 
> On Tue, November 11, 2014 2:48 pm, Alexander Hansen wrote:
>> Here’s an example from the bootstrap script:
>> 
>> my $perlexe  = "/usr/bin/perl"; #default
>> # override defaults
>> if ($distribution eq "10.6") {
>>      $perlexe = "/usr/bin/arch -arch $arch /usr/bin/perl5.10.0";
>> } elsif (($distribution eq "10.7") or ($distribution eq "10.8")) {
>>      $perlexe = "/usr/bin/arch -arch $arch /usr/bin/perl5.12";
>> } elsif ($distribution eq "10.8") {
>>      $perlexe = "/usr/bin/arch -arch $arch /usr/bin/perl5.16";
>> } elsif (($arch eq "x86_64") and ($distribution eq "10.5")) {
>>      $perlexe = "$bsbase/bin/perl5.8.8";
>> }
>> 
>> There are 2 issues:
>> 
>> 1) It’s using perl5.16 for 10.10.
>> 2) Do we *need* the -arch wrappers for 10.7+ at all?  Is there any reason
>> not just to use the default?
> 
> Also the second 10.8 check is a typo that should be for 10.9 (perl5.16).
> 
> Hanspeter
> 
> -- 
> More agile than a turtle, stronger than a mouse, nobler than a lettuce
> 


That’s a local typo, as it turns out. :-)  I didn’t do enough undos in my 
editor.  It’s actually ($distribution gt 10.8) in released Fink, and I just 
added 10.9 and 10.10 special-casing in master.  If there’s no reason why we 
can’t just use '/usr/bin/perl', or even '/usr/bin/arch -arch /usr/bin/perl’, 
then I’ll exercise my preferred role as a net destroyer of fink code and strip 
that out. :-)
-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to