Opened 12 years ago
Closed 12 years ago
#37149 closed defect (duplicate)
fontconfig @2.10.1 fails with docbook-utils installed
Reported by: | lockhart (Thomas Lockhart) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt), pixilla (Bradley Giesbrecht) |
Port: | fontconfig |
Description
docbook-utils provides tools to build SGML-based documentation. The fontconfig configuration step finds these tools and automatically tries to rebuild its own documentation, which otherwise is obtained from pre-built versions in the source tarball. atm the docbook-utils utility to build hardcopy is broken due to other missing packages so the doc build step fails. This patch adds a single argument to the fontconfig configure step to suppress building new documentation (which is the expected behavior). Additionally, the documentation sources are patched to build against current versions of docbook-sgml (though as mentioned above the final step for this fails).
Attachments (1)
Change History (2)
Changed 12 years ago by lockhart (Thomas Lockhart)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Thanks for the patch. Let's continue discussion in #37131.
Patch to suppress document building in case docbook-utils is installed when fontconfig is installed or updated. Also patch doc sources to use available versions of docbook in case docs are built in the future.