[MacPorts] #34017: par mangles UTF-8 input with a non-breaking space character U+00A0

MacPorts noreply at macports.org
Tue Apr 24 19:20:10 PDT 2012


#34017: par mangles UTF-8 input with a non-breaking space character U+00A0
-----------------------------+----------------------------------------------
  Reporter:  kenh@…          |       Owner:  qbarnes@…        
      Type:  defect          |      Status:  closed           
  Priority:  Normal          |   Milestone:                   
 Component:  ports           |     Version:  2.0.4            
Resolution:  fixed           |    Keywords:  haspatch         
      Port:  par             |  
-----------------------------+----------------------------------------------
Changes (by ryandesign@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Replying to [comment:9 qbarnes@…]:
 > Ah, if that's the case that it doesn't matter, you can discard the
 protoMakefile patch if you like.
 >
 > I see you've tweaked the build.args and added variant universal too.
 Good to see.  I'll remember those changes for other packages.

 Only needed for ports that don't use a standard configure script, which
 would have handled it automatically.

 > I'm not sure I completely follow your build.arg changes to support
 universal builds.  I can't find the "[get_canonical_archflags cc]"
 documented.  Is there a reason to use that Tcl escape hatch function
 instead of just "${configure.universal_cflags}"?

 Sorry, [get_canonical_archflags] isn't documented anywhere, as far as I
 know. It returns ${configure.universal_*flags} when the universal variant
 is set, and ${configure.*_archflags} when it isn't. Always using
 ${configure.universal_*flags} wouldn't be correct, as that would result in
 a universal build, even when the universal variant isn't selected.

 I committed my patch in r92320.

-- 
Ticket URL: <https://trac.macports.org/ticket/34017#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list