From 9977bbd461a97895f28157936b784a937bc23223 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 4 May 2014 11:14:40 -0700 Subject: Move hugs98 to the boneyard. Last update was in 2006 and this software does not build with modern compilers. Closes #28939. --- Library/Formula/hugs98.rb | 31 ------------------------------- Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 Library/Formula/hugs98.rb (limited to 'Library') diff --git a/Library/Formula/hugs98.rb b/Library/Formula/hugs98.rb deleted file mode 100644 index 6c4f9ac16..000000000 --- a/Library/Formula/hugs98.rb +++ /dev/null @@ -1,31 +0,0 @@ -require 'formula' - -class Hugs98 < Formula - homepage 'http://www.haskell.org/hugs/' - url 'http://cvs.haskell.org/Hugs/downloads/2006-09/hugs98-plus-Sep2006.tar.gz' - version 'plus-Sep2006' - sha1 '1464a80c715bc5f786ea5a4e4257b2ff0dc7e1e9' - - depends_on 'readline' - - fails_with :clang do - cause %[ERROR "../libraries/bootlib/Data/Dynamic.hs" - Module "Main" already loaded] - end - - patch :p0 do - url "https://trac.macports.org/export/80246/trunk/dports/lang/hugs98/files/patch-packages-base-include-HsBase.h.diff" - sha1 "2cc58901ec6e8d81bda8d73230cb0a27b320cf94" - end - - patch :p0 do - url "https://trac.macports.org/export/80246/trunk/dports/lang/hugs98/files/patch-libraries-tools-make-bootlib.diff" - sha1 "acd32ba7fda404f9c33791c253e14e801ffd4e2f" - end - - def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make" - system "make install" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 70d831095..70e8b9886 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -11,6 +11,7 @@ TAP_MIGRATIONS = { "drizzle" => "homebrew/boneyard", "dsniff" => "homebrew/boneyard", "grads" => "homebrew/binary", + "hugs98" => "homebrew/boneyard", "hwloc" => "homebrew/science", "ipopt" => "homebrew/science", "jscoverage" => "homebrew/boneyard", -- cgit v1.2.3