Ticket #32588: Portfile-sphinx.diff

File Portfile-sphinx.diff, 2.6 KB (added by xeron (Ivan Larionov), 12 years ago)

Patch for sphinx 0.9.9 Portfile which add support for +postgresql91

  • Portfile

    old new  
    3737
    3838test.run            yes
    3939
    40 variant postgres conflicts postgresql83 postgresql84 postgresql90 description {Enable PostgreSQL 8.2 support} {
     40variant postgres conflicts postgresql83 postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 8.2 support} {
    4141    depends_lib-append      port:postgresql82
    4242    configure.args-append   --with-pgsql \
    4343                            --with-pgsql-includes=${prefix}/include/postgresql82 \
    4444                            --with-pgsql-libs=${prefix}/lib/postgresql82
    4545}
    4646
    47 variant postgresql83 conflicts postgres postgresql84 postgresql90 description {Enable PostgreSQL 8.3 support} {
     47variant postgresql83 conflicts postgres postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 8.3 support} {
    4848    depends_lib-append      port:postgresql83
    4949    configure.args-append   --with-pgsql \
    5050                            --with-pgsql-includes=${prefix}/include/postgresql83 \
    5151                            --with-pgsql-libs=${prefix}/lib/postgresql83
    5252}
    5353
    54 variant postgresql84 conflicts postgres postgresql83 postgresql90 description {Enable PostgreSQL 8.4 support} {
     54variant postgresql84 conflicts postgres postgresql83 postgresql90 postgresql91 description {Enable PostgreSQL 8.4 support} {
    5555    depends_lib-append      port:postgresql84
    5656    configure.args-append   --with-pgsql \
    5757                            --with-pgsql-includes=${prefix}/include/postgresql84 \
    5858                            --with-pgsql-libs=${prefix}/lib/postgresql84
    5959}
    6060
    61 variant postgresql90 conflicts postgres postgresql83 postgresql84 description {Enable PostgreSQL 9.0 support} {
     61variant postgresql90 conflicts postgres postgresql83 postgresql84 postgresql91 description {Enable PostgreSQL 9.0 support} {
    6262    depends_lib-append      port:postgresql90
    6363    configure.args-append   --with-pgsql \
    6464                            --with-pgsql-includes=${prefix}/include/postgresql90 \
    6565                            --with-pgsql-libs=${prefix}/lib/postgresql90
    6666}
    6767
     68variant postgresql91 conflicts postgres postgresql83 postgresql84 postgresql90 description {Enable PostgreSQL 9.1 support} {
     69    depends_lib-append      port:postgresql91
     70    configure.args-append   --with-pgsql \
     71                            --with-pgsql-includes=${prefix}/include/postgresql91 \
     72                            --with-pgsql-libs=${prefix}/lib/postgresql91
     73}
    6874
    6975variant mysql5 description {Enable MySQL 5 support} {
    7076    depends_lib-append      path:bin/mysql_config5:mysql5