Subject: CVS commit: pkgsrc/textproc/libxslt
From: Michael Forney
Date: 2021-05-24 06:18:19
Message id: 20210524041820.12F49FA95@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.66modifypkgsrc/textproc/libxslt/distinfo
1.3addpkgsrc/textproc/libxslt/patches/patch-configure