diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-08-09 19:53:35 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-08-09 19:53:35 +0000 |
commit | 4bb8b82fa9e9cd70ca8b52cbc1b426be6c49553b (patch) | |
tree | d7cc6ab2f224c1de3820704401361c276156a5d1 /net-im/ejabberd/files | |
parent | Bump PORTREVISION for libcdio update (diff) |
- Fix issue when building with HTTP option[1]
- Add missing file to the pkg-plist when LAGER option is not defined
PR: 193293[1]
Diffstat (limited to 'net-im/ejabberd/files')
-rw-r--r-- | net-im/ejabberd/files/patch-unicode-fixup | 55 |
1 files changed, 55 insertions, 0 deletions
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. |