On 2025/02/12 20:42, Pascal Stumpf wrote:
> On Wed, 12 Feb 2025 20:41:04 +0100, Pascal Stumpf wrote:
> > Xalan-C++ version is a robust implementation of the W3C Recommendations
> > for XSL Transformations (XSLT) and the XML Path Language (XPath).
> > It works with the Xerces-C++ XML parser.
> >
> > The Xalan-C++ project creates and distributes a standard XSLT library
> > and a simple Xalan command-line utility for transforming XML
> > documents.
> >
> > This is a dependency for brewtarget. OK?
>
> Now with the tarball attached.
btw, that was named .tgz but was a plain un-gzipped tar.
Apache don't keep old distfiles in the main source distribution dirs
so fetches will stop working after a future release if you just list
that in SITES. Please use this instead:
${SITE_APACHE:=xalan/xalan-c/sources/}
Also needs this, otherwise if doxygen is picked up, it segfaults during
build:
CONFIGURE_ARGS = -Ddoxygen=off
with that, OK sthen