Changes between Initial Version and Version 3 of Ticket #34587


Ignore:
Timestamp:
May 24, 2012, 1:35:26 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting when writing in Trac. Note that the Cc field must contain complete email address, and that it is not useful to Cc "openmaintainer" because that's not a person.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34587

    • Property Owner changed from macports-tickets@… to pixilla@…
    • Property Cc pixilla openmaintainer removed
  • Ticket #34587 – Description

    initial v3  
    55mysql55 needed this patch to get it to work with the latest cmake:
    66
     7{{{
    78diff --git a/cmake/configure.cmake b/cmake/configure.cmake
    89index c3cc787..6193481 100644
     
    2021
    2122   OPTION(WITH_LIBWRAP "Compile with tcp wrappers support" OFF)
     23}}}
    2224
    2325Additionally, after installation, `port select --set mysql mysql55` didn't work.  Reason? `lib/mysql55/bin/mysql_install_db` doesn't exist.  The select file installed by `mysql55` is outdated.  That should be: `lib/mysql55/scripts/mysql_install_db`