Date: Sun, 9 Jan 2005 11:27:56 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile ports/lang/erlang/files patch-lib_kernel_src_application__controller.erl Message-ID: <200501091127.j09BRuGR062232@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
olgeni 2005-01-09 11:27:56 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Added files: lang/erlang/files patch-lib_kernel_src_application__controller.erl Log: Fix HIPE support. Looks like GNU make is picking up ARCH from environment, even if it is defined in the Makefile. Given that FreeBSD's ARCH is "i386" and Erlang's ARCH is "x86", some substitutions did fail leading to a strange compiler failure[0]. Also fix a file:format_error call that produces an incorrect error message[1]. Obtained from: Brian Buchanan <bwb(at)holo.org> [0] Obtained from: Vlad Dumitrescu <vlad_dumitrescu(at)hotmail.com> [1] Revision Changes Path 1.64 +3 -2 ports/lang/erlang/Makefile 1.1 +14 -0 ports/lang/erlang/files/patch-lib_kernel_src_application__controller.erl (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501091127.j09BRuGR062232>