[MacPorts] #45104: ocaml-ocamlnet build fails due to an invalid character sequence in a comment

MacPorts noreply at macports.org
Fri Sep 19 20:15:03 PDT 2014


#45104: ocaml-ocamlnet build fails due to an invalid character sequence in a
comment
---------------------+--------------------------------
 Reporter:  piotr@…  |      Owner:  macports-tickets@…
     Type:  defect   |     Status:  new
 Priority:  Normal   |  Milestone:
Component:  ports    |    Version:  2.3.1
 Keywords:           |       Port:  ocaml-ocamlnet
---------------------+--------------------------------
 The build fails because of an illegal sequence of characters in
 src/netstring/netencoding.mli on line 123

 The following patch fixes the issue:

 {{{
 --- src/netstring/netencoding.mli.orig  2014-09-19 19:57:18.000000000
 -0700
 +++ src/netstring/netencoding.mli       2014-09-19 19:57:42.000000000
 -0700
 @@ -120,7 +120,7 @@
          * to ensure that all output lines have a length <= 76 bytes.
          *
          * Note unsafe characters:
 -        *   As recommended by RFC 2045, the characters [!#$\@[]^`{|}~]
 +        *   As recommended by RFC 2045, the characters [!#$\@[]^`{}~]|
          *   and the double quotes
          *   are additionally represented as hex tokens.
          *   Furthermore, the letter 'F' is considered as unsafe if it
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/45104>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list