Ticket #32588: Portfile-sphinx.diff
File Portfile-sphinx.diff, 2.6 KB (added by xeron (Ivan Larionov), 13 years ago) |
---|
-
Portfile
old new 37 37 38 38 test.run yes 39 39 40 variant postgres conflicts postgresql83 postgresql84 postgresql90 description {Enable PostgreSQL 8.2 support} {40 variant postgres conflicts postgresql83 postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 8.2 support} { 41 41 depends_lib-append port:postgresql82 42 42 configure.args-append --with-pgsql \ 43 43 --with-pgsql-includes=${prefix}/include/postgresql82 \ 44 44 --with-pgsql-libs=${prefix}/lib/postgresql82 45 45 } 46 46 47 variant postgresql83 conflicts postgres postgresql84 postgresql90 description {Enable PostgreSQL 8.3 support} {47 variant postgresql83 conflicts postgres postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 8.3 support} { 48 48 depends_lib-append port:postgresql83 49 49 configure.args-append --with-pgsql \ 50 50 --with-pgsql-includes=${prefix}/include/postgresql83 \ 51 51 --with-pgsql-libs=${prefix}/lib/postgresql83 52 52 } 53 53 54 variant postgresql84 conflicts postgres postgresql83 postgresql90 description {Enable PostgreSQL 8.4 support} {54 variant postgresql84 conflicts postgres postgresql83 postgresql90 postgresql91 description {Enable PostgreSQL 8.4 support} { 55 55 depends_lib-append port:postgresql84 56 56 configure.args-append --with-pgsql \ 57 57 --with-pgsql-includes=${prefix}/include/postgresql84 \ 58 58 --with-pgsql-libs=${prefix}/lib/postgresql84 59 59 } 60 60 61 variant postgresql90 conflicts postgres postgresql83 postgresql84 description {Enable PostgreSQL 9.0 support} {61 variant postgresql90 conflicts postgres postgresql83 postgresql84 postgresql91 description {Enable PostgreSQL 9.0 support} { 62 62 depends_lib-append port:postgresql90 63 63 configure.args-append --with-pgsql \ 64 64 --with-pgsql-includes=${prefix}/include/postgresql90 \ 65 65 --with-pgsql-libs=${prefix}/lib/postgresql90 66 66 } 67 67 68 variant 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 } 68 74 69 75 variant mysql5 description {Enable MySQL 5 support} { 70 76 depends_lib-append path:bin/mysql_config5:mysql5