From 4bb8b82fa9e9cd70ca8b52cbc1b426be6c49553b Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sat, 9 Aug 2014 19:53:35 +0000 Subject: - Fix issue when building with HTTP option[1] - Add missing file to the pkg-plist when LAGER option is not defined PR: 193293[1] --- net-im/ejabberd/files/patch-unicode-fixup | 55 +++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 net-im/ejabberd/files/patch-unicode-fixup (limited to 'net-im/ejabberd/files/patch-unicode-fixup') diff --git a/net-im/ejabberd/files/patch-unicode-fixup b/net-im/ejabberd/files/patch-unicode-fixup new file mode 100644 index 000000000000..45a607d7acb3 --- /dev/null +++ b/net-im/ejabberd/files/patch-unicode-fixup @@ -0,0 +1,55 @@ + +$FreeBSD$ + +Erlang treats the files by default as utf-8, whereas these files have ISO-8859-1 +characters in them. + +--- ../deps/lhttpc/src/lhttpc.app.src.orig 2014-05-19 07:38:56.000000000 +0530 ++++ ../deps/lhttpc/src/lhttpc.app.src 2014-08-07 13:17:49.172704645 +0530 +@@ -1,3 +1,4 @@ ++%% coding: latin-1 + %%% ---------------------------------------------------------------------------- + %%% Copyright (c) 2009, Erlang Training and Consulting Ltd. + %%% All rights reserved. +--- ../deps/lhttpc/src/lhttpc.erl.orig 2014-05-19 07:38:56.000000000 +0530 ++++ ../deps/lhttpc/src/lhttpc.erl 2014-08-07 13:17:49.169705958 +0530 +@@ -1,3 +1,4 @@ ++%% coding: latin-1 + %%% ---------------------------------------------------------------------------- + %%% Copyright (c) 2009, Erlang Training and Consulting Ltd. + %%% All rights reserved. +--- ../deps/lhttpc/src/lhttpc_client.erl.orig 2014-05-19 07:38:56.000000000 +0530 ++++ ../deps/lhttpc/src/lhttpc_client.erl 2014-08-07 13:17:49.171704902 +0530 +@@ -1,3 +1,4 @@ ++%% coding: latin-1 + %%% ---------------------------------------------------------------------------- + %%% Copyright (c) 2009, Erlang Training and Consulting Ltd. + %%% All rights reserved. +--- ../deps/lhttpc/src/lhttpc_lib.erl.orig 2014-05-19 07:38:56.000000000 +0530 ++++ ../deps/lhttpc/src/lhttpc_lib.erl 2014-08-07 13:17:49.173704875 +0530 +@@ -1,3 +1,4 @@ ++%% coding: latin-1 + %%% ---------------------------------------------------------------------------- + %%% Copyright (c) 2009, Erlang Training and Consulting Ltd. + %%% All rights reserved. +--- ../deps/lhttpc/src/lhttpc_manager.erl.orig 2014-05-19 07:38:56.000000000 +0530 ++++ ../deps/lhttpc/src/lhttpc_manager.erl 2014-08-07 13:17:49.171704902 +0530 +@@ -1,3 +1,4 @@ ++%% coding: latin-1 + %%% ---------------------------------------------------------------------------- + %%% Copyright (c) 2009, Erlang Training and Consulting Ltd. + %%% All rights reserved. +--- ../deps/lhttpc/src/lhttpc_sock.erl.orig 2014-05-19 07:38:56.000000000 +0530 ++++ ../deps/lhttpc/src/lhttpc_sock.erl 2014-08-07 13:17:49.173704875 +0530 +@@ -1,3 +1,4 @@ ++%% coding: latin-1 + %%% ---------------------------------------------------------------------------- + %%% Copyright (c) 2009, Erlang Training and Consulting Ltd. + %%% All rights reserved. +--- ../deps/lhttpc/src/lhttpc_sup.erl.orig 2014-05-19 07:38:56.000000000 +0530 ++++ ../deps/lhttpc/src/lhttpc_sup.erl 2014-08-07 13:17:49.170704704 +0530 +@@ -1,3 +1,4 @@ ++%% coding: latin-1 + %%% ---------------------------------------------------------------------------- + %%% Copyright (c) 2009, Erlang Training and Consulting Ltd. + %%% All rights reserved. -- cgit v1.2.3