Changes between Initial Version and Version 5 of Ticket #13421


Ignore:
Timestamp:
Sep 20, 2008, 6:27:00 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13421

    • Property Cc jwa@… added
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port mysql5 mysql5-devel added
    • Property Milestone changed from to Port Bugs
  • Ticket #13421 – Description

    initial v5  
    1 
    21This breaks several things like CPAN which require authoritative links.
    32
    43My solution was:
    54
     5{{{
    66cd /opt/local/lib/mysql5/bin;
    77for a in * ;
    88for > ln -sf /opt/local/lib/mysql5/bin/$a /opt/local/bin/$a
    9 
     9}}}