./textproc/libxslt, XSLT parser library from the GNOME project

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q1, Version: 1.1.34nb4, Package name: libxslt-1.1.34nb4, Maintainer: pkgsrc-users

Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is
an XML language to define transformation for XML. Libxslt is based on libxml2
the XML C library developed for the Gnome project. It also implements most of
the EXSLT set of extensions functions and some of Saxon's evaluate and
expressions extensions.


Master sites:

SHA1: 5b42a1166a1688207028e4a5e72090828dd2a61e
RMD160: 46a5d1ac1524ad685447cec71c0f8313d727f0af
Filesize: 3469.002 KB

Version history: (Expand)


CVS history: (Expand)


   2021-05-25 16:49:35 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6459 - requested by nia
textproc/libxslt: build fix

Revisions pulled up:
- textproc/libxslt/distinfo                                     1.66
- textproc/libxslt/patches/patch-configure                      1.3

---
   Module Name:	pkgsrc
   Committed By:	mcf
   Date:		Mon May 24 04:18:19 UTC 2021

   Modified Files:
   	pkgsrc/textproc/libxslt: distinfo
   Added Files:
   	pkgsrc/textproc/libxslt/patches: patch-configure

   Log message:
   libxslt: fix libxml2 detection with libxml2 >= 2.9.11

   xml2-config from libxml2 >= 2.9.11 now exits with non-zero status
   for invalid arguments. libxslt called xml2-config with the invalid
   `print` option to probe for its existence, so with new libxml2 it
   now skipped detection via xml2-config entirely causing a build
   failure.

   Apply upstream patch to correct this invalid xml2-config usage.