Bug 250028

Summary: devel/xdg-utils fails to build with html2text-2.0.0
Product: Ports & Packages Reporter: Stefan Ehmann <shoesoft>
Component: Individual Port(s)Assignee: freebsd-desktop (Team) <desktop>
Status: Closed FIXED    
Severity: Affects Only Me CC: adridg, bapt, tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   

Description Stefan Ehmann 2020-10-01 19:01:21 UTC
After the upgrade of textproc/html2text I get the following build error for xdg-utils:

/usr/local/bin/minixmlto txt desc/xdg-desktop-menu.xml
Unrecognized command line option "-style", try "-help".

That's somewhat confusing, because there is no "-style" option passed.
minixmlto invokes "html2text -nobs -style pretty -o xdg-desktop-menu.txt"

Not sure where this should be fixed, html2text of minixmlto.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-10-01 19:48:40 UTC
A commit references this bug:

Author: bapt
Date: Thu Oct  1 19:47:55 UTC 2020
New revision: 550869
URL: https://svnweb.freebsd.org/changeset/ports/550869

Log:
  Revert the upgrade to 2.0.0 it is not backward compatible
  and break minixmlto in some cases

  bump portepoch

  PR:		250028
  Reported by:	Stefan Ehmann <shoesoft@gmx.net>

Changes:
  head/textproc/html2text/Makefile
  head/textproc/html2text/distinfo
  head/textproc/html2text/files/
  head/textproc/html2text/pkg-descr
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-01 19:50:42 UTC
A commit references this bug:

Author: bapt
Date: Thu Oct  1 19:50:03 UTC 2020
New revision: 550870
URL: https://svnweb.freebsd.org/changeset/ports/550870

Log:
  MFH: r550869

  Revert the upgrade to 2.0.0 it is not backward compatible
  and break minixmlto in some cases

  bump portepoch

  PR:		250028
  Reported by:	Stefan Ehmann <shoesoft@gmx.net>

Changes:
_U  branches/2020Q4/
  branches/2020Q4/textproc/html2text/Makefile
  branches/2020Q4/textproc/html2text/distinfo
  branches/2020Q4/textproc/html2text/files/
  branches/2020Q4/textproc/html2text/pkg-descr
Comment 3 Adriaan de Groot freebsd_committer freebsd_triage 2022-01-25 12:32:26 UTC
Fixed by reverting the update. bapt@, since html2text is yours I'm going to trust you to remember this issue the next time updates come around -- maybe a comment in the html2text Makefile as a aide-de-memoire?