91934f9785
SunOS, Java and ODBC support by Filip Hajny and some tests by Matthias Kretschmer. Changes in R13B03 ----------------- There are mostly error corrections, but also some new functionality. Some highlights in the R13B03 release are: - Native Implemented Functions (NIFs) still experimental but very useful. - The documentation is built in a new way using xsltproc and Apache FOP. The layout is changed both in HTML and PDF versions. This is the first step, more changes and improvements will come in the following releases. Changes between R13A and R13B02 are unknown. Changes in R13A --------------- 1.1 Erlang Language and Run-time System Multi-core and SMP performance improvements There SMP performance is significantly improved: - multiple, scheduler specific run queues; - further optimized message passing; - CPU-bound scheduler threads. Unicode support as described in EEP10 New BIF's: atom_to_binary/2, binary_to_atom/2, binary_to_existing_atom/2. Independent Erlang clusters on the same host 1.2 New Applications Reltool, release management tool. WxErlang 1.3 New features in Existing Applications Common_test - SSH and SFTP support - test case groups Dialyzer - opaque type declarations; - UTF segments handling SSL - pure Erlang implementation (except crypto routines) STDLIB - scanner has been augmented to return white-space, comments and exact location of tokens.
25 lines
611 B
Makefile
25 lines
611 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2009/12/15 12:07:57 asau Exp $
|
|
|
|
BUILDLINK_TREE+= erlang
|
|
|
|
.if !defined(ERLANG_BUILDLINK3_MK)
|
|
ERLANG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.erlang+= erlang>=10.1
|
|
BUILDLINK_ABI_DEPENDS.erlang?= erlang>=10.1.9nb1
|
|
BUILDLINK_PKGSRCDIR.erlang?= ../../wip/erlang
|
|
|
|
pkgbase := erlang
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.erlang:Miodbc)
|
|
. include "../../databases/iodbc/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.erlang:Munixodbc)
|
|
. include "../../databases/unixodbc/buildlink3.mk"
|
|
.endif
|
|
|
|
.endif # ERLANG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -erlang
|