Branch: refs/heads/Futureproof2
  Home:   https://github.com/fink/fink
  Commit: 06892ff110133f861f2f57c648ef9de2469f00ae
      
https://github.com/fink/fink/commit/06892ff110133f861f2f57c648ef9de2469f00ae
  Author: Matthias Neeracher <neerac...@mac.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M bootstrap

  Log Message:
  -----------
  Extrapolate Xcode versions for future releases


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

  Changed paths:
    M perlmod/Fink/PkgVersion.pm

  Log Message:
  -----------
  Keep eliding Perl dot revisions


  Commit: 0893645d99b8f40e98cbdaf0f47ba1420f170ea6
      
https://github.com/fink/fink/commit/0893645d99b8f40e98cbdaf0f47ba1420f170ea6
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M perlmod/Fink/PkgVersion.pm

  Log Message:
  -----------
  For MakeMaker-based packages, extend past practices.


  Commit: 5cd290c952338e12e1de8781f7150b115896e991
      
https://github.com/fink/fink/commit/5cd290c952338e12e1de8781f7150b115896e991
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

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

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


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

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

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


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

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

  Log Message:
  -----------
  Compiler settings for 10.9+:
PATH addition not required.
'gcc' should no longer be expected to be a symlink.


  Commit: f17084eaf7d40f4f3614d22ce2852841cab2c2a8
      
https://github.com/fink/fink/commit/f17084eaf7d40f4f3614d22ce2852841cab2c2a8
  Author: Matthias Neeracher <neerac...@mac.com>
  Date:   2013-09-19 (Thu, 19 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: cd8a638fab680c540b16f1b9988ff8c4af27d07d
      
https://github.com/fink/fink/commit/cd8a638fab680c540b16f1b9988ff8c4af27d07d
  Author: Jack Howarth <howa...@bromo.med.uc.edu>
  Date:   2013-09-19 (Thu, 19 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: 867f3fcde4e0d4e1a6d9530145e9048652642aa2
      
https://github.com/fink/fink/commit/867f3fcde4e0d4e1a6d9530145e9048652642aa2
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M REVISION

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


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

  Changed paths:
    M perlmod/Fink/VirtPackage.pm

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


  Commit: 03a81959d33c5118bd736240bc714648459c4c8e
      
https://github.com/fink/fink/commit/03a81959d33c5118bd736240bc714648459c4c8e
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-19 (Thu, 19 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: bd90d108bad0aaf1f300fc9515ae915ae8136f30
      
https://github.com/fink/fink/commit/bd90d108bad0aaf1f300fc9515ae915ae8136f30
  Author: Alexander Hansen <alexanderk.han...@gmail.com>
  Date:   2013-09-19 (Thu, 19 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/53b2e9490961...bd90d108bad0
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&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