Ticket #36762: root.diff

File root.diff, 1.9 KB (added by cjones051073 (Chris Jones), 12 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                root
    7 version             5.34.02
     7version             5.34.03
    88revision            0
    99categories          science
    1010maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
     
    1919master_sites        http://root.cern.ch/download/ \
    2020                    ftp://root.cern.ch/root/
    2121
    22 checksums           rmd160  fe5b66552e3b70a90add16a271d86a4a7a94d788 \
    23                     sha256  401ae3b69a397e0ab557faf640a13f49f8aab41dc03b4e7ebddbe37be32fedb1
     22checksums           rmd160  966ff58f3747b0f49e70971b094c91ab009304f1 \
     23                    sha256  4ce18154f507fcdd8d580b776568d4b87004756d7d17f86796fcba0b2499a1a1
    2424
    2525worksrcdir          root
    2626
     
    278278    depends_lib-append      port:libxml2
    279279}
    280280
    281 variant mysql description {Builds port with mysql support} {
     281variant mysql conflicts mysql55 description {Builds port with mysql5 support} {
    282282    configure.args-delete   --disable-mysql
    283283    configure.args-append   --enable-mysql \
    284284                            --with-mysql-incdir="${prefix}/include/mysql5/mysql" \
     
    286286    depends_lib-append      port:mysql5
    287287}
    288288
     289variant mysql55 conflicts mysql description {Builds port with mysql55 support} {
     290    configure.args-delete   --disable-mysql
     291    configure.args-append   --enable-mysql \
     292                            --with-mysql-incdir="${prefix}/include/mysql55/mysql" \
     293                            --with-mysql-libdir="${prefix}/lib/mysql55/mysql"
     294    depends_lib-append      port:mysql55
     295}
     296
    289297variant postgresql90 conflicts postgresql92 description {Builds port with PostgreSQL 9.2 support} {
    290298    configure.args-delete   --disable-pgsql
    291299    configure.args-append   --enable-pgsql \