diff options
| author | Adam Vandenberg | 2012-04-05 20:48:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-05 20:48:10 -0700 |
| commit | dae62191ad42cfdc64a2043b3bc0b21a5ff26805 (patch) | |
| tree | 6ca3afb521f7ba0982bea6733809d72d605a95f3 /Library/Formula/cmigemo.rb | |
| parent | 7e6123609a0a2e086dc84043e32cdaee8067e5fa (diff) | |
| download | homebrew-dae62191ad42cfdc64a2043b3bc0b21a5ff26805.tar.bz2 | |
Remove cmigemo
This formula is installing things directly into /usr/local instead
of to the Cellar, and does not seem to have a "PREFIX" option.
Removing until an interested party fixes it.
Closes #10898.
Diffstat (limited to 'Library/Formula/cmigemo.rb')
| -rw-r--r-- | Library/Formula/cmigemo.rb | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/Library/Formula/cmigemo.rb b/Library/Formula/cmigemo.rb deleted file mode 100644 index 5388f89dd..000000000 --- a/Library/Formula/cmigemo.rb +++ /dev/null @@ -1,44 +0,0 @@ -require 'formula' - -class Cmigemo < Formula - homepage 'http://www.kaoriya.net/software/cmigemo' - url 'http://cmigemo.googlecode.com/files/cmigemo-default-src-20110227.zip' - md5 '6e9b6f6ec96d4eb8bdd18e52b91e1b85' - - depends_on 'nkf' => :build - - # Patch per discussion at: https://github.com/mxcl/homebrew/pull/7005 - def patches - DATA - end - - def install - system "chmod 755 ./configure" - system "./configure" - system "make osx" - system "make osx-dict" - cd 'dict' do - system "make utf-8" - end - ENV.j1 # Install can fail on multi-core machines unless serialized - system "make osx-install" - end - - def caveats; <<-EOS.undent - See also https://gist.github.com/457761 to use cmigemo with Emacs. - You will have to save as migemo.el and put it in your load-path. - EOS - end -end - -__END__ ---- a/src/wordbuf.c 2011-08-15 02:57:05.000000000 +0900 -+++ b/src/wordbuf.c 2011-08-15 02:57:17.000000000 +0900 -@@ -9,6 +9,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <limits.h> - #include "wordbuf.h" - - #define WORDLEN_DEF 64 |
