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 5 5 6 6 name mnogosearch 7 7 version 3.3.9 8 revision 08 revision 1 9 9 categories www 10 10 platforms darwin 11 11 maintainers gmail.com:dbraband openmaintainer … … 60 60 configure.args-append --with-mysql=${prefix} 61 61 } 62 62 63 variant postgresql7 conflicts postgresql81 postgresql83 {63 variant postgresql7 conflicts postgresql81 postgresql83 postgresql84 { 64 64 depends_lib-append port:postgresql7 65 65 configure.args-append --with-pgsql=${prefix}/lib/pgsql7 66 66 } 67 67 68 variant postgresql81 conflicts postgresql7 postgresql83 {68 variant postgresql81 conflicts postgresql7 postgresql83 postgresql84 { 69 69 depends_lib-append port:postgresql81 70 70 configure.args-append --with-pgsql=${prefix}/lib/postgresql81 71 71 } 72 72 73 variant postgresql83 conflicts postgresql7 postgresql81 {73 variant postgresql83 conflicts postgresql7 postgresql81 postgresql84 { 74 74 use_autoconf yes 75 75 patchfiles-append patch-locations_configure.in 76 76 depends_lib-append port:postgresql83 77 77 configure.args-append --with-pgsql=${prefix} 78 78 } 79 79 80 variant 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 80 88 81 89 # Other database variants would go here 82 90