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/extra-patch-docs | |
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/extra-patch-docs')
-rw-r--r-- | textproc/libxml2/files/extra-patch-docs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml2/files/extra-patch-docs b/textproc/libxml2/files/extra-patch-docs new file mode 100644 index 000000000000..c571d9b8184e --- /dev/null +++ b/textproc/libxml2/files/extra-patch-docs @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2022-02-22 00:19:24 UTC ++++ CMakeLists.txt +@@ -650,7 +650,7 @@ endif() + install(FILES libxml.3 DESTINATION ${CMAKE_INSTALL_MANDIR}/man3 COMPONENT documentation) + install(FILES doc/xmlcatalog.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation) + install(FILES doc/xmllint.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation) +-install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/libxml2 COMPONENT documentation PATTERN Makefile.* EXCLUDE) ++#install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/libxml2 COMPONENT documentation PATTERN Makefile.* EXCLUDE) + + configure_package_config_file( + libxml2-config.cmake.cmake.in libxml2-config.cmake |