Commit graph

5 commits

Author SHA1 Message Date
Jimmy Olgeni
b841429d2c - Do not install extra PDF documentation
- Do not install epmd
- Replace more ERLANG_LIB occurrences in pkg-message

Noticed by:	stas
2013-05-06 20:15:31 +00:00
Jimmy Olgeni
06474237aa Add ERLANG_LIB to SUB_LIST, and use it in pkg-message.
No PORTREVISION bump because the package stays the same.
2013-05-06 18:40:08 +00:00
Jimmy Olgeni
b8c9ed5008 Fix LATEST_LINK. 2013-05-06 13:00:20 +00:00
Jimmy Olgeni
cc55695105 Replace /usr/local with %%LOCALBASE%%. 2013-05-05 13:26:39 +00:00
Jimmy Olgeni
d8664ccffe Add lang/erlang-runtime15.
This port is indented for developers and port maintainers. It is a
copy of lang/erlang with a few differences:

- Nothing is installed in $PREFIX/bin
- Libraries are installed in $PREFIX/lib/erlang15
- You have to change your PATH to actually use it
- Support for building PLTs is removed
- Other ports are not supposed to install anything inside this environment

What is this for:

- Building Erlang applications using the R15 runtime, once R16 is
  committed (think Riak).

- Building Erlang applications when there are conflicts with modules
  provided by other ports (for example, the RabbitMQ client libraries
  conflict with the server code installed by net/rabbitmq).

- Testing new Erlang versions before the main port is upgraded.
2013-05-05 13:04:34 +00:00