From b45ff75feafbc348ca3bb6924819940a077f9c5b Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Wed, 24 Feb 2010 14:28:01 +0100 Subject: [PATCH] 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 --- Formula/erlang.rb | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/Formula/erlang.rb b/Formula/erlang.rb index 006fc176e36..13b3b7299c5 100644 --- a/Formula/erlang.rb +++ b/Formula/erlang.rb @@ -1,14 +1,14 @@ require 'formula' class ErlangManuals ["patch-erts_emulator_Makefile.in", - "patch-erts_emulator_hipe_hipe_amd64_asm.m4.diff", - "patch-erts_emulator_hipe_hipe_amd64_bifs.m4.diff", - "patch-erts_emulator_hipe_hipe_amd64_glue.S.diff", - "patch-erts_emulator_hipe_hipe_amd64.c.diff", - "patch-erts_emulator_sys_unix_sys_float.c.diff", - "patch-lib_ssl_c_src_esock_openssl.c", - "patch-lib_wx_configure.in", - "patch-lib_wx_configure" - ].map { |file_name| "http://svn.macports.org/repository/macports/!svn/bc/60054/trunk/dports/lang/erlang/files/#{file_name}" } - } - end - def install ENV.deparallelize ENV.gcc_4_2 # see http://github.com/mxcl/homebrew/issues/#issue/120 @@ -54,7 +40,6 @@ class Erlang = 10.6 config_flags << "--enable-darwin-64bit" - config_flags << "--enable-m64-build" end system "./configure", *config_flags