68d867330e
Support for kqueue has been disabled. From the release notes: http://www.erlang.org/download/otp_src_R11B-2.readme "Note: configure will refuse to enable kernel poll support on FreeBSD since kqueue have problems with (at least) pipes on all version of FreeBSD that we have tested."
50 lines
858 B
Makefile
50 lines
858 B
Makefile
# $FreeBSD$
|
|
|
|
ERTS_VSN= 5.5.2
|
|
OTP_LIBS= appmon-2.1.6 \
|
|
asn1-1.4.4.11 \
|
|
compiler-4.4.2 \
|
|
cosEvent-2.1 \
|
|
cosEventDomain-1.1 \
|
|
cosFileTransfer-1.1.2 \
|
|
cosNotification-1.1.3 \
|
|
cosProperty-1.1.1 \
|
|
cosTime-1.1 \
|
|
cosTransactions-1.2 \
|
|
crypto-1.5 \
|
|
debugger-3.1 \
|
|
dialyzer-1.5.0 \
|
|
edoc-0.6.9 \
|
|
erl_interface-3.5.5.2 \
|
|
et-1.0 \
|
|
gs-1.5.5 \
|
|
hipe-3.6.0 \
|
|
ic-4.2.11 \
|
|
inets-4.7.6 \
|
|
inviso-0.1 \
|
|
jinterface-1.3 \
|
|
kernel-2.11.2 \
|
|
megaco-3.5 \
|
|
mnemosyne-1.2.6 \
|
|
mnesia-4.3.3 \
|
|
mnesia_session-1.1.6 \
|
|
observer-0.9.7.1 \
|
|
odbc-2.0.6 \
|
|
orber-3.6.3 \
|
|
os_mon-2.1.1 \
|
|
otp_mibs-1.0.4 \
|
|
parsetools-1.4 \
|
|
pman-2.5.2 \
|
|
runtime_tools-1.6.1 \
|
|
sasl-2.1.4 \
|
|
snmp-4.8.2 \
|
|
ssh-0.9.5 \
|
|
ssl-3.0.12 \
|
|
stdlib-1.14.2 \
|
|
syntax_tools-1.5.0 \
|
|
toolbar-1.3 \
|
|
tools-2.5.2 \
|
|
tv-2.1.3 \
|
|
webtool-0.8.3 \
|
|
xmerl-1.0.5
|