Ticket #27122: Portfile-mnogosearch.diff

File Portfile-mnogosearch.diff, 1.5 KB (added by dbraband@…, 14 years ago)
  • (a) Portfile.orig vs. (b) www/mnogosearch/Portfile

    a b  
    55
    66name                mnogosearch
    77version             3.3.9
    8 revision            0
     8revision            1
    99categories          www
    1010platforms           darwin
    1111maintainers         gmail.com:dbraband openmaintainer
     
    6060    configure.args-append   --with-mysql=${prefix}
    6161}
    6262
    63 variant postgresql7 conflicts postgresql81 postgresql83 {
     63variant postgresql7 conflicts postgresql81 postgresql83 postgresql84 {
    6464    depends_lib-append      port:postgresql7
    6565    configure.args-append   --with-pgsql=${prefix}/lib/pgsql7
    6666}
    6767
    68 variant postgresql81 conflicts postgresql7 postgresql83 {
     68variant postgresql81 conflicts postgresql7 postgresql83 postgresql84 {
    6969    depends_lib-append      port:postgresql81
    7070    configure.args-append   --with-pgsql=${prefix}/lib/postgresql81
    7171}
    7272
    73 variant postgresql83 conflicts postgresql7 postgresql81 {
     73variant postgresql83 conflicts postgresql7 postgresql81 postgresql84 {
    7474    use_autoconf yes
    7575    patchfiles-append       patch-locations_configure.in
    7676    depends_lib-append      port:postgresql83
    7777    configure.args-append   --with-pgsql=${prefix}
    7878}
    7979
     80variant postgresql84 conflicts postgresql7 postgresql81 postgresql83 {
     81    use_autoconf yes
     82    patchfiles-append       patch-locations_configure.in
     83    depends_lib-append      port:postgresql84
     84    configure.args-append   --with-pgsql=${prefix}
     85}
     86
     87
    8088
    8189# Other database variants would go here
    8290