Changes between Initial Version and Version 1 of Ticket #21213


Ignore:
Timestamp:
Sep 10, 2009, 5:16:03 AM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21213

    • Property Cc maccheck@… added
    • Property Owner changed from macports-tickets@… to bryan@…
  • Ticket #21213 – Description

    initial v1  
    11git-core ignores the build_arch setting for me on snow leopard. This caused numerous build failures when linking against other libraries that were compiled 32-bit, like expat, openssl, and zlib. Only by reinstalling all of those ports with +universal was I able to install git-core.
    22Running file on the git binary confirms this:
    3 
     3{{{
    44bash-3.2# port install git-core +bash_completion
    55--->  Computing dependencies for git-core
     
    1818bash-3.2# file /opt/local/bin/git
    1919/opt/local/bin/git: Mach-O 64-bit executable x86_64
     20}}}