[Bug 251329] textproc/asciidoc: extraneous carriage returns in output

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 20 19:49:53 UTC 2020


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

--- Comment #11 from commit-hook at FreeBSD.org ---
A commit references this bug:

Author: sunpoet
Date: Sun Dec 20 19:48:54 UTC 2020
New revision: 558767
URL: https://svnweb.freebsd.org/changeset/ports/558767

Log:
  Use config newline setting in system attribute evaluation

  - Bump PORTREVISION for package change

  It fixes comms/fldigi build without extra \r removal.

  Problems seen with inconsistent newlines in the Table Of Contents HTML pulled
in
  from the configuration file. While the rest of the contents in the resulting
  HTML file honored the newline style configured by the user, this specific
  snippet of HTML always used "\r\n".

  This root of this problem existed for some time, but in earlier versions, the
  newline style was always "\n". The symptoms changed as a side effect of the
  issue "Extra line padding in source and literal blocks". In this issue, the
  newline style changed to "\r\n", and was noticed by users.

  Change the System Attribute Evaluation function to use the newline setting
from
  the global "config" instead of using the default newline.

  PR:           251329
  Reported by:  db
  Obtained from:       
https://github.com/asciidoc/asciidoc-py3/commit/8313e45cc78af30bb8df5d33311a7f2fdc50595c

Changes:
  head/textproc/asciidoc/Makefile
  head/textproc/asciidoc/files/patch-asciidoc.py

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


More information about the freebsd-ports-bugs mailing list