From 0b97df3cafaee04216d5b9cdaa19b301ad9a56cf Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 11 Mar 2016 15:04:28 +0000 Subject: [PATCH] xulrunner: boneyard Mozilla have dropped support for xulrunner and currently no developer has picked it up. On our side of the deal, beyond this summer when a new major release of OS X is released we'll lose the ability to build & test this formula completely as it currently doesn't build on anything newer than Mavericks. Ref: https://lists.mozilla.org/pipermail/dev-platform/2015-July/011178.html Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=1221724 Closes Homebrew/homebrew#33558. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index c0466e3883..261c1df55d 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -250,6 +250,7 @@ TAP_MIGRATIONS = { "xpdf" => "homebrew/x11", "xplot" => "homebrew/x11", "xspringies" => "homebrew/x11", + "xulrunner" => "homebrew/boneyard", "yarp" => "homebrew/x11", "ydict" => "homebrew/boneyard", }