FreeBSD Bugzilla – Attachment 145440 Details for
Bug 192393
net-im/ejabberd fail to build: invalid_unicode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
ejabberd.diff (text/plain), 3.16 KB, created by
Ashish SHUKLA
on 2014-08-07 07:59:43 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Ashish SHUKLA
Created:
2014-08-07 07:59:43 UTC
Size:
3.16 KB
patch
obsolete
>Index: files/patch-unicode-fixup >=================================================================== >--- files/patch-unicode-fixup (revision 0) >+++ files/patch-unicode-fixup (working copy) >@@ -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. > >Property changes on: files/patch-unicode-fixup >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192393
:
145379
| 145440