pkgsrc/lang/erlang
is 7ddcc628b5 From https://github.com/erlang/otp/pull/46#issuecomment-21719585
"Since b29ecbd (OTP-10418, R15B03) Erlang does not compile anymore with
old versions of GCC that do not have atomic ops builtins on platforms
where there is no native ethread implementation (e.g. ARM): (...)

Please note however that I will be merging this branch as well,
which will mean that you have to explicitly tell configure that
you intend to use the fallback atomic operations though
--disable-native-ethr-impls or --disable-smp-require-native-atomics."

Translated: On NetBSD-5.1 (with gcc-4.1.3) the erlang package
didn't compile because of

>  ../include/internal/gcc/ethr_membar.h:49:4: error:
>	#error "No __sync_val_compare_and_swap"

Adding the abovementioned option --disable-native-ethr-impls make the
Erlang runtime system use the original (now fallback) code. This should
maybe be an pkg option, but for now this has to do.
2013-12-24 15:00:44 +00:00
..
patches Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
buildlink3.mk Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
DESCR
distinfo Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
hacks.mk
Makefile From https://github.com/erlang/otp/pull/46#issuecomment-21719585 2013-12-24 15:00:44 +00:00
Makefile.versions Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
MESSAGE
options.mk PLIST and generation fixes for various options. 2013-07-05 12:42:48 +00:00
PLIST Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
PLIST.hipe Update to Erlang/OTP R15B01 2012-04-12 12:14:12 +00:00
PLIST.java Update to Erlang/OTP R14B02 2011-04-14 19:34:07 +00:00
PLIST.Linux Add PLIST.Linux 2012-01-24 03:39:22 +00:00
PLIST.SunOS