Changeset 80394
- Timestamp:
- 07/11/11 08:03:07 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/bacula/Portfile (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/bacula/Portfile
r76584 r80394 83 83 startupitem.stop "\[ -r \${PID} \] && /bin/kill \$(cat \${PID})" 84 84 85 variant client_only conflicts mysql 4 mysql5 postgresql83 postgresql84 sqlite2 sqlite3 description "Install bacula client (bacula-fd) only" {85 variant client_only conflicts mysql5 postgresql83 postgresql84 sqlite2 sqlite3 description "Install bacula client (bacula-fd) only" { 86 86 configure.args-append --enable-client-only 87 87 } 88 88 89 variant mysql4 conflicts client_only mysql5 postgresql83 postgresql84 sqlite2 sqlite3 description "Install bacula client and server with mysql 4 backend" { 90 depends_lib-append port:mysql4 91 configure.args-append --with-mysql 92 configure.args-delete --without-mysql 93 } 94 95 variant mysql5 conflicts client_only mysql4 postgresql83 postgresql84 sqlite2 sqlite3 description "Install bacula client and server with mysql 5 backend" { 89 variant mysql5 conflicts client_only postgresql83 postgresql84 sqlite2 sqlite3 description "Install bacula client and server with mysql 5 backend" { 96 90 depends_lib-append path:bin/mysql_config5:mysql5 97 91 configure.args-append --with-mysql … … 99 93 } 100 94 101 variant postgresql83 conflicts mysql 4 mysql5 postgresql84 sqlite2 sqlite3 client_only description "Install bacula client and server with postgresql 8.3 backend" {95 variant postgresql83 conflicts mysql5 postgresql84 sqlite2 sqlite3 client_only description "Install bacula client and server with postgresql 8.3 backend" { 102 96 depends_lib-append port:postgresql83 103 97 configure.args-append --with-postgresql … … 106 100 } 107 101 108 variant postgresql84 conflicts mysql 4 mysql5 postgresql83 sqlite2 sqlite3 client_only description "Install bacula client and server with postgresql 8.4 backend" {102 variant postgresql84 conflicts mysql5 postgresql83 sqlite2 sqlite3 client_only description "Install bacula client and server with postgresql 8.4 backend" { 109 103 depends_lib-append port:postgresql84 110 104 configure.args-append --with-postgresql … … 113 107 } 114 108 115 variant sqlite2 conflicts client_only sqlite3 mysql 4 mysql5 postgresql83 postgresql84 description "Install bacula client and server with sqlite 2 backend" {109 variant sqlite2 conflicts client_only sqlite3 mysql5 postgresql83 postgresql84 description "Install bacula client and server with sqlite 2 backend" { 116 110 depends_lib-append port:sqlite2 117 111 configure.args-append --with-sqlite=${prefix} … … 119 113 } 120 114 121 variant sqlite3 conflicts client_only sqlite2 mysql 4 mysql5 postgresql83 postgresql84 description "Install bacula client and server with sqlite 3 backend" {115 variant sqlite3 conflicts client_only sqlite2 mysql5 postgresql83 postgresql84 description "Install bacula client and server with sqlite 3 backend" { 122 116 depends_lib-append port:sqlite3 123 117 configure.args-append --with-sqlite3=${prefix} … … 125 119 } 126 120 127 if {![variant_isset mysql 4] && ![variant_isset mysql5] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset sqlite2] && ![variant_isset sqlite3]} {121 if {![variant_isset mysql5] && ![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset sqlite2] && ![variant_isset sqlite3]} { 128 122 default_variants +client_only 129 123 }
Note: See TracChangeset
for help on using the changeset viewer.

