[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:48:14 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206568
--- Comment #3 from commit-hook at 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 at nifty.ne.jp> (maintainer)
Changes:
head/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