Commit Graph

27 Commits (5db2cefb7e9bce0b1612f535dc86a2e2ecc08c63)

Author SHA1 Message Date
Adam Vandenberg e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Adam Vandenberg 7570c95242 Allow Erlang to download from GitHub.
Erland has an official GitHub repository. Cloning this repository is
faster than downloading the official tarball, so we (ab)use head to
allow for this alternate download:
    brew install erlang --HEAD

Fixes Homebrew/homebrew#1179.
2010-04-19 12:20:13 -07:00
Max Howell 73b42027ec Lets swap those md5s
Serves me right for not test building it. But you see — Erlang takes ages.
2010-02-24 17:26:43 +00:00
Tuncer Ayaz b45ff75fea Update Erlang/OTP to R13B04
Update Erlang/OTP to R13B04 release and in the process drop amd64
and HiPE patches. Geoff Cant provided patches inspired by the
macports diffs and these are now included upstream.

I've also dropped the wxMac patches as (1) wx is not built but
SKIPped and (2) the last time I tried on 10.6 it worked without any
patches. That was of course in 32-bit mode only as the wxMac bundled
with 10.6 is exclusively 32-bit. The not-yet-stable wxMac 2.9 branch
has 64-bit support but it's not tested with wxErlang, yet.

Signed-off-by: Tuncer Ayaz <tuncer.ayaz@gmail.com>
2010-02-24 15:13:20 +00:00
Max Howell 79ae5bb593 Add regression test function
Nothing runs it yet, but we can add plumbing later.
2009-12-06 15:30:23 +00:00
Max Howell 488a0c69f5 Update Erlang manuals to R13B03 2009-12-06 15:30:04 +00:00
Max Howell f7881114f3 Fix Erlang crypto plugin 2009-12-06 15:29:16 +00:00
Max Howell 6e317a6d4d Actually, only CouchDB depends on icu4c 2009-12-02 11:38:15 +00:00
Max Howell 9c80d32be7 Erlang R13B03
Remove the __END__ patch as it is now fixed.

Removed some patches that make no sense for us.
2009-12-01 12:07:33 +00:00
Max Howell eb73bc8aa0 Fixes Homebrew/homebrew#126; configure breaks with 64 bit kernel 2009-11-11 17:29:35 +00:00
Max Howell d876c0add6 Let's have an Erlang without serious performance issues
Fixes Homebrew/homebrew#120
2009-11-09 17:56:16 +00:00
Jannis Leidel e055617c92 Fixed erlang formula by applying required patches 2009-11-07 18:22:33 +00:00
jtimberman ad41f40b32 Skip wxwidgets because it fails to build on Leopard
Fixes Homebrew/homebrew#96
2009-10-19 04:02:47 +01:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell a5655419d8 Fixes Homebrew/homebrew#61; Erlang crypto driver fails to load
Turns out the problem was zealous stripping… again.
2009-10-04 17:49:49 +01:00
Max Howell caf60a8f4f Remove OpenSSL
We don't want beta libs and Erlang doesn't need it.

Also disabled installation of erlang docs as we just delete them, we need to make the delete step optional.
2009-10-03 16:16:44 +01:00
Joe Shaw e5e3e307fd Update erlang to the latest release, R13B02-1 2009-09-30 01:24:31 +01:00
Abhay Kumar e6de5ac534 Don't prematurely bump Erlang
Thou shall not bump a packaging system's erlang version before it's released
even though you love to live on the edge.

Signed-off-by: Max Howell <max@methylblue.com>

Agreed, Homebrew sticks to stable releases in the main url, the @head url is used for cutting edge.
2009-09-25 01:24:05 +01:00
Ben Alpert 5e0a3ac21a Add Hardware.is_64_bit? method
Closes Homebrew/homebrew#53
2009-09-24 16:30:26 -06:00
Max Howell ec4aa1f6b6 Merge branch 'deps'
Conflicts:
	Library/Formula/imagemagick.rb
	Library/Formula/taglib.rb
	Library/Homebrew/brew.h.rb
	Library/Homebrew/formula.rb
	bin/brew
2009-09-21 18:46:28 +01:00
Max Howell c665eac117 Dependency resolution with fancy syntax
Is it a DSL? No. But people call it that apparently.

To add a dependency:

class Doe <Formula
  depends_on 'ray'
  depends_on 'mee' => :optional
  depends_on 'far' => :recommended
  depends_on Sew.new
end

Sew would be a formula you have defined in this Formula file. This is useful,
eg. see Python's formula. Formula specified in this fashion cannot be linked
into the HOMEBREW_PREFIX, they are considered private libraries. This allows
you to create custom installations that are very specific to your formula.

More features to come, like specifying versions
2009-09-21 18:27:48 +01:00
Geoff Cant 55e8b5582e Latest Erlang R13B02 snapshot
Signed-off-by: Max Howell <max@methylblue.com>

I had to amend this quite heavily as it wasn't a patch against the latest formula.
2009-09-16 14:49:06 +01:00
Sean Wolfe c86462d485 Some improvements to the Erlang Formula
Updated erlang with changes to brewkit

Added deps.

Crypto still broke.

Signed-off-by: Max Howell <max@methylblue.com>

I removed the flag to make manpages optional as the Homebrew default is to
install manapges.
2009-09-14 20:33:46 +01:00
Abhay Kumar d1330fb0b4 updated erlang to R13B01 and added man pages 2009-08-31 17:06:11 -07:00
Adam Vandenberg ffbe67c95b Reformatted ./configure
Signed-off-by: Max Howell <max@methylblue.com>
2009-08-12 05:42:57 +08:00
Max Howell aa14a25a43 Apply new ENV capabilities to all existing Formulae 2009-08-10 18:11:22 +01:00
Max Howell 502cfe2252 Erlang formula 2009-06-05 23:38:23 +01:00