Ticket #39940: Portfile.patch

File Portfile.patch, 1.5 KB (added by dr@…, 11 years ago)
  • Portfile

    old new  
    117117                                }
    118118                        }
    119119
    120 variant mysql5  description {Build with MySQL5 suppoprt} {
    121                 depends_lib-append path:bin/mysql_config5:mysql5
     120variant mysql5  conflicts mysql51 mysql55 mysql56 description {Build with MySQL5 suppoprt} {
     121                depends_lib-append path:bin/mysql_config5:mysql5
     122                configure.args-delete --without-mysql
     123                configure.args-append --with-mysql=yes
     124                configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5
     125                }
     126
     127variant mysql51 conflicts mysql55 mysql56 description {Build with MySQL51 suppoprt} {
     128                depends_lib-append path:bin/mysql_config5:mysql51
     129                configure.args-delete --without-mysql
     130                configure.args-append --with-mysql=yes
     131                configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5
     132                }
     133
     134variant mysql55 conflicts mysql51 mysql56 description {Build with MySQL55 suppoprt} {
     135                depends_lib-append path:bin/mysql_config5:mysql55
     136                configure.args-delete --without-mysql
     137                configure.args-append --with-mysql=yes
     138                configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5
     139                }
     140
     141variant mysql56 conflicts mysql51 mysql55 description {Build with MySQL56 suppoprt} {
     142                depends_lib-append path:bin/mysql_config5:mysql56
    122143                configure.args-delete --without-mysql
    123144                configure.args-append --with-mysql=yes
    124145                configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5