Ticket #26022: patch-Portfile-tested.diff

File patch-Portfile-tested.diff, 1.2 KB (added by pixilla (Bradley Giesbrecht), 13 years ago)

against svn r73349

  • Portfile

     
    33PortSystem              1.0
    44
    55name                    mysql-connector-odbc
    6 version                 5.1.6
     6version                 5.1.8
    77set branch              [join [lrange [split ${version} .] 0 1] .]
    88homepage                http://www.mysql.com/products/connector/
    99categories              databases
     
    2626    http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/Connector-ODBC/${branch}/ \
    2727    http://ftp.plusline.de/mysql/Downloads/Connector-ODBC/${branch}/
    2828
    29 checksums \
    30     md5     ed445092466be030f991b3a093649f45 \
    31     sha1    c02e1c671fae60f7f7389dd2f963b07c3113ab35 \
    32     rmd160  90eeefbfb0153a32dd7f0be5c2685fcf13036543
     29checksums           sha1    2272075c66712cf7a05e50eeb4520f7c504c3ae8 \
     30                    rmd160  0db5c4d42c7377f7fc1fa2ad569f50f9a497511e
    3331
    3432depends_lib \
    35     port:unixODBC \
     33    port:unixodbc \
    3634    port:mysql5
    3735
    3836configure.args \
    3937          --with-unixODBC=${prefix} \
    4038          --with-mysql-path=${prefix} \
    41           --disable-shared \
     39          --enable-shared \
     40          --enable-static \
    4241          --enable-gui=no
    4342
    4443pre-configure {