- Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
11 lines
285 B
Erlang
11 lines
285 B
Erlang
--- src/xmlrpc_decode.erl.orig 2003-04-23 19:06:45 UTC
|
|
+++ src/xmlrpc_decode.erl
|
|
@@ -28,7 +28,7 @@
|
|
-author('jocke@gleipnir.com').
|
|
-export([payload/1]).
|
|
|
|
--include("xmerl.hrl").
|
|
+-include_lib("xmerl/include/xmerl.hrl").
|
|
|
|
payload(Payload) ->
|
|
case xmerl_scan:string(Payload) of
|