diff options
| author | Adam Vandenberg | 2014-07-09 21:39:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-07-09 21:39:34 -0700 |
| commit | b867ca57958f5299e5ce9ca46cb9f72ecfcad47e (patch) | |
| tree | 05079c39f73cb8f071aa7d2e145a1e7adbef0276 /Library/Formula | |
| parent | 9242c6866da4debcc2af4e08d1ebf0c6c9439c92 (diff) | |
| download | homebrew-b867ca57958f5299e5ce9ca46cb9f72ecfcad47e.tar.bz2 | |
Move TeXmacs to boneyard.
Does not compile with modern C++ compilers.
Closes #27386.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/texmacs.rb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Library/Formula/texmacs.rb b/Library/Formula/texmacs.rb deleted file mode 100644 index 5ede2279b..000000000 --- a/Library/Formula/texmacs.rb +++ /dev/null @@ -1,25 +0,0 @@ -require "formula" - -class Texmacs < Formula - homepage "http://www.texmacs.org" - head "svn://svn.savannah.gnu.org/texmacs/trunk/src" - url "http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.1-src.tar.gz" - sha1 "a5c7171644c84866445334b2d0cb39a6d9dd5f54" - - depends_on "qt" - depends_on "guile" - depends_on "ghostscript" - depends_on "imagemagick" - depends_on :x11 - - # Fails with clang and gcc4.8 due to out-of-spec C++. - # Success with --cc=gcc-4.2 - - def install - system "./configure", "--disable-debug", - "--prefix=#{prefix}", - "--enable-guile2=yes" - system "make" - system "make", "install" - end -end |
