Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 23:49:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206568] [maintainer update][patch] japanese/today: Fix line breaks conversion
Message-ID:  <bug-206568-13-9Rdlr5TzPw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206568-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206568-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206568

--- Comment #4 from commit-hook@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@nifty.ne.jp> (maintainer)

  Approved by:  portmgr blanket approval

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206568-13-9Rdlr5TzPw>