[Bug 206568] [maintainer update][patch] japanese/today: Fix line breaks conversion

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 28 23:49:16 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206568

--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sun Feb 28 23:48:45 UTC 2016
New revision: 409786
URL: https://svnweb.freebsd.org/changeset/ports/409786

Log:
  MFH: r409785

  Fix line breaks conversion.

  Current japanese/today converts each file's line breaks from CRLF to LF
  with the following procedure in Makefile:

   ${SED} 's/.$$//'

  It is a very problematic method, and breaks many Japanese strings in
  the data files (*.tbl).

  To solve the problem, use "${TR} -d '\015'" for the conversion.

  PR:           206568
  Submitted by: WATANABE Kazuhiro <CQG00620 at nifty.ne.jp> (maintainer)

  Approved by:  portmgr blanket approval

Changes:
_U  branches/2016Q1/
  branches/2016Q1/japanese/today/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list