New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79799


Ignore:
Timestamp:
06/26/11 08:53:38 (4 years ago)
Author:
pixilla@…
Message:

databases/mysql-connector-odbc: Fix broken and add notes for testing. Closes #27286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/mysql-connector-odbc/Portfile

    r75687 r79799  
    55name                    mysql-connector-odbc 
    66version                 5.1.8 
     7revision                1 
    78set branch              [join [lrange [split ${version} .] 0 1] .] 
    89homepage                http://www.mysql.com/products/connector/ 
     
    3738          --with-unixODBC=${prefix} \ 
    3839          --with-mysql-path=${prefix} \ 
    39           --disable-shared \ 
     40          --enable-shared \ 
     41          --enable-static \ 
    4042          --enable-gui=no 
    4143 
     
    4749livecheck.url           http://dev.mysql.com/downloads/connector/odbc/${branch}.html 
    4850livecheck.regex         ${name}-(${branch}.\[0-9\.\]+) 
     51 
     52notes "To test ${name} 
     53  ${prefix}/etc/odbcinst.ini  
     54  \[MySQL\]  
     55  Description     = ODBC for MySQL  
     56  Driver          = ${prefix}/lib/libmyodbc5.so  
     57  FileUsage       = 1 
     58   
     59  ${prefix}/etc/odbc.ini  
     60  \[MySQL-test\]  
     61  Description     = MySQL database test  
     62  Driver          = MySQL  
     63  Server          = localhost  
     64  Database        = test  
     65  Port            = 3306 
     66   
     67  \$ isql MySQL-test test" 
Note: See TracChangeset for help on using the changeset viewer.