#55255 closed defect (fixed)
docbook-xsl @1.79.2_0 changed stylesheet URIs and broke existing XML files (regression)
Reported by: | lbschenkel (Leonardo Brondani Schenkel) | Owned by: | l2dy (Zero King) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mimaoffice (Michele Marcionelli) | |
Port: | docbook-xsl |
Description
Version 1.79.2 released on GitHub changed the canonical URL for the stylesheets from http://docbook.sourceforge.net
to http://cdn.docbook.org
:
https://github.com/docbook/xslt10-stylesheets/releases/tag/release%2F1.79.2
This means that existing DocBook XML files that use the the former will now not find the local copy installed by the port, and either trigger a download from that URI or fail (in case download is forbidden).
This is preventing at least one port to build, as reported here:
I'm not sure what the correct solution is:
- if all dependent ports should patch their XML files with the new URI
- make both URIs be supported somehow (not sure if this is even possible)
- make "legacy" and "new"
docbook-xsl
be installable side-by-side
Change History (4)
comment:1 Changed 7 years ago by mimaoffice (Michele Marcionelli)
Cc: | mimaoffice added |
---|
comment:2 Changed 7 years ago by l2dy (Zero King)
Owner: | set to l2dy |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 7 years ago by l2dy (Zero King)
Cc: | l2dy removed |
---|
comment:4 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
In 2b7ed03a5dea85bae0d53b4baaebb60903105105/macports-ports: