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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 24 12:46:36 UTC 2016


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

            Bug ID: 206568
           Summary: [maintainer update][patch] japanese/today: Fix line
                    breaks conversion
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: CQG00620 at nifty.ne.jp
          Keywords: patch

Created attachment 166054
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166054&action=edit
A patch for japanese/today

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.

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


More information about the freebsd-ports-bugs mailing list