Ticket #56847: Portfile-rrdtool.diff

File Portfile-rrdtool.diff, 7.6 KB (added by chockenberry (Craig Hockenberry), 6 years ago)

Output of diff -u Portfile.orig Portfile

  • Portfile

    old new  
    11451145   
    11461146    long_description        ${description}
    11471147   
    1148     variant postgresql82 conflicts postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 8.2 libraries} {
     1148    variant postgresql82 conflicts postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 8.2 libraries} {
    11491149        depends_lib-append      port:postgresql82
    11501150       
    11511151        configure.args-append   --with-pgsql=${prefix}/lib/postgresql82/bin \
    11521152                                --with-pdo-pgsql=${prefix}/lib/postgresql82/bin
    11531153    }
    11541154   
    1155     variant postgresql83 conflicts postgresql82 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 8.3 libraries} {
     1155    variant postgresql83 conflicts postgresql82 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 8.3 libraries} {
    11561156        depends_lib-append      port:postgresql83
    11571157       
    11581158        configure.args-append   --with-pgsql=${prefix}/lib/postgresql83/bin \
    11591159                                --with-pdo-pgsql=${prefix}/lib/postgresql83/bin
    11601160    }
    11611161   
    1162     variant postgresql84 conflicts postgresql82 postgresql83 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 8.4 libraries} {
     1162    variant postgresql84 conflicts postgresql82 postgresql83 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 8.4 libraries} {
    11631163        depends_lib-append      port:postgresql84
    11641164       
    11651165        configure.args-append   --with-pgsql=${prefix}/lib/postgresql84/bin \
    11661166                                --with-pdo-pgsql=${prefix}/lib/postgresql84/bin
    11671167    }
    11681168   
    1169     variant postgresql90 conflicts postgresql82 postgresql83 postgresql84 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 9.0 libraries} {
     1169    variant postgresql90 conflicts postgresql82 postgresql83 postgresql84 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 9.0 libraries} {
    11701170        depends_lib-append      port:postgresql90
    11711171       
    11721172        configure.args-append   --with-pgsql=${prefix}/lib/postgresql90/bin \
    11731173                                --with-pdo-pgsql=${prefix}/lib/postgresql90/bin
    11741174    }
    11751175   
    1176     variant postgresql91 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 9.1 libraries} {
     1176    variant postgresql91 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 9.1 libraries} {
    11771177        depends_lib-append      port:postgresql91
    11781178       
    11791179        configure.args-append   --with-pgsql=${prefix}/lib/postgresql91/bin \
    11801180                                --with-pdo-pgsql=${prefix}/lib/postgresql91/bin
    11811181    }
    11821182   
    1183     variant postgresql92 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql93 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 9.2 libraries} {
     1183    variant postgresql92 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql93 postgresql94 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 9.2 libraries} {
    11841184        depends_lib-append      port:postgresql92
    11851185       
    11861186        configure.args-append   --with-pgsql=${prefix}/lib/postgresql92/bin \
    11871187                                --with-pdo-pgsql=${prefix}/lib/postgresql92/bin
    11881188    }
    11891189   
    1190     variant postgresql93 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 9.3 libraries} {
     1190    variant postgresql93 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql94 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 9.3 libraries} {
    11911191        depends_lib-append      port:postgresql93
    11921192       
    11931193        configure.args-append   --with-pgsql=${prefix}/lib/postgresql93/bin \
    11941194                                --with-pdo-pgsql=${prefix}/lib/postgresql93/bin
    11951195    }
    11961196   
    1197     variant postgresql94 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql95 postgresql96 description {Use PostgreSQL 9.4 libraries} {
     1197    variant postgresql94 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql95 postgresql96 postgresql10 description {Use PostgreSQL 9.4 libraries} {
    11981198        depends_lib-append      port:postgresql94
    11991199       
    12001200        configure.args-append   --with-pgsql=${prefix}/lib/postgresql94/bin \
    12011201                                --with-pdo-pgsql=${prefix}/lib/postgresql94/bin
    12021202    }
    12031203   
    1204     variant postgresql95 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql96 description {Use PostgreSQL 9.5 libraries} {
     1204    variant postgresql95 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql96 postgresql10 description {Use PostgreSQL 9.5 libraries} {
    12051205        depends_lib-append      port:postgresql95
    12061206       
    12071207        configure.args-append   --with-pgsql=${prefix}/lib/postgresql95/bin \
    12081208                                --with-pdo-pgsql=${prefix}/lib/postgresql95/bin
    12091209    }
    12101210   
    1211     variant postgresql96 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 description {Use PostgreSQL 9.6 libraries} {
     1211    variant postgresql96 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql10 description {Use PostgreSQL 9.6 libraries} {
    12121212        depends_lib-append      port:postgresql96
    12131213       
    12141214        configure.args-append   --with-pgsql=${prefix}/lib/postgresql96/bin \
    12151215                                --with-pdo-pgsql=${prefix}/lib/postgresql96/bin
    12161216    }
    12171217   
    1218     if {![variant_isset postgresql82] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93] && ![variant_isset postgresql94] && ![variant_isset postgresql95] && ![variant_isset postgresql96]} {
     1218    variant postgresql10 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 postgresql95 postgresql96 description {Use PostgreSQL 10.0 libraries} {
     1219        depends_lib-append      port:postgresql10
     1220       
     1221        configure.args-append   --with-pgsql=${prefix}/lib/postgresql10/bin \
     1222                                --with-pdo-pgsql=${prefix}/lib/postgresql10/bin
     1223    }
     1224   
     1225    if {![variant_isset postgresql82] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93] && ![variant_isset postgresql94] && ![variant_isset postgresql95] && ![variant_isset postgresql96] && ![variant_isset postgresql10]} {
    12191226        default_variants +postgresql96
    12201227    }
    12211228}