Branch: refs/heads/Futureproof2
  Home:   https://github.com/fink/fink
  Commit: 5fcb77ec8778c902bba945e42d3132de9378c9c3
      
https://github.com/fink/fink/commit/5fcb77ec8778c902bba945e42d3132de9378c9c3
  Author: Matthias Neeracher <neerac...@mac.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M perlmod/Fink/PkgVersion.pm

  Log Message:
  -----------
  Generalize code for locating system-perl's executable

We assume that Apple will keep putting perl 5.XX.YY
under /usr/bin/perl5.XX (instead of perl5.XX.YY).


  Commit: e27fe747c243413523c7c6dc8082c99fed3a4ffb
      
https://github.com/fink/fink/commit/e27fe747c243413523c7c6dc8082c99fed3a4ffb
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M perlmod/Fink/PkgVersion.pm

  Log Message:
  -----------
  Revise MakeMaker support

The new code is at the same time simpler and more generic.


  Commit: 45e3c6c6130db63e4243c159b4e65d85011de5f6
      
https://github.com/fink/fink/commit/45e3c6c6130db63e4243c159b4e65d85011de5f6
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M perlmod/Fink/Bootstrap.pm
    M perlmod/Fink/Services.pm

  Log Message:
  -----------
  Bootstrap and operational support


  Commit: f18304bc2fef0d9245b27b71b20f2e97d6d7bae2
      
https://github.com/fink/fink/commit/f18304bc2fef0d9245b27b71b20f2e97d6d7bae2
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M perlmod/Fink/PkgVersion.pm

  Log Message:
  -----------
  FIXME: Compiler settings for 10.9+: PATH addition not required.

FIXME: Wit this change, we do not call ensure_clang_prefix() on 10.9
anymore -- but we still call ensure_gpp106_prefix() on 64bit systems.
This looks strange.


  Commit: e46934807622b8f4ae7afcb2377d02ea01c8ea94
      
https://github.com/fink/fink/commit/e46934807622b8f4ae7afcb2377d02ea01c8ea94
  Author: Matthias Neeracher <neerac...@mac.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M bootstrap
    M perlmod/Fink/Bootstrap.pm
    M perlmod/Fink/PkgVersion.pm
    M setup.sh

  Log Message:
  -----------
  Update system perl handling to version in current seed.


  Commit: 61acc64f3941121a08e3df0bd662b368923acff8
      
https://github.com/fink/fink/commit/61acc64f3941121a08e3df0bd662b368923acff8
  Author: Jack Howarth <howa...@bromo.med.uc.edu>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M perlmod/Fink/PkgVersion.pm

  Log Message:
  -----------
  libcxx compiler wrappers for 10.9 and later

https://sourceforge.net/p/fink/patches/154/


  Commit: 3c788df6dfb7af617c343b673b39c20d91fdeddf
      
https://github.com/fink/fink/commit/3c788df6dfb7af617c343b673b39c20d91fdeddf
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M REVISION

  Log Message:
  -----------
  Bump revision of fink package for 10.9.


  Commit: fea0f854ab1e7ff111d65acc643330b647ee4af0
      
https://github.com/fink/fink/commit/fea0f854ab1e7ff111d65acc643330b647ee4af0
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M perlmod/Fink/VirtPackage.pm

  Log Message:
  -----------
  Don't provide llvm-gcc for 10.9 at all.


  Commit: 95ca5bfb9fbd175df6891bb73a88cdd161abe03c
      
https://github.com/fink/fink/commit/95ca5bfb9fbd175df6891bb73a88cdd161abe03c
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M 10.7/apt.info
    M 10.7/apt.patch

  Log Message:
  -----------
  Fix building 'apt' with libc++


  Commit: 145d5887b553a177442823ab75ff0b05834e9364
      
https://github.com/fink/fink/commit/145d5887b553a177442823ab75ff0b05834e9364
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M 10.7/dpkg.info

  Log Message:
  -----------
  FIXME: Fix bootstrap issue by disabling NLS in dpkg.

>From J. Howarth.  I'm not sure what the ramifications of disabling NLS 
>ultimately are.

Justin says:
it fails when it tried to extract the deb that are made after the final
dpkg is installed but before bootstrap is done. once bootstrap is done
and it has failed you can just rebuild the failed deb and it works fine
(the only deb it happens in is apt because it's made after dpkg during
bootstrapping) outside of bootstrapping it's fine

Max adds: from what I understand, it is currently not known *why*
disabling NLS fixes this problem, nor what the real reason for that is.
Since NLS is probably important for many of our users, we should really
find out the real cause of this problem and fix its root cause. Then
again, as long as dpkg is the last thing we build during bootstrap, we
seem to be safe. So we could just ignore it for now.


  Commit: 89ef15fe120b0eacc10bf7f44edececc5416ef04
      
https://github.com/fink/fink/commit/89ef15fe120b0eacc10bf7f44edececc5416ef04
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M perlmod/Fink/PkgVersion.pm

  Log Message:
  -----------
  FIXME: Append system's (latest) Perl version to Type: perl and systemperl

FOR TESTING ONLY, REVERT LATER

REVERT WHEN THE BRANCH IS MERGED FOR RELEASE


Compare: https://github.com/fink/fink/compare/ef1deef2cf41...89ef15fe120b
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to