aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-01-03 10:25:30 -0600
committerJack Nagel2013-01-03 10:25:30 -0600
commit72e236b36134c571fe63c75c8fc7761d0482ce81 (patch)
treeb9c1b621951147080f3792717dfe9d93a2f9554d
parent5860f46a25aad267b7b981f45f9412962b2246c3 (diff)
downloadhomebrew-72e236b36134c571fe63c75c8fc7761d0482ce81.tar.bz2
mysql-related conflicts
-rw-r--r--Library/Formula/mariadb.rb3
-rw-r--r--Library/Formula/mysql.rb3
-rw-r--r--Library/Formula/percona-server.rb3
3 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 076ca821e..9eb6a30a6 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -24,6 +24,9 @@ class Mariadb < Formula
conflicts_with 'percona-server',
:because => "mariadb and percona-server install the same binaries."
+ conflicts_with 'mysql-cluster',
+ :because => "mariadb and mysql-cluster install the same binaries."
+
env :std if build.universal?
fails_with :clang do
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 20c1d9fc3..241d66020 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -30,6 +30,9 @@ class Mysql < Formula
conflicts_with 'percona-server',
:because => "mysql and percona-server install the same binaries."
+ conflicts_with 'mysql-cluster',
+ :because => "mysql and mysql-cluster install the same binaries."
+
env :std if build.universal?
fails_with :llvm do
diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb
index 7654bfa45..c4ed6d6c3 100644
--- a/Library/Formula/percona-server.rb
+++ b/Library/Formula/percona-server.rb
@@ -22,6 +22,9 @@ class PerconaServer < Formula
conflicts_with 'mariadb',
:because => "percona-server and mariadb install the same binaries."
+ conflicts_with 'mysql-cluster',
+ :because => "percona-server and mysql-cluster install the same binaries."
+
env :std if build.universal?
fails_with :llvm do