[Groonga-mysql-commit] mroonga/homebrew at 14a0e13 [master] Update description

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 29 21:43:44 JST 2013


Kouhei Sutou	2013-12-29 21:43:44 +0900 (Sun, 29 Dec 2013)

  New Revision: 14a0e13028777e0b6f7bfa573fda0be7355aa303
  https://github.com/mroonga/homebrew/commit/14a0e13028777e0b6f7bfa573fda0be7355aa303

  Message:
    Update description

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+4 -3)
===================================================================
--- mroonga.rb    2013-12-29 21:40:55 +0900 (9c735f5)
+++ mroonga.rb    2013-12-29 21:43:44 +0900 (a11f6d8)
@@ -19,8 +19,9 @@ class Mroonga < Formula
 
   def options
     [
-      ["--use-homebrew-mysql", "Use MySQL installed by Homebrew"],
-      ["--with-mysql-source=PATH", "MySQL source directory. This option is required without --use-homebrew-mysql"],
+      ["--use-homebrew-mysql", "Use MySQL installed by Homebrew."],
+      ["--use-homebrew-mariadb", "Use MariaDB installed by Homebrew. You can't use this option with --use-homebrew-mysqll."],
+      ["--with-mysql-source=PATH", "MySQL source directory. You can't use this option with --use-homebrew-mysql and --use-homebrew-mariadb"],
       ["--with-mysql-build=PATH", "MySQL build directory (default: guess from --with-mysql-source)"],
       ["--with-mysql-config=PATH", "mysql_config path (default: guess from --with-mysql-source)"],
       ["--with-debug[=full]", "Build with debug option"],
@@ -51,7 +52,7 @@ class Mroonga < Formula
     else
       mysql_source_path = option_value("--with-mysql-source")
       if mysql_source_path.nil?
-        raise "--use-homebrew-mysql or --with-mysql-source=PATH is required"
+        raise "--use-homebrew-mysql, --use-homebrew-mariadb or --with-mysql-source=PATH is required"
       end
       install_mroonga(mysql_source_path, nil)
     end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index