diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-03-25 17:51:30 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-03-25 18:14:39 +0100 |
commit | a13ec21cd733f67a9fc0dc00ab45268bdc236246 (patch) | |
tree | fe360ea54d1db8b085f918e44e04f79271dff395 /textproc/libxml2/files/patch-xml2Conf.sh.in | |
parent | lang/crystal: fix broken base SSL usage (diff) |
textproc/libxml2: Update to 2.9.13 and migrate to CMake
Depend on ICU and (lib)readline to follow other distros
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.9.13
I'd like to thank both tcberner and mandree for reviewing,
suggesting improvements and helping out in general. I'd also like
thank antoine for doing exp-runs.
PR: 262288
Reviewed by: tcberner, mandree
Approved by: desktop (tcberner)
Differential Revision: https://reviews.freebsd.org/D34338
Exp-run by: antoine
Diffstat (limited to 'textproc/libxml2/files/patch-xml2Conf.sh.in')
-rw-r--r-- | textproc/libxml2/files/patch-xml2Conf.sh.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/libxml2/files/patch-xml2Conf.sh.in b/textproc/libxml2/files/patch-xml2Conf.sh.in deleted file mode 100644 index 2f01e89136bb..000000000000 --- a/textproc/libxml2/files/patch-xml2Conf.sh.in +++ /dev/null @@ -1,15 +0,0 @@ ---- xml2Conf.sh.in.orig 2019-10-22 18:28:43 UTC -+++ xml2Conf.sh.in -@@ -1,6 +1,12 @@ - # - # Configuration file for using the XML library in GNOME applications - # -+ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+includedir=@includedir@ -+libdir=@libdir@ -+ - XML2_LIBDIR="@XML_LIBDIR@" - XML2_LIBS="@XML_LIBS@ @XML_PRIVATE_LIBS@" - XML2_INCLUDEDIR="@XML_INCLUDEDIR@" |