Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 23:48:14 +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-7TL1XAtoNR@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 #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sun Feb 28 23:47:38 UTC 2016
New revision: 409785
URL: https://svnweb.freebsd.org/changeset/ports/409785

Log:
  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)

Changes:
  head/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-7TL1XAtoNR>