Files
ports/textproc/xmlada/files/patch-input__sources_xmlada__input.gpr
T
Alastair Hogge 255db0c8d2 textproc/xmlada: Update to 26.0.0
Update to 26.0.0:
 * Complete License block
 * Convert to GPRBuild, which enables removal of gmake (except from
   do-test), GNU configure and cleans up the file system hierarchy in
   ${PREFIX}
 * Install Sphinx generated manual page
 * Install Ada Library Information files (.ali) into
   ${PREFIX}/libdata/xmlada instead of in ${PREFIX}/lib/xmlada, this
   respects the default layout described in hier(7)
 * Integrate testing, including the W3C's XML test suites
 * Some minor updates to pkg-descr
 * Remove hard dependency on GNAT-12 from ${USES} and
   ${NO_SHLIB_REQUIRES_GLOB} enabling XML/Ada use for any of the
   GNAT tool-chains

https://github.com/AdaCore/xmlada

 PR:		296144
2026-07-03 21:28:08 +02:00

15 lines
676 B
Plaintext

Documentation is handled by the Port itself. Remove these Install
Artifacts to eliminate the noise polution in the build log.
--- input_sources/xmlada_input.gpr.orig 2026-07-01 04:25:40 UTC
+++ input_sources/xmlada_input.gpr
@@ -39,8 +39,6 @@ project XmlAda_Input is
package Ide renames XmlAda_Shared.Ide;
package Install is
- for Artifacts ("share/doc/xmlada")
- use ("../docs/_build/html/*", "../docs/_build/latex/XMLAda.pdf");
for Artifacts ("share/gpr") use ("../distrib/xmlada.gpr");
for Artifacts ("share/examples/xmlada/dom") use ("../docs/dom/*");
for Artifacts ("share/examples/xmlada/sax") use ("../docs/sax/*");