From b867ca57958f5299e5ce9ca46cb9f72ecfcad47e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 9 Jul 2014 21:39:34 -0700 Subject: Move TeXmacs to boneyard. Does not compile with modern C++ compilers. Closes #27386. --- Library/Formula/texmacs.rb | 25 ------------------------- Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 Library/Formula/texmacs.rb (limited to 'Library') 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 diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index d8e943863..e468ba8cf 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -55,6 +55,7 @@ TAP_MIGRATIONS = { "sundials" => "homebrew/science", "syslog-ng" => "homebrew/boneyard", "tetgen" => "homebrew/science", + "texmacs" => "homebrew/boneyard", "tmap" => "homebrew/boneyard", "urweb" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard", -- cgit v1.2.3