diff -NurbBw --exclude doc p1old/usr/local/bin/xml2-config p2new/usr/local/bin/xml2-config --- p1old/usr/local/bin/xml2-config 2022-02-03 02:10:24.000000000 +0100 +++ p2new/usr/local/bin/xml2-config 2022-03-08 06:55:58.000000000 +0100 @@ -1,9 +1,9 @@ #! /bin/sh -prefix=/usr/local +prefix=$(cd "$(dirname "$0")"; pwd -P)/.. exec_prefix=${prefix} includedir=${prefix}/include -libdir=${exec_prefix}/lib +libdir=${prefix}/lib cflags= libs= @@ -58,7 +58,7 @@ ;; --version) - echo 2.9.12 + echo 2.9.13 exit 0 ;; @@ -67,13 +67,13 @@ ;; --cflags) - cflags="-I${includedir}/libxml2 -I/usr/include " + cflags="-I${includedir}/libxml2 " ;; --libtool-libs) - if [ -r ${libdir}/libxml2.la ] + if [ -r ${libdir}/ ] then - echo ${libdir}/libxml2.la + echo ${libdir}/ fi ;; @@ -86,7 +86,7 @@ shift libs="-lxml2" else - libs="-lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm " + libs="-lxml2 -lz -llzma -pthread -licudata -licui18n -licuuc -lm -ldl" fi if [ "-L${libdir}" != "-L/usr/lib" -a "-L${libdir}" != "-L/usr/lib64" ]; then Binärdateien p1old/usr/local/bin/xmlcatalog und p2new/usr/local/bin/xmlcatalog sind verschieden. Binärdateien p1old/usr/local/bin/xmllint und p2new/usr/local/bin/xmllint sind verschieden. diff -NurbBw --exclude doc p1old/usr/local/bin/xslt-config p2new/usr/local/bin/xslt-config --- p1old/usr/local/bin/xslt-config 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/bin/xslt-config 2022-03-08 06:57:24.000000000 +0100 @@ -1,10 +1,10 @@ #! /bin/sh -prefix=/usr/local +prefix=$(cd "$(dirname "$0")"; pwd -P)/.. exec_prefix=${prefix} exec_prefix_set=no includedir=${prefix}/include -libdir=${exec_prefix}/lib +libdir=${prefix}/lib usage() { @@ -60,12 +60,12 @@ ;; --version) - echo 1.1.34 + echo 1.1.35 exit 0 ;; --plugins) - echo /usr/local/lib/libxslt-plugins + echo ${libdir}/libxslt-plugins exit 0 ;; @@ -74,7 +74,7 @@ ;; --cflags) - cflags="-I/usr/local/include/libxml2 " + cflags="" if test "$includedir" != "/usr/include"; then cflags="$cflags -I${includedir}" fi @@ -83,9 +83,9 @@ --libs) if [ "$2" = "--dynamic" ]; then shift - libs="-lxslt -L/usr/local/lib -lxml2 -lz -llzma -lm " + libs="-lxslt -lxml2" else - libs="-lxslt -L/usr/local/lib -lxml2 -lz -llzma -lm -lm" + libs="-lxslt -lxml2 -lm" fi if [ "-L${libdir}" != "-L/usr/lib" -a "-L${libdir}" != "-L/usr/lib64" ]; then Binärdateien p1old/usr/local/bin/xsltproc und p2new/usr/local/bin/xsltproc sind verschieden. diff -NurbBw --exclude doc p1old/usr/local/include/libexslt/exslt.h p2new/usr/local/include/libexslt/exslt.h --- p1old/usr/local/include/libexslt/exslt.h 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/include/libexslt/exslt.h 2022-02-13 01:08:52.000000000 +0100 @@ -1,3 +1,9 @@ +/* + * Summary: main header file + * + * Copy: See Copyright for the status of this software. + */ + #ifndef __EXSLT_H__ #define __EXSLT_H__ diff -NurbBw --exclude doc p1old/usr/local/include/libexslt/exsltconfig.h p2new/usr/local/include/libexslt/exsltconfig.h --- p1old/usr/local/include/libexslt/exsltconfig.h 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/include/libexslt/exsltconfig.h 2022-03-08 06:57:24.000000000 +0100 @@ -18,7 +18,7 @@ * * the version string like "1.2.3" */ -#define LIBEXSLT_DOTTED_VERSION "1.1.34" +#define LIBEXSLT_DOTTED_VERSION "0.8.20" /** * LIBEXSLT_VERSION: diff -NurbBw --exclude doc p1old/usr/local/include/libexslt/exsltexports.h p2new/usr/local/include/libexslt/exsltexports.h --- p1old/usr/local/include/libexslt/exsltexports.h 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/include/libexslt/exsltexports.h 2022-02-13 01:08:52.000000000 +0100 @@ -1,9 +1,9 @@ /* - * exsltexports.h : macros for marking symbols as exportable/importable. + * Summary: macros for marking symbols as exportable/importable. * - * See Copyright for the status of this software. + * Copy: See Copyright for the status of this software. * - * igor@zlatkovic.com + * Author: Igor Zlatkovic */ #ifndef __EXSLT_EXPORTS_H__ diff -NurbBw --exclude doc p1old/usr/local/include/libxml2/libxml/encoding.h p2new/usr/local/include/libxml2/libxml/encoding.h --- p1old/usr/local/include/libxml2/libxml/encoding.h 2022-02-03 02:10:23.000000000 +0100 +++ p2new/usr/local/include/libxml2/libxml/encoding.h 2022-03-08 06:55:45.000000000 +0100 @@ -27,9 +27,7 @@ #ifdef LIBXML_ICONV_ENABLED #include #endif -#ifdef LIBXML_ICU_ENABLED -#include -#endif + #ifdef __cplusplus extern "C" { #endif @@ -128,19 +126,6 @@ * Block defining the handlers for non UTF-8 encodings. * If iconv is supported, there are two extra fields. */ -#ifdef LIBXML_ICU_ENABLED -/* Size of pivot buffer, same as icu/source/common/ucnv.cpp CHUNK_SIZE */ -#define ICU_PIVOT_BUF_SIZE 1024 -struct _uconv_t { - UConverter *uconv; /* for conversion between an encoding and UTF-16 */ - UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */ - UChar pivot_buf[ICU_PIVOT_BUF_SIZE]; - UChar *pivot_source; - UChar *pivot_target; -}; -typedef struct _uconv_t uconv_t; -#endif - typedef struct _xmlCharEncodingHandler xmlCharEncodingHandler; typedef xmlCharEncodingHandler *xmlCharEncodingHandlerPtr; struct _xmlCharEncodingHandler { @@ -152,8 +137,8 @@ iconv_t iconv_out; #endif /* LIBXML_ICONV_ENABLED */ #ifdef LIBXML_ICU_ENABLED - uconv_t *uconv_in; - uconv_t *uconv_out; + struct _uconv_t *uconv_in; + struct _uconv_t *uconv_out; #endif /* LIBXML_ICU_ENABLED */ }; diff -NurbBw --exclude doc p1old/usr/local/include/libxml2/libxml/xmlversion.h p2new/usr/local/include/libxml2/libxml/xmlversion.h --- p1old/usr/local/include/libxml2/libxml/xmlversion.h 2022-02-03 02:10:23.000000000 +0100 +++ p2new/usr/local/include/libxml2/libxml/xmlversion.h 2022-03-08 06:55:58.000000000 +0100 @@ -29,26 +29,26 @@ * * the version string like "1.2.3" */ -#define LIBXML_DOTTED_VERSION "2.9.12" +#define LIBXML_DOTTED_VERSION "2.9.13" /** * LIBXML_VERSION: * * the version number: 1.2.3 value is 10203 */ -#define LIBXML_VERSION 20912 +#define LIBXML_VERSION 209013 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "10203" */ -#define LIBXML_VERSION_STRING "20912" +#define LIBXML_VERSION_STRING "209013" /** * LIBXML_VERSION_EXTRA: * - * extra version information, used to show a CVS compilation + * extra version information, used to show a git commit description */ #define LIBXML_VERSION_EXTRA "" @@ -58,7 +58,7 @@ * Macro to check that the libxml version in use is compatible with * the version the software has been compiled against */ -#define LIBXML_TEST_VERSION xmlCheckVersion(20912); +#define LIBXML_TEST_VERSION xmlCheckVersion(209013); #ifndef VMS #if 0 @@ -279,7 +279,7 @@ * * Whether icu support is available */ -#if 0 +#if 1 #define LIBXML_ICU_ENABLED #endif diff -NurbBw --exclude doc p1old/usr/local/include/libxslt/extensions.h p2new/usr/local/include/libxslt/extensions.h --- p1old/usr/local/include/libxslt/extensions.h 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/include/libxslt/extensions.h 2022-02-16 16:10:37.000000000 +0100 @@ -246,7 +246,7 @@ const xmlChar *URI); /** - * Test module http://xmlsoft.org/XSLT/ + * Test of the extension module API */ XSLTPUBFUN void XSLTCALL xsltRegisterTestModule (void); diff -NurbBw --exclude doc p1old/usr/local/include/libxslt/preproc.h p2new/usr/local/include/libxslt/preproc.h --- p1old/usr/local/include/libxslt/preproc.h 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/include/libxslt/preproc.h 2022-02-10 17:07:57.000000000 +0100 @@ -22,7 +22,7 @@ /* * Interfaces */ -extern const xmlChar *xsltExtMarker; +XSLTPUBVAR const xmlChar *xsltExtMarker; XSLTPUBFUN xsltElemPreCompPtr XSLTCALL xsltDocumentComp (xsltStylesheetPtr style, diff -NurbBw --exclude doc p1old/usr/local/include/libxslt/xsltconfig.h p2new/usr/local/include/libxslt/xsltconfig.h --- p1old/usr/local/include/libxslt/xsltconfig.h 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/include/libxslt/xsltconfig.h 2022-03-08 06:57:24.000000000 +0100 @@ -20,21 +20,21 @@ * * the version string like "1.2.3" */ -#define LIBXSLT_DOTTED_VERSION "1.1.34" +#define LIBXSLT_DOTTED_VERSION "1.1.35" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 10203 */ -#define LIBXSLT_VERSION 10134 +#define LIBXSLT_VERSION 10135 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "10203" */ -#define LIBXSLT_VERSION_STRING "10134" +#define LIBXSLT_VERSION_STRING "10135" /** * LIBXSLT_VERSION_EXTRA: @@ -50,7 +50,7 @@ * is insignifiant and being able to run xsltpoc -v is useful. On * by default unless --without-debug is passed to configure */ -#if 1 +#if 0 #define WITH_XSLT_DEBUG #endif @@ -117,7 +117,7 @@ * is insignifiant. * On by default unless --without-profiler is passed to configure */ -#if 1 +#if 0 #ifndef WITH_PROFILER #define WITH_PROFILER #endif @@ -129,11 +129,11 @@ * Whether module support is configured into libxslt * Note: no default module path for win32 platforms */ -#if 0 +#if 1 #ifndef WITH_MODULES #define WITH_MODULES #endif -#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/local/lib/libxslt-plugins" +#define LIBXSLT_DEFAULT_PLUGINS_PATH() "" #endif /** diff -NurbBw --exclude doc p1old/usr/local/include/libxslt/xsltInternals.h p2new/usr/local/include/libxslt/xsltInternals.h --- p1old/usr/local/include/libxslt/xsltInternals.h 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/include/libxslt/xsltInternals.h 2022-02-12 16:24:26.000000000 +0100 @@ -291,6 +291,9 @@ int templMax; /* Size of the templtes stack */ xsltTemplatePtr *templCalledTab; /* templates called */ int *templCountTab; /* .. and how often */ + + /* Conflict resolution */ + int position; }; /** @@ -1501,16 +1504,17 @@ * Template descriptions. */ xsltTemplatePtr templates; /* the ordered list of templates */ - void *templatesHash; /* hash table or wherever compiled templates - information is stored */ - void *rootMatch; /* template based on / */ - void *keyMatch; /* template based on key() */ - void *elemMatch; /* template based on * */ - void *attrMatch; /* template based on @* */ - void *parentMatch; /* template based on .. */ - void *textMatch; /* template based on text() */ - void *piMatch; /* template based on processing-instruction() */ - void *commentMatch; /* template based on comment() */ + xmlHashTablePtr templatesHash; /* hash table or wherever compiled + templates information is stored */ + struct _xsltCompMatch *rootMatch; /* template based on / */ + struct _xsltCompMatch *keyMatch; /* template based on key() */ + struct _xsltCompMatch *elemMatch; /* template based on * */ + struct _xsltCompMatch *attrMatch; /* template based on @* */ + struct _xsltCompMatch *parentMatch; /* template based on .. */ + struct _xsltCompMatch *textMatch; /* template based on text() */ + struct _xsltCompMatch *piMatch; /* template based on + processing-instruction() */ + struct _xsltCompMatch *commentMatch; /* template based on comment() */ /* * Namespace aliases. diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxml2/libxml2-config.cmake p2new/usr/local/lib/cmake/libxml2/libxml2-config.cmake --- p1old/usr/local/lib/cmake/libxml2/libxml2-config.cmake 2022-02-03 02:10:24.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxml2/libxml2-config.cmake 1970-01-01 01:00:00.000000000 +0100 @@ -1,115 +0,0 @@ -# libxml2-config.cmake -# -------------------- -# -# Libxml2 cmake module. -# This module sets the following variables: -# -# :: -# -# LIBXML2_INCLUDE_DIR - Directory where LibXml2 headers are located. -# LIBXML2_INCLUDE_DIRS - list of the include directories needed to use LibXml2. -# LIBXML2_LIBRARY - path to the LibXml2 library. -# LIBXML2_LIBRARIES - xml2 libraries to link against. -# LIBXML2_DEFINITIONS - the compiler switches required for using LibXml2. -# LIBXML2_VERSION_MAJOR - The major version of libxml2. -# LIBXML2_VERSION_MINOR - The minor version of libxml2. -# LIBXML2_VERSION_PATCH - The patch version of libxml2. -# LIBXML2_VERSION_STRING - version number as a string (ex: "2.3.4") -# LIBXML2_MODULES - whether libxml2 has dso support -# LIBXML2_XMLLINT_EXECUTABLE - path to the XML checking tool xmllint coming with LibXml2 -# -# The following targets are defined: -# -# LibXml2::LibXml2 - the LibXml2 library -# LibXml2::xmllint - the xmllint command-line executable - -get_filename_component(_libxml2_rootdir ${CMAKE_CURRENT_LIST_DIR}/../../../ ABSOLUTE) - -set(LIBXML2_VERSION_MAJOR 2) -set(LIBXML2_VERSION_MINOR 9) -set(LIBXML2_VERSION_MICRO 12) -set(LIBXML2_VERSION_STRING "2.9.12") -set(LIBXML2_DEFINITIONS "") -set(LIBXML2_INSTALL_PREFIX ${_libxml2_rootdir}) -set(LIBXML2_INCLUDE_DIR ${_libxml2_rootdir}/include/libxml2) -set(LIBXML2_LIBRARY_DIR ${_libxml2_rootdir}/lib) - -find_library(LIBXML2_LIBRARY NAMES xml2 HINTS ${LIBXML2_LIBRARY_DIR} NO_DEFAULT_PATH) -find_program(LIBXML2_XMLCATALOG_EXECUTABLE NAMES xmlcatalog HINTS ${_libxml2_rootdir}/bin NO_DEFAULT_PATH) -find_program(LIBXML2_XMLLINT_EXECUTABLE NAMES xmllint HINTS ${_libxml2_rootdir}/bin NO_DEFAULT_PATH) - -set(LIBXML2_LIBRARIES ${LIBXML2_LIBRARY}) -set(LIBXML2_INCLUDE_DIRS ${LIBXML2_INCLUDE_DIR}) -unset(LIBXML2_INTERFACE_LINK_LIBRARIES) - -include(CMakeFindDependencyMacro) - -set(LIBXML2_WITH_ICONV 1) -set(LIBXML2_WITH_THREADS 1) -set(LIBXML2_WITH_ICU 0) -set(LIBXML2_WITH_LZMA 1) -set(LIBXML2_WITH_ZLIB 1) - -if(LIBXML2_WITH_ICONV) - find_dependency(Iconv) - list(APPEND LIBXML2_LIBRARIES ${Iconv_LIBRARIES}) - list(APPEND LIBXML2_INCLUDE_DIRS ${Iconv_INCLUDE_DIRS}) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "Iconv::Iconv") -endif() - -if(LIBXML2_WITH_THREADS) - find_dependency(Threads) - list(APPEND LIBXML2_LIBRARIES ${CMAKE_THREAD_LIBS_INIT}) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$") -endif() - -if(LIBXML2_WITH_ICU) - find_dependency(ICU COMPONENTS data i18n uc) - list(APPEND LIBXML2_LIBRARIES ${ICU_LIBRARIES}) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$;\$;\$") -endif() - -if(LIBXML2_WITH_LZMA) - find_dependency(LibLZMA) - list(APPEND LIBXML2_LIBRARIES ${LIBLZMA_LIBRARIES}) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$") -endif() - -if(LIBXML2_WITH_ZLIB) - find_dependency(ZLIB) - list(APPEND LIBXML2_LIBRARIES ${ZLIB_LIBRARIES}) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$") -endif() - -if(UNIX) - list(APPEND LIBXML2_LIBRARIES m) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$") -endif() - -if(WIN32) - list(APPEND LIBXML2_LIBRARIES ws2_32) - list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$") -endif() - -# whether libxml2 has dso support -set(LIBXML2_MODULES 1) - -mark_as_advanced(LIBXML2_LIBRARY LIBXML2_XMLCATALOG_EXECUTABLE LIBXML2_XMLLINT_EXECUTABLE) - -if(NOT TARGET LibXml2::LibXml2 AND DEFINED LIBXML2_LIBRARY AND DEFINED LIBXML2_INCLUDE_DIRS) - add_library(LibXml2::LibXml2 UNKNOWN IMPORTED) - set_target_properties(LibXml2::LibXml2 PROPERTIES IMPORTED_LOCATION "${LIBXML2_LIBRARY}") - set_target_properties(LibXml2::LibXml2 PROPERTIES INTERFACE_COMPILE_OPTIONS "${LIBXML2_DEFINITIONS}") - set_target_properties(LibXml2::LibXml2 PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${LIBXML2_INCLUDE_DIRS}") - set_target_properties(LibXml2::LibXml2 PROPERTIES INTERFACE_LINK_LIBRARIES "${LIBXML2_INTERFACE_LINK_LIBRARIES}") -endif() - -if(NOT TARGET LibXml2::xmlcatalog AND DEFINED LIBXML2_XMLCATALOG_EXECUTABLE) - add_executable(LibXml2::xmlcatalog IMPORTED) - set_target_properties(LibXml2::xmlcatalog PROPERTIES IMPORTED_LOCATION "${LIBXML2_XMLCATALOG_EXECUTABLE}") -endif() - -if(NOT TARGET LibXml2::xmllint AND DEFINED LIBXML2_XMLLINT_EXECUTABLE) - add_executable(LibXml2::xmllint IMPORTED) - set_target_properties(LibXml2::xmllint PROPERTIES IMPORTED_LOCATION "${LIBXML2_XMLLINT_EXECUTABLE}") -endif() diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config-version.cmake p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config-version.cmake --- p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config-version.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config-version.cmake 2022-03-08 06:55:58.000000000 +0100 @@ -0,0 +1,88 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is equal to the requested version. +# The tweak version component is ignored. +# The variable CVF_VERSION must be set before calling configure_file(). + + +if (PACKAGE_FIND_VERSION_RANGE) + message(AUTHOR_WARNING + "`find_package()` specify a version range but the version strategy " + "(ExactVersion) of the module `${PACKAGE_FIND_NAME}` is incompatible " + "with this request. Only the lower endpoint of the range will be used.") +endif() + +set(PACKAGE_VERSION "2.9.13") + +if("2.9.13" MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)") # strip the tweak version + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + set(CVF_VERSION_MINOR "${CMAKE_MATCH_2}") + set(CVF_VERSION_PATCH "${CMAKE_MATCH_3}") + + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + if(NOT CVF_VERSION_MINOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MINOR "${CVF_VERSION_MINOR}") + endif() + if(NOT CVF_VERSION_PATCH VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_PATCH "${CVF_VERSION_PATCH}") + endif() + + set(CVF_VERSION_NO_TWEAK "${CVF_VERSION_MAJOR}.${CVF_VERSION_MINOR}.${CVF_VERSION_PATCH}") +else() + set(CVF_VERSION_NO_TWEAK "2.9.13") +endif() + +if(PACKAGE_FIND_VERSION MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)") # strip the tweak version + set(REQUESTED_VERSION_MAJOR "${CMAKE_MATCH_1}") + set(REQUESTED_VERSION_MINOR "${CMAKE_MATCH_2}") + set(REQUESTED_VERSION_PATCH "${CMAKE_MATCH_3}") + + if(NOT REQUESTED_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_MAJOR "${REQUESTED_VERSION_MAJOR}") + endif() + if(NOT REQUESTED_VERSION_MINOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_MINOR "${REQUESTED_VERSION_MINOR}") + endif() + if(NOT REQUESTED_VERSION_PATCH VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_PATCH "${REQUESTED_VERSION_PATCH}") + endif() + + set(REQUESTED_VERSION_NO_TWEAK + "${REQUESTED_VERSION_MAJOR}.${REQUESTED_VERSION_MINOR}.${REQUESTED_VERSION_PATCH}") +else() + set(REQUESTED_VERSION_NO_TWEAK "${PACKAGE_FIND_VERSION}") +endif() + +if(REQUESTED_VERSION_NO_TWEAK STREQUAL CVF_VERSION_NO_TWEAK) + set(PACKAGE_VERSION_COMPATIBLE TRUE) +else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) +endif() + +if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config.cmake p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config.cmake --- p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-config.cmake 2022-03-08 06:55:58.000000000 +0100 @@ -0,0 +1,160 @@ +# libxml2-config.cmake +# -------------------- +# +# Libxml2 cmake module. +# This module sets the following variables: +# +# :: +# +# LIBXML2_INCLUDE_DIR - Directory where LibXml2 headers are located. +# LIBXML2_INCLUDE_DIRS - list of the include directories needed to use LibXml2. +# LIBXML2_LIBRARY - path to the LibXml2 library. +# LIBXML2_LIBRARIES - xml2 libraries to link against. +# LIBXML2_DEFINITIONS - the compiler switches required for using LibXml2. +# LIBXML2_VERSION_MAJOR - The major version of libxml2. +# LIBXML2_VERSION_MINOR - The minor version of libxml2. +# LIBXML2_VERSION_PATCH - The patch version of libxml2. +# LIBXML2_VERSION_STRING - version number as a string (ex: "2.3.4") +# LIBXML2_MODULES - whether libxml2 has dso support +# LIBXML2_XMLLINT_EXECUTABLE - path to the XML checking tool xmllint coming with LibXml2 + +include("${CMAKE_CURRENT_LIST_DIR}/libxml2-export.cmake") + + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was libxml2-config.cmake.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +set(LIBXML2_VERSION_MAJOR 2) +set(LIBXML2_VERSION_MINOR 9) +set(LIBXML2_VERSION_PATCH 13) +set(LIBXML2_VERSION_STRING "2.9.13") +set(LIBXML2_INSTALL_PREFIX ${PACKAGE_PREFIX_DIR}) +set(LIBXML2_INCLUDE_DIR ${PACKAGE_PREFIX_DIR}/include/libxml2) +set(LIBXML2_LIBRARY_DIR ${PACKAGE_PREFIX_DIR}/lib) + +macro(select_library_location target basename) + if(TARGET ${target}) + foreach(property IN ITEMS IMPORTED_LOCATION IMPORTED_IMPLIB) + get_target_property(${basename}_${property}_DEBUG ${target} ${property}_DEBUG) + get_target_property(${basename}_${property}_MINSIZEREL ${target} ${property}_MINSIZEREL) + get_target_property(${basename}_${property}_RELEASE ${target} ${property}_RELEASE) + get_target_property(${basename}_${property}_RELWITHDEBINFO ${target} ${property}_RELWITHDEBINFO) + + if(${basename}_${property}_DEBUG AND ${basename}_${property}_RELEASE) + set(${basename}_LIBRARY debug ${${basename}_${property}_DEBUG} optimized ${${basename}_${property}_RELEASE}) + elseif(${basename}_${property}_DEBUG AND ${basename}_${property}_RELWITHDEBINFO) + set(${basename}_LIBRARY debug ${${basename}_${property}_DEBUG} optimized ${${basename}_${property}_RELWITHDEBINFO}) + elseif(${basename}_${property}_DEBUG AND ${basename}_${property}_MINSIZEREL) + set(${basename}_LIBRARY debug ${${basename}_${property}_DEBUG} optimized ${${basename}_${property}_MINSIZEREL}) + elseif(${basename}_${property}_RELEASE) + set(${basename}_LIBRARY ${${basename}_${property}_RELEASE}) + elseif(${basename}_${property}_RELWITHDEBINFO) + set(${basename}_LIBRARY ${${basename}_${property}_RELWITHDEBINFO}) + elseif(${basename}_${property}_MINSIZEREL) + set(${basename}_LIBRARY ${${basename}_${property}_MINSIZEREL}) + elseif(${basename}_${property}_DEBUG) + set(${basename}_LIBRARY ${${basename}_${property}_DEBUG}) + endif() + endforeach() + endif() +endmacro() + +macro(select_executable_location target basename) + if(TARGET ${target}) + get_target_property(${basename}_IMPORTED_LOCATION_DEBUG ${target} IMPORTED_LOCATION_DEBUG) + get_target_property(${basename}_IMPORTED_LOCATION_MINSIZEREL ${target} IMPORTED_LOCATION_MINSIZEREL) + get_target_property(${basename}_IMPORTED_LOCATION_RELEASE ${target} IMPORTED_LOCATION_RELEASE) + get_target_property(${basename}_IMPORTED_LOCATION_RELWITHDEBINFO ${target} IMPORTED_LOCATION_RELWITHDEBINFO) + + if(${basename}_IMPORTED_LOCATION_RELEASE) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_RELEASE}) + elseif(${basename}_IMPORTED_LOCATION_RELWITHDEBINFO) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_RELWITHDEBINFO}) + elseif(${basename}_IMPORTED_LOCATION_MINSIZEREL) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_MINSIZEREL}) + elseif(${basename}_IMPORTED_LOCATION_DEBUG) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_DEBUG}) + endif() + endif() +endmacro() + +select_library_location(LibXml2::LibXml2 LIBXML2) +select_executable_location(LibXml2::xmlcatalog LIBXML2_XMLCATALOG) +select_executable_location(LibXml2::xmllint LIBXML2_XMLLINT) + +set(LIBXML2_LIBRARIES ${LIBXML2_LIBRARY}) +set(LIBXML2_INCLUDE_DIRS ${LIBXML2_INCLUDE_DIR}) + +include(CMakeFindDependencyMacro) + +set(LIBXML2_SHARED ON) +set(LIBXML2_WITH_ICONV ON) +set(LIBXML2_WITH_THREADS ON) +set(LIBXML2_WITH_ICU true) +set(LIBXML2_WITH_LZMA ON) +set(LIBXML2_WITH_ZLIB ON) + +if(LIBXML2_WITH_ICONV) + find_dependency(Iconv) + list(APPEND LIBXML2_LIBRARIES ${Iconv_LIBRARIES}) + list(APPEND LIBXML2_INCLUDE_DIRS ${Iconv_INCLUDE_DIRS}) +endif() + +if(NOT LIBXML2_SHARED) + set(LIBXML2_DEFINITIONS -DLIBXML_STATIC) + + if(LIBXML2_WITH_THREADS) + find_dependency(Threads) + list(APPEND LIBXML2_LIBRARIES ${CMAKE_THREAD_LIBS_INIT}) + endif() + + if(LIBXML2_WITH_ICU) + find_dependency(ICU COMPONENTS data i18n uc) + list(APPEND LIBXML2_LIBRARIES ${ICU_LIBRARIES}) + endif() + + if(LIBXML2_WITH_LZMA) + find_dependency(LibLZMA) + list(APPEND LIBXML2_LIBRARIES ${LIBLZMA_LIBRARIES}) + endif() + + if(LIBXML2_WITH_ZLIB) + find_dependency(ZLIB) + list(APPEND LIBXML2_LIBRARIES ${ZLIB_LIBRARIES}) + endif() + + if(UNIX) + list(APPEND LIBXML2_LIBRARIES m) + endif() + + if(WIN32) + list(APPEND LIBXML2_LIBRARIES ws2_32) + endif() +endif() + +# whether libxml2 has dso support +set(LIBXML2_MODULES ON) + +mark_as_advanced(LIBXML2_LIBRARY LIBXML2_XMLCATALOG_EXECUTABLE LIBXML2_XMLLINT_EXECUTABLE) diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export-release.cmake p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export-release.cmake --- p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export-release.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export-release.cmake 2022-03-08 06:55:58.000000000 +0100 @@ -0,0 +1,37 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "LibXml2::LibXml2" for configuration "Release" +set_property(TARGET LibXml2::LibXml2 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(LibXml2::LibXml2 PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libxml2.so.2.9.13" + IMPORTED_SONAME_RELEASE "libxml2.so.2.9.13" + ) + +list(APPEND _IMPORT_CHECK_TARGETS LibXml2::LibXml2 ) +list(APPEND _IMPORT_CHECK_FILES_FOR_LibXml2::LibXml2 "${_IMPORT_PREFIX}/lib/libxml2.so.2.9.13" ) + +# Import target "LibXml2::xmlcatalog" for configuration "Release" +set_property(TARGET LibXml2::xmlcatalog APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(LibXml2::xmlcatalog PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/xmlcatalog" + ) + +list(APPEND _IMPORT_CHECK_TARGETS LibXml2::xmlcatalog ) +list(APPEND _IMPORT_CHECK_FILES_FOR_LibXml2::xmlcatalog "${_IMPORT_PREFIX}/bin/xmlcatalog" ) + +# Import target "LibXml2::xmllint" for configuration "Release" +set_property(TARGET LibXml2::xmllint APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(LibXml2::xmllint PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/xmllint" + ) + +list(APPEND _IMPORT_CHECK_TARGETS LibXml2::xmllint ) +list(APPEND _IMPORT_CHECK_FILES_FOR_LibXml2::xmllint "${_IMPORT_PREFIX}/bin/xmllint" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export.cmake p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export.cmake --- p1old/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxml2-2.9.13/libxml2-export.cmake 2022-03-08 06:55:58.000000000 +0100 @@ -0,0 +1,105 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget LibXml2::LibXml2 LibXml2::xmlcatalog LibXml2::xmllint) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target LibXml2::LibXml2 +add_library(LibXml2::LibXml2 SHARED IMPORTED) + +set_target_properties(LibXml2::LibXml2 PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/libxml2" + INTERFACE_LINK_LIBRARIES "Iconv::Iconv" +) + +# Create imported target LibXml2::xmlcatalog +add_executable(LibXml2::xmlcatalog IMPORTED) + +# Create imported target LibXml2::xmllint +add_executable(LibXml2::xmllint IMPORTED) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/libxml2-export-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxslt-1.1.35/FindGcrypt.cmake p2new/usr/local/lib/cmake/libxslt-1.1.35/FindGcrypt.cmake --- p1old/usr/local/lib/cmake/libxslt-1.1.35/FindGcrypt.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxslt-1.1.35/FindGcrypt.cmake 2022-02-10 17:07:57.000000000 +0100 @@ -0,0 +1,40 @@ +include(FindPackageHandleStandardArgs) +include(SelectLibraryConfigurations) + +find_path(GCRYPT_INCLUDE_DIRS NAMES gcrypt.h) + +mark_as_advanced(GCRYPT_INCLUDE_DIRS) + +find_library(GCRYPT_LIBRARY_DEBUG NAMES gcryptd) +find_library(GCRYPT_LIBRARY_RELEASE NAMES gcrypt) + +select_library_configurations(GCRYPT) + +if(GCRYPT_INCLUDE_DIRS AND EXISTS "${GCRYPT_INCLUDE_DIRS}/gcrypt.h") + file(STRINGS "${GCRYPT_INCLUDE_DIRS}/gcrypt.h" _GCRYPT_VERSION_DEFINE REGEX "#define[\t ]+GCRYPT_VERSION[\t ]+\"[^\"]*\".*") + string(REGEX REPLACE "#define[\t ]+GCRYPT_VERSION[\t ]+\"([^\"]*)\".*" "\\1" GCRYPT_VERSION "${_GCRYPT_VERSION_DEFINE}") + unset(_GCRYPT_VERSION_DEFINE) +endif() + +find_package_handle_standard_args( + Gcrypt + FOUND_VAR GCRYPT_FOUND + REQUIRED_VARS GCRYPT_INCLUDE_DIRS GCRYPT_LIBRARIES + VERSION_VAR GCRYPT_VERSION +) + +if(GCRYPT_FOUND AND NOT TARGET Gcrypt::Gcrypt) + add_library(Gcrypt::Gcrypt UNKNOWN IMPORTED) + if(GCRYPT_LIBRARY_RELEASE) + set_property(TARGET Gcrypt::Gcrypt APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) + set_target_properties(Gcrypt::Gcrypt PROPERTIES IMPORTED_LOCATION_RELEASE "${GCRYPT_LIBRARY_RELEASE}") + endif() + if(GCRYPT_LIBRARY_DEBUG) + set_property(TARGET Gcrypt::Gcrypt APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) + set_target_properties(Gcrypt::Gcrypt PROPERTIES IMPORTED_LOCATION_DEBUG "${GCRYPT_LIBRARY_DEBUG}") + endif() + set_target_properties( + Gcrypt::Gcrypt PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${GCRYPT_INCLUDE_DIRS}" + ) +endif() diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config-version.cmake p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config-version.cmake --- p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config-version.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config-version.cmake 2022-03-08 06:57:24.000000000 +0100 @@ -0,0 +1,88 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is equal to the requested version. +# The tweak version component is ignored. +# The variable CVF_VERSION must be set before calling configure_file(). + + +if (PACKAGE_FIND_VERSION_RANGE) + message(AUTHOR_WARNING + "`find_package()` specify a version range but the version strategy " + "(ExactVersion) of the module `${PACKAGE_FIND_NAME}` is incompatible " + "with this request. Only the lower endpoint of the range will be used.") +endif() + +set(PACKAGE_VERSION "1.1.35") + +if("1.1.35" MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)") # strip the tweak version + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + set(CVF_VERSION_MINOR "${CMAKE_MATCH_2}") + set(CVF_VERSION_PATCH "${CMAKE_MATCH_3}") + + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + if(NOT CVF_VERSION_MINOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MINOR "${CVF_VERSION_MINOR}") + endif() + if(NOT CVF_VERSION_PATCH VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_PATCH "${CVF_VERSION_PATCH}") + endif() + + set(CVF_VERSION_NO_TWEAK "${CVF_VERSION_MAJOR}.${CVF_VERSION_MINOR}.${CVF_VERSION_PATCH}") +else() + set(CVF_VERSION_NO_TWEAK "1.1.35") +endif() + +if(PACKAGE_FIND_VERSION MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)") # strip the tweak version + set(REQUESTED_VERSION_MAJOR "${CMAKE_MATCH_1}") + set(REQUESTED_VERSION_MINOR "${CMAKE_MATCH_2}") + set(REQUESTED_VERSION_PATCH "${CMAKE_MATCH_3}") + + if(NOT REQUESTED_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_MAJOR "${REQUESTED_VERSION_MAJOR}") + endif() + if(NOT REQUESTED_VERSION_MINOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_MINOR "${REQUESTED_VERSION_MINOR}") + endif() + if(NOT REQUESTED_VERSION_PATCH VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_PATCH "${REQUESTED_VERSION_PATCH}") + endif() + + set(REQUESTED_VERSION_NO_TWEAK + "${REQUESTED_VERSION_MAJOR}.${REQUESTED_VERSION_MINOR}.${REQUESTED_VERSION_PATCH}") +else() + set(REQUESTED_VERSION_NO_TWEAK "${PACKAGE_FIND_VERSION}") +endif() + +if(REQUESTED_VERSION_NO_TWEAK STREQUAL CVF_VERSION_NO_TWEAK) + set(PACKAGE_VERSION_COMPATIBLE TRUE) +else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) +endif() + +if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config.cmake p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config.cmake --- p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-config.cmake 2022-03-08 06:57:24.000000000 +0100 @@ -0,0 +1,122 @@ +set(LIBXSLT_VERSION "1.1.35") +set(LIBXSLT_VERSION_MAJOR "1") +set(LIBXSLT_VERSION_MINOR "1") +set(LIBXSLT_VERSION_PATCH "35") + +set(LIBEXSLT_VERSION "0.8.20") +set(LIBEXSLT_VERSION_MAJOR "0") +set(LIBEXSLT_VERSION_MINOR "8") +set(LIBEXSLT_VERSION_PATCH "20") + + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was libxslt-config.cmake.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +include("${CMAKE_CURRENT_LIST_DIR}/libxslt-export.cmake") + +set(LIBXSLT_DEFINITIONS "") +set(LIBXSLT_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") +set(LIBXSLT_LIBRARY_DIR "${PACKAGE_PREFIX_DIR}/lib") +set(LIBXSLT_EXSLT_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") +set(LIBXSLT_EXSLT_LIBRARY_DIR "${PACKAGE_PREFIX_DIR}/lib") + +macro(select_library_location target basename) + if(TARGET ${target}) + foreach(property IN ITEMS IMPORTED_LOCATION IMPORTED_IMPLIB) + get_target_property(${basename}_${property}_DEBUG ${target} ${property}_DEBUG) + get_target_property(${basename}_${property}_MINSIZEREL ${target} ${property}_MINSIZEREL) + get_target_property(${basename}_${property}_RELEASE ${target} ${property}_RELEASE) + get_target_property(${basename}_${property}_RELWITHDEBINFO ${target} ${property}_RELWITHDEBINFO) + + if(${basename}_${property}_DEBUG AND ${basename}_${property}_RELEASE) + set(${basename}_LIBRARY debug ${${basename}_${property}_DEBUG} optimized ${${basename}_${property}_RELEASE}) + elseif(${basename}_${property}_DEBUG AND ${basename}_${property}_RELWITHDEBINFO) + set(${basename}_LIBRARY debug ${${basename}_${property}_DEBUG} optimized ${${basename}_${property}_RELWITHDEBINFO}) + elseif(${basename}_${property}_DEBUG AND ${basename}_${property}_MINSIZEREL) + set(${basename}_LIBRARY debug ${${basename}_${property}_DEBUG} optimized ${${basename}_${property}_MINSIZEREL}) + elseif(${basename}_${property}_RELEASE) + set(${basename}_LIBRARY ${${basename}_${property}_RELEASE}) + elseif(${basename}_${property}_RELWITHDEBINFO) + set(${basename}_LIBRARY ${${basename}_${property}_RELWITHDEBINFO}) + elseif(${basename}_${property}_MINSIZEREL) + set(${basename}_LIBRARY ${${basename}_${property}_MINSIZEREL}) + elseif(${basename}_${property}_DEBUG) + set(${basename}_LIBRARY ${${basename}_${property}_DEBUG}) + endif() + endforeach() + endif() +endmacro() + +macro(select_executable_location target basename) + if(TARGET ${target}) + get_target_property(${basename}_IMPORTED_LOCATION_DEBUG ${target} IMPORTED_LOCATION_DEBUG) + get_target_property(${basename}_IMPORTED_LOCATION_MINSIZEREL ${target} IMPORTED_LOCATION_MINSIZEREL) + get_target_property(${basename}_IMPORTED_LOCATION_RELEASE ${target} IMPORTED_LOCATION_RELEASE) + get_target_property(${basename}_IMPORTED_LOCATION_RELWITHDEBINFO ${target} IMPORTED_LOCATION_RELWITHDEBINFO) + + if(${basename}_IMPORTED_LOCATION_RELEASE) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_RELEASE}) + elseif(${basename}_IMPORTED_LOCATION_RELWITHDEBINFO) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_RELWITHDEBINFO}) + elseif(${basename}_IMPORTED_LOCATION_MINSIZEREL) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_MINSIZEREL}) + elseif(${basename}_IMPORTED_LOCATION_DEBUG) + set(${basename}_EXECUTABLE ${${basename}_IMPORTED_LOCATION_DEBUG}) + endif() + endif() +endmacro() + +select_library_location(LibXslt::LibXslt LIBXSLT) +select_library_location(LibXslt::LibExslt LIBXSLT_EXSLT) +select_executable_location(LibXslt::xsltproc LIBXSLT_XSLTPROC) + +set(LIBXSLT_INCLUDE_DIRS ${LIBXSLT_INCLUDE_DIR}) +set(LIBXSLT_LIBRARIES ${LIBXSLT_LIBRARY}) +set(LIBXSLT_EXSLT_INCLUDE_DIRS ${LIBXSLT_EXSLT_INCLUDE_DIR}) +set(LIBXSLT_EXSLT_LIBRARIES ${LIBXSLT_EXSLT_LIBRARY}) + +include(CMakeFindDependencyMacro) + +set(LIBXSLT_SHARED ON) +set(LIBXSLT_WITH_CRYPTO ON) + +find_dependency(LibXml2 CONFIG) +list(APPEND LIBXSLT_INCLUDE_DIRS ${LIBXML2_INCLUDE_DIRS}) +list(APPEND LIBXSLT_LIBRARIES ${LIBXML2_LIBRARIES}) + +if(NOT LIBXSLT_SHARED) + if(LIBXSLT_WITH_CRYPTO) + list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}) + find_dependency(Gcrypt) + list(APPEND LIBXSLT_EXSLT_LIBRARIES ${GCRYPT_LIBRARIES}) + endif() + + if(UNIX) + list(APPEND LIBXSLT_LIBRARIES m) + endif() +endif() + +list(APPEND LIBXSLT_EXSLT_INCLUDE_DIRS ${LIBXSLT_INCLUDE_DIRS}) +list(APPEND LIBXSLT_EXSLT_LIBRARIES ${LIBXSLT_LIBRARIES}) diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export-release.cmake p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export-release.cmake --- p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export-release.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export-release.cmake 2022-03-08 06:57:25.000000000 +0100 @@ -0,0 +1,38 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "LibXslt::LibXslt" for configuration "Release" +set_property(TARGET LibXslt::LibXslt APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(LibXslt::LibXslt PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libxslt.so.1.1.35" + IMPORTED_SONAME_RELEASE "libxslt.so.1.1.35" + ) + +list(APPEND _IMPORT_CHECK_TARGETS LibXslt::LibXslt ) +list(APPEND _IMPORT_CHECK_FILES_FOR_LibXslt::LibXslt "${_IMPORT_PREFIX}/lib/libxslt.so.1.1.35" ) + +# Import target "LibXslt::LibExslt" for configuration "Release" +set_property(TARGET LibXslt::LibExslt APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(LibXslt::LibExslt PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libexslt.so.0.8.20" + IMPORTED_SONAME_RELEASE "libexslt.so.0.8.20" + ) + +list(APPEND _IMPORT_CHECK_TARGETS LibXslt::LibExslt ) +list(APPEND _IMPORT_CHECK_FILES_FOR_LibXslt::LibExslt "${_IMPORT_PREFIX}/lib/libexslt.so.0.8.20" ) + +# Import target "LibXslt::xsltproc" for configuration "Release" +set_property(TARGET LibXslt::xsltproc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(LibXslt::xsltproc PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/xsltproc" + ) + +list(APPEND _IMPORT_CHECK_TARGETS LibXslt::xsltproc ) +list(APPEND _IMPORT_CHECK_FILES_FOR_LibXslt::xsltproc "${_IMPORT_PREFIX}/bin/xsltproc" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff -NurbBw --exclude doc p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export.cmake p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export.cmake --- p1old/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export.cmake 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/lib/cmake/libxslt-1.1.35/libxslt-export.cmake 2022-03-08 06:57:25.000000000 +0100 @@ -0,0 +1,110 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6...3.20) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget LibXslt::LibXslt LibXslt::LibExslt LibXslt::xsltproc) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target LibXslt::LibXslt +add_library(LibXslt::LibXslt SHARED IMPORTED) + +set_target_properties(LibXslt::LibXslt PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "LibXml2::LibXml2" +) + +# Create imported target LibXslt::LibExslt +add_library(LibXslt::LibExslt SHARED IMPORTED) + +set_target_properties(LibXslt::LibExslt PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "LibXslt::LibXslt;LibXml2::LibXml2" +) + +# Create imported target LibXslt::xsltproc +add_executable(LibXslt::xsltproc IMPORTED) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/libxslt-export-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) Binärdateien p1old/usr/local/lib/libexslt.a und p2new/usr/local/lib/libexslt.a sind verschieden. Binärdateien p1old/usr/local/lib/libexslt.so und p2new/usr/local/lib/libexslt.so sind verschieden. Binärdateien p1old/usr/local/lib/libexslt.so.0 und p2new/usr/local/lib/libexslt.so.0 sind verschieden. Binärdateien p1old/usr/local/lib/libexslt.so.0.8.20 und p2new/usr/local/lib/libexslt.so.0.8.20 sind verschieden. Binärdateien p1old/usr/local/lib/libxml2.a und p2new/usr/local/lib/libxml2.a sind verschieden. Binärdateien p1old/usr/local/lib/libxml2.so und p2new/usr/local/lib/libxml2.so sind verschieden. Binärdateien p1old/usr/local/lib/libxml2.so.2 und p2new/usr/local/lib/libxml2.so.2 sind verschieden. Binärdateien p1old/usr/local/lib/libxml2.so.2.9.12 und p2new/usr/local/lib/libxml2.so.2.9.12 sind verschieden. Binärdateien p1old/usr/local/lib/libxml2.so.2.9.13 und p2new/usr/local/lib/libxml2.so.2.9.13 sind verschieden. Binärdateien p1old/usr/local/lib/libxslt.a und p2new/usr/local/lib/libxslt.a sind verschieden. Binärdateien p1old/usr/local/lib/libxslt.so und p2new/usr/local/lib/libxslt.so sind verschieden. Binärdateien p1old/usr/local/lib/libxslt.so.1 und p2new/usr/local/lib/libxslt.so.1 sind verschieden. Binärdateien p1old/usr/local/lib/libxslt.so.1.1.34 und p2new/usr/local/lib/libxslt.so.1.1.34 sind verschieden. Binärdateien p1old/usr/local/lib/libxslt.so.1.1.35 und p2new/usr/local/lib/libxslt.so.1.1.35 sind verschieden. diff -NurbBw --exclude doc p1old/usr/local/lib/xml2Conf.sh p2new/usr/local/lib/xml2Conf.sh --- p1old/usr/local/lib/xml2Conf.sh 2022-02-03 02:10:24.000000000 +0100 +++ p2new/usr/local/lib/xml2Conf.sh 2022-03-08 06:55:58.000000000 +0100 @@ -1,14 +1,8 @@ # # Configuration file for using the XML library in GNOME applications # - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -includedir=@includedir@ -libdir=@libdir@ - XML2_LIBDIR="-L/usr/local/lib" -XML2_LIBS="-lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm" -XML2_INCLUDEDIR="-I/usr/local/include/libxml2 -I/usr/include" -MODULE_VERSION="xml2-2.9.12" +XML2_LIBS="-lxml2 -lz -llzma -pthread -licudata -licui18n -licuuc -lm" +XML2_INCLUDEDIR="-I/usr/local/include/libxml2" +MODULE_VERSION="xml2-2.9.13" diff -NurbBw --exclude doc p1old/usr/local/lib/xsltConf.sh p2new/usr/local/lib/xsltConf.sh --- p1old/usr/local/lib/xsltConf.sh 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/lib/xsltConf.sh 2022-03-08 06:57:24.000000000 +0100 @@ -2,7 +2,7 @@ # Configuration file for using the xslt library # XSLT_LIBDIR="-L/usr/local/lib" -XSLT_LIBS="-lxslt -L/usr/local/lib -lxml2 -lz -llzma -lm " +XSLT_LIBS="-lxslt -lxml2" XSLT_PRIVATE_LIBS="-lm" XSLT_INCLUDEDIR="-I/usr/local/include" -MODULE_VERSION="xslt-1.1.34" +MODULE_VERSION="xslt-1.1.35" diff -NurbBw --exclude doc p1old/usr/local/libdata/pkgconfig/libexslt.pc p2new/usr/local/libdata/pkgconfig/libexslt.pc --- p1old/usr/local/libdata/pkgconfig/libexslt.pc 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/libdata/pkgconfig/libexslt.pc 2022-03-08 06:57:24.000000000 +0100 @@ -1,13 +1,13 @@ prefix=/usr/local exec_prefix=${prefix} -libdir=${exec_prefix}/lib +libdir=${prefix}/lib includedir=${prefix}/include Name: libexslt Version: 0.8.20 Description: EXSLT Extension library -Requires: libxml-2.0 +Requires: libxml-2.0, libxslt Cflags: -I${includedir} -Libs: -L${libdir} -lexslt -lxslt -L/usr/local/lib -lxml2 -lz -llzma -lm -Libs.private: -lm -L/usr/local/lib -lgcrypt -lgpg-error +Libs: -L${libdir} -lexslt +Libs.private: -lm -lgcrypt diff -NurbBw --exclude doc p1old/usr/local/libdata/pkgconfig/libxml-2.0.pc p2new/usr/local/libdata/pkgconfig/libxml-2.0.pc --- p1old/usr/local/libdata/pkgconfig/libxml-2.0.pc 2022-02-03 02:10:24.000000000 +0100 +++ p2new/usr/local/libdata/pkgconfig/libxml-2.0.pc 2022-03-08 06:55:58.000000000 +0100 @@ -1,13 +1,13 @@ prefix=/usr/local exec_prefix=${prefix} -libdir=${exec_prefix}/lib +libdir=${prefix}/lib includedir=${prefix}/include modules=1 Name: libXML -Version: 2.9.12 +Version: 2.9.13 Description: libXML library version2. Requires: Libs: -L${libdir} -lxml2 -Libs.private: -lz -L/usr/lib -llzma -L/usr/lib -lm -Cflags: -I${includedir}/libxml2 -I/usr/include +Libs.private: -licudata -licui18n -licuuc -pthread -lz -llzma -lm +Cflags: -I${includedir}/libxml2 diff -NurbBw --exclude doc p1old/usr/local/libdata/pkgconfig/libxslt.pc p2new/usr/local/libdata/pkgconfig/libxslt.pc --- p1old/usr/local/libdata/pkgconfig/libxslt.pc 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/libdata/pkgconfig/libxslt.pc 2022-03-08 06:57:24.000000000 +0100 @@ -1,13 +1,13 @@ prefix=/usr/local exec_prefix=${prefix} -libdir=${exec_prefix}/lib +libdir=${prefix}/lib includedir=${prefix}/include Name: libxslt -Version: 1.1.34 +Version: 1.1.35 Description: XSLT library version 2. Requires: libxml-2.0 Cflags: -I${includedir} -Libs: -L${libdir} -lxslt -L/usr/local/lib -lxml2 -lz -llzma -lm +Libs: -L${libdir} -lxslt Libs.private: -lm Binärdateien p1old/usr/local/man/man1/xml2-config.1.gz und p2new/usr/local/man/man1/xml2-config.1.gz sind verschieden. Binärdateien p1old/usr/local/man/man1/xmlcatalog.1.gz und p2new/usr/local/man/man1/xmlcatalog.1.gz sind verschieden. Binärdateien p1old/usr/local/man/man1/xmllint.1.gz und p2new/usr/local/man/man1/xmllint.1.gz sind verschieden. Binärdateien p1old/usr/local/man/man1/xsltproc.1.gz und p2new/usr/local/man/man1/xsltproc.1.gz sind verschieden. Binärdateien p1old/usr/local/man/man3/libxslt.3.gz und p2new/usr/local/man/man3/libxslt.3.gz sind verschieden. diff -NurbBw --exclude doc p1old/usr/local/share/aclocal/libxml.m4 p2new/usr/local/share/aclocal/libxml.m4 --- p1old/usr/local/share/aclocal/libxml.m4 2022-02-03 02:10:24.000000000 +0100 +++ p2new/usr/local/share/aclocal/libxml.m4 1970-01-01 01:00:00.000000000 +0100 @@ -1,192 +0,0 @@ -# Configure paths for LIBXML2 -# Simon Josefsson 2020-02-12 -# Fix autoconf 2.70+ warnings -# Mike Hommey 2004-06-19 -# use CPPFLAGS instead of CFLAGS -# Toshio Kuratomi 2001-04-21 -# Adapted from: -# Configure paths for GLIB -# Owen Taylor 97-11-3 - -dnl AM_PATH_XML2([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) -dnl Test for XML, and define XML_CPPFLAGS and XML_LIBS -dnl -AC_DEFUN([AM_PATH_XML2],[ -AC_ARG_WITH(xml-prefix, - [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)], - xml_config_prefix="$withval", xml_config_prefix="") -AC_ARG_WITH(xml-exec-prefix, - [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)], - xml_config_exec_prefix="$withval", xml_config_exec_prefix="") -AC_ARG_ENABLE(xmltest, - [ --disable-xmltest Do not try to compile and run a test LIBXML program],, - enable_xmltest=yes) - - if test x$xml_config_exec_prefix != x ; then - xml_config_args="$xml_config_args" - if test x${XML2_CONFIG+set} != xset ; then - XML2_CONFIG=$xml_config_exec_prefix/bin/xml2-config - fi - fi - if test x$xml_config_prefix != x ; then - xml_config_args="$xml_config_args --prefix=$xml_config_prefix" - if test x${XML2_CONFIG+set} != xset ; then - XML2_CONFIG=$xml_config_prefix/bin/xml2-config - fi - fi - - AC_PATH_PROG(XML2_CONFIG, xml2-config, no) - min_xml_version=ifelse([$1], ,2.0.0,[$1]) - AC_MSG_CHECKING(for libxml - version >= $min_xml_version) - no_xml="" - if test "$XML2_CONFIG" = "no" ; then - no_xml=yes - else - XML_CPPFLAGS=`$XML2_CONFIG $xml_config_args --cflags` - XML_LIBS=`$XML2_CONFIG $xml_config_args --libs` - xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \ - sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` - xml_config_minor_version=`$XML2_CONFIG $xml_config_args --version | \ - sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` - xml_config_micro_version=`$XML2_CONFIG $xml_config_args --version | \ - sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` - if test "x$enable_xmltest" = "xyes" ; then - ac_save_CPPFLAGS="$CPPFLAGS" - ac_save_LIBS="$LIBS" - CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS" - LIBS="$XML_LIBS $LIBS" -dnl -dnl Now check if the installed libxml is sufficiently new. -dnl (Also sanity checks the results of xml2-config to some extent) -dnl - rm -f conf.xmltest - AC_RUN_IFELSE( - [AC_LANG_SOURCE([[ -#include -#include -#include -#include - -int -main() -{ - int xml_major_version, xml_minor_version, xml_micro_version; - int major, minor, micro; - char *tmp_version; - - system("touch conf.xmltest"); - - /* Capture xml2-config output via autoconf/configure variables */ - /* HP/UX 9 (%@#!) writes to sscanf strings */ - tmp_version = (char *)strdup("$min_xml_version"); - if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { - printf("%s, bad version string from xml2-config\n", "$min_xml_version"); - exit(1); - } - free(tmp_version); - - /* Capture the version information from the header files */ - tmp_version = (char *)strdup(LIBXML_DOTTED_VERSION); - if (sscanf(tmp_version, "%d.%d.%d", &xml_major_version, &xml_minor_version, &xml_micro_version) != 3) { - printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION"); - exit(1); - } - free(tmp_version); - - /* Compare xml2-config output to the libxml headers */ - if ((xml_major_version != $xml_config_major_version) || - (xml_minor_version != $xml_config_minor_version) || - (xml_micro_version != $xml_config_micro_version)) - { - printf("*** libxml header files (version %d.%d.%d) do not match\n", - xml_major_version, xml_minor_version, xml_micro_version); - printf("*** xml2-config (version %d.%d.%d)\n", - $xml_config_major_version, $xml_config_minor_version, $xml_config_micro_version); - return 1; - } -/* Compare the headers to the library to make sure we match */ - /* Less than ideal -- doesn't provide us with return value feedback, - * only exits if there's a serious mismatch between header and library. - */ - LIBXML_TEST_VERSION; - - /* Test that the library is greater than our minimum version */ - if ((xml_major_version > major) || - ((xml_major_version == major) && (xml_minor_version > minor)) || - ((xml_major_version == major) && (xml_minor_version == minor) && - (xml_micro_version >= micro))) - { - return 0; - } - else - { - printf("\n*** An old version of libxml (%d.%d.%d) was found.\n", - xml_major_version, xml_minor_version, xml_micro_version); - printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n", - major, minor, micro); - printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n"); - printf("***\n"); - printf("*** If you have already installed a sufficiently new version, this error\n"); - printf("*** probably means that the wrong copy of the xml2-config shell script is\n"); - printf("*** being found. The easiest way to fix this is to remove the old version\n"); - printf("*** of LIBXML, but you can also set the XML2_CONFIG environment to point to the\n"); - printf("*** correct copy of xml2-config. (In this case, you will have to\n"); - printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n"); - printf("*** so that the correct libraries are found at run-time))\n"); - } - return 1; -} -]])],, no_xml=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) - CPPFLAGS="$ac_save_CPPFLAGS" - LIBS="$ac_save_LIBS" - fi - fi - - if test "x$no_xml" = x ; then - AC_MSG_RESULT(yes (version $xml_config_major_version.$xml_config_minor_version.$xml_config_micro_version)) - ifelse([$2], , :, [$2]) - else - AC_MSG_RESULT(no) - if test "$XML2_CONFIG" = "no" ; then - echo "*** The xml2-config script installed by LIBXML could not be found" - echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the XML2_CONFIG environment variable to the" - echo "*** full path to xml2-config." - else - if test -f conf.xmltest ; then - : - else - echo "*** Could not run libxml test program, checking why..." - CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS" - LIBS="$LIBS $XML_LIBS" - AC_LINK_IFELSE( - [AC_LANG_PROGRAM([[ -#include -#include -]], [[ LIBXML_TEST_VERSION; return 0;]])], - [ echo "*** The test program compiled, but did not run. This usually means" - echo "*** that the run-time linker is not finding LIBXML or finding the wrong" - echo "*** version of LIBXML. If it is not finding LIBXML, you'll need to set your" - echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" - echo "*** to the installed location Also, make sure you have run ldconfig if that" - echo "*** is required on your system" - echo "***" - echo "*** If you have an old version installed, it is best to remove it, although" - echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], - [ echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occurred. This usually means LIBXML was incorrectly installed" - echo "*** or that you have moved LIBXML since it was installed. In the latter case, you" - echo "*** may want to edit the xml2-config script: $XML2_CONFIG" ]) - CPPFLAGS="$ac_save_CPPFLAGS" - LIBS="$ac_save_LIBS" - fi - fi - - XML_CPPFLAGS="" - XML_LIBS="" - ifelse([$3], , :, [$3]) - fi - AC_SUBST(XML_CPPFLAGS) - AC_SUBST(XML_LIBS) - rm -f conf.xmltest -]) diff -NurbBw --exclude doc p1old/usr/local/share/aclocal/libxslt.m4 p2new/usr/local/share/aclocal/libxslt.m4 --- p1old/usr/local/share/aclocal/libxslt.m4 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/share/aclocal/libxslt.m4 1970-01-01 01:00:00.000000000 +0100 @@ -1,191 +0,0 @@ -# Based on: -# Configure paths for LIBXML2 -# Toshio Kuratomi 2001-04-21 -# Adapted from: -# Configure paths for GLIB -# Owen Taylor 97-11-3 -# -# Modified to work with libxslt by Thomas Schraitle 2002/10/25 -# Fixed by Edward Rudd 2004/05/12 - -dnl AM_PATH_XSLT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) -dnl Test for XML, and define XML_CFLAGS and XML_LIBS -dnl -AC_DEFUN([AM_PATH_XSLT],[ -AC_ARG_WITH(xslt-prefix, - [ --with-xslt-prefix=PFX Prefix where libxslt is installed (optional)], - xslt_config_prefix="$withval", xslt_config_prefix="") -AC_ARG_WITH(xslt-exec-prefix, - [ --with-xslt-exec-prefix=PFX Exec prefix where libxslt is installed (optional)], - xslt_config_exec_prefix="$withval", xslt_config_exec_prefix="") -AC_ARG_ENABLE(xslttest, - [ --disable-xslttest Do not try to compile and run a test LIBXSLT program],, - enable_xslttest=yes) - - if test x$xslt_config_exec_prefix != x ; then - xslt_config_args="$xslt_config_args --exec-prefix=$xslt_config_exec_prefix" - if test x${XSLT_CONFIG+set} != xset ; then - XSLT_CONFIG=$xslt_config_exec_prefix/bin/xslt-config - fi - fi - if test x$xslt_config_prefix != x ; then - xslt_config_args="$xslt_config_args --prefix=$xslt_config_prefix" - if test x${XSLT_CONFIG+set} != xset ; then - XSLT_CONFIG=$xslt_config_prefix/bin/xslt-config - fi - fi - - AC_PATH_PROG(XSLT_CONFIG, xslt-config, no) - min_xslt_version=ifelse([$1], ,1.0.0,[$1]) - AC_MSG_CHECKING(for libxslt - version >= $min_xslt_version) - no_xslt="" - if test "$XSLT_CONFIG" = "no" ; then - no_xslt=yes - else - XSLT_CFLAGS=`$XSLT_CONFIG $xslt_config_args --cflags` - XSLT_LIBS=`$XSLT_CONFIG $xslt_config_args --libs` - xslt_config_major_version=`$XSLT_CONFIG $xslt_config_args --version | \ - sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` - xslt_config_minor_version=`$XSLT_CONFIG $xslt_config_args --version | \ - sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` - xslt_config_micro_version=`$XSLT_CONFIG $xslt_config_args --version | \ - sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` - if test "x$enable_xslttest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" - CFLAGS="$CFLAGS $XSLT_CFLAGS" - LIBS="$XSLT_LIBS $LIBS" -dnl -dnl Now check if the installed libxslt is sufficiently new. -dnl (Also sanity checks the results of xslt-config to some extent) -dnl - rm -f conf.xslttest - AC_TRY_RUN([ -#include -#include -#include -#include -#include -int -main() -{ - int xslt_major_version, xslt_minor_version, xslt_micro_version; - int major, minor, micro; - char *tmp_version; - - system("touch conf.xslttest"); - - /* Capture xslt-config output via autoconf/configure variables */ - /* HP/UX 9 (%@#!) writes to sscanf strings */ - tmp_version = (char *)strdup("$min_xslt_version"); - if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { - printf("%s, bad version string from xslt-config\n", "$min_xslt_version"); - exit(1); - } - free(tmp_version); - - /* Capture the version information from the header files */ - tmp_version = (char *)strdup(LIBXSLT_DOTTED_VERSION); - if (sscanf(tmp_version, "%d.%d.%d", &xslt_major_version, &xslt_minor_version, &xslt_micro_version) != 3) { - printf("%s, bad version string from libxslt includes\n", "LIBXSLT_DOTTED_VERSION"); - exit(1); - } - free(tmp_version); - - /* Compare xslt-config output to the libxslt headers */ - if ((xslt_major_version != $xslt_config_major_version) || - (xslt_minor_version != $xslt_config_minor_version) || - (xslt_micro_version != $xslt_config_micro_version)) - { - printf("*** libxslt header files (version %d.%d.%d) do not match\n", - xslt_major_version, xslt_minor_version, xslt_micro_version); - printf("*** xslt-config (version %d.%d.%d)\n", - $xslt_config_major_version, $xslt_config_minor_version, $xslt_config_micro_version); - return 1; - } -/* Compare the headers to the library to make sure we match */ - /* Less than ideal -- doesn't provide us with return value feedback, - * only exits if there's a serious mismatch between header and library. - */ - /* copied from LIBXML_TEST_VERSION; */ - xmlCheckVersion(LIBXML_VERSION); - - /* Test that the library is greater than our minimum version */ - if ((xslt_major_version > major) || - ((xslt_major_version == major) && (xslt_minor_version > minor)) || - ((xslt_major_version == major) && (xslt_minor_version == minor) && - (xslt_micro_version >= micro))) - { - return 0; - } - else - { - printf("\n*** An old version of libxslt (%d.%d.%d) was found.\n", - xslt_major_version, xslt_minor_version, xslt_micro_version); - printf("*** You need a version of libxslt newer than %d.%d.%d. The latest version of\n", - major, minor, micro); - printf("*** libxslt is always available from ftp://ftp.xmlsoft.org.\n"); - printf("***\n"); - printf("*** If you have already installed a sufficiently new version, this error\n"); - printf("*** probably means that the wrong copy of the xslt-config shell script is\n"); - printf("*** being found. The easiest way to fix this is to remove the old version\n"); - printf("*** of LIBXSLT, but you can also set the XSLT_CONFIG environment to point to the\n"); - printf("*** correct copy of xslt-config. (In this case, you will have to\n"); - printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); - printf("*** so that the correct libraries are found at run-time))\n"); - } - return 1; -} -],, no_xslt=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) - CFLAGS="$ac_save_CFLAGS" - LIBS="$ac_save_LIBS" - fi - fi - - if test "x$no_xslt" = x ; then - AC_MSG_RESULT(yes (version $xslt_config_major_version.$xslt_config_minor_version.$xslt_config_micro_version)) - ifelse([$2], , :, [$2]) - else - AC_MSG_RESULT(no) - if test "$XSLT_CONFIG" = "no" ; then - echo "*** The xslt-config script installed by LIBXSLT could not be found" - echo "*** If libxslt was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the XSLT_CONFIG environment variable to the" - echo "*** full path to xslt-config." - else - if test -f conf.xslttest ; then - : - else - echo "*** Could not run libxslt test program, checking why..." - CFLAGS="$CFLAGS $XSLT_CFLAGS" - LIBS="$LIBS $XSLT_LIBS" - AC_TRY_LINK([ -#include -#include -], [ LIBXSLT_TEST_VERSION; return 0;], - [ echo "*** The test program compiled, but did not run. This usually means" - echo "*** that the run-time linker is not finding LIBXSLT or finding the wrong" - echo "*** version of LIBXSLT. If it is not finding LIBXSLT, you'll need to set your" - echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" - echo "*** to the installed location Also, make sure you have run ldconfig if that" - echo "*** is required on your system" - echo "***" - echo "*** If you have an old version installed, it is best to remove it, although" - echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], - [ echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means LIBXSLT was incorrectly installed" - echo "*** or that you have moved LIBXSLT since it was installed. In the latter case, you" - echo "*** may want to edit the xslt-config script: $XSLT_CONFIG" ]) - CFLAGS="$ac_save_CFLAGS" - LIBS="$ac_save_LIBS" - fi - fi - - XSLT_CFLAGS="" - XSLT_LIBS="" - ifelse([$3], , :, [$3]) - fi - AC_SUBST(XSLT_CFLAGS) - AC_SUBST(XSLT_LIBS) - rm -f conf.xslttest -]) diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxml2-2.9.12/catalog.mk p2new/usr/local/share/licenses/libxml2-2.9.12/catalog.mk --- p1old/usr/local/share/licenses/libxml2-2.9.12/catalog.mk 2022-02-03 02:10:25.000000000 +0100 +++ p2new/usr/local/share/licenses/libxml2-2.9.12/catalog.mk 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -_LICENSE=MIT TRIO -_LICENSE_COMB=multi -_LICENSE_NAME=Multiple (all of): MIT TRIO -_LICENSE_PERMS=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -_LICENSE_GROUPS= -_LICENSE_NAME_MIT =MIT license / X11 license -_LICENSE_PERMS_MIT =dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -_LICENSE_GROUPS_MIT =COPYFREE FSF GPL OSI -_LICENSE_DISTFILES_MIT =libxml2-2.9.12.tar.gz -_LICENSE_NAME_TRIO =Trio License -_LICENSE_PERMS_TRIO =dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -_LICENSE_GROUPS_TRIO = -_LICENSE_DISTFILES_TRIO =libxml2-2.9.12.tar.gz diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxml2-2.9.12/LICENSE p2new/usr/local/share/licenses/libxml2-2.9.12/LICENSE --- p1old/usr/local/share/licenses/libxml2-2.9.12/LICENSE 2022-02-03 02:10:25.000000000 +0100 +++ p2new/usr/local/share/licenses/libxml2-2.9.12/LICENSE 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -This package has multiple licenses (all of): -- MIT (MIT license / X11 license) -- TRIO (Trio License) diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxml2-2.9.12/MIT p2new/usr/local/share/licenses/libxml2-2.9.12/MIT --- p1old/usr/local/share/licenses/libxml2-2.9.12/MIT 2022-02-03 02:10:25.000000000 +0100 +++ p2new/usr/local/share/licenses/libxml2-2.9.12/MIT 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -Except where otherwise noted in the source code (e.g. the files hash.c, -list.c and the trio files, which are covered by a similar licence but -with different Copyright notices) all the files are: - - Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is fur- -nished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- -NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxml2-2.9.12/TRIO p2new/usr/local/share/licenses/libxml2-2.9.12/TRIO --- p1old/usr/local/share/licenses/libxml2-2.9.12/TRIO 2022-02-03 02:10:25.000000000 +0100 +++ p2new/usr/local/share/licenses/libxml2-2.9.12/TRIO 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -(Following sentences are from trio.c of libxml2-2.9.4.tar.gz.) - -Copyright (C) 1998 Bjorn Reese and Daniel Stenberg. - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND -CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxml2-2.9.13/catalog.mk p2new/usr/local/share/licenses/libxml2-2.9.13/catalog.mk --- p1old/usr/local/share/licenses/libxml2-2.9.13/catalog.mk 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/share/licenses/libxml2-2.9.13/catalog.mk 2022-03-08 06:55:59.000000000 +0100 @@ -0,0 +1,5 @@ +_LICENSE=MIT +_LICENSE_NAME=MIT license / X11 license +_LICENSE_PERMS=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +_LICENSE_GROUPS=COPYFREE FSF GPL OSI +_LICENSE_DISTFILES=libxml2-2.9.13.tar.xz diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxml2-2.9.13/LICENSE p2new/usr/local/share/licenses/libxml2-2.9.13/LICENSE --- p1old/usr/local/share/licenses/libxml2-2.9.13/LICENSE 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/share/licenses/libxml2-2.9.13/LICENSE 2022-03-08 06:55:59.000000000 +0100 @@ -0,0 +1 @@ +This package has a single license: MIT (MIT license / X11 license). diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxml2-2.9.13/MIT p2new/usr/local/share/licenses/libxml2-2.9.13/MIT --- p1old/usr/local/share/licenses/libxml2-2.9.13/MIT 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/share/licenses/libxml2-2.9.13/MIT 2022-03-08 06:55:59.000000000 +0100 @@ -0,0 +1,2 @@ +The license: MIT (MIT license / X11 license) is standard, please +read from the web. diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxslt-1.1.34_2/catalog.mk p2new/usr/local/share/licenses/libxslt-1.1.34_2/catalog.mk --- p1old/usr/local/share/licenses/libxslt-1.1.34_2/catalog.mk 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/share/licenses/libxslt-1.1.34_2/catalog.mk 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -_LICENSE=MIT -_LICENSE_NAME=MIT license / X11 license -_LICENSE_PERMS=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -_LICENSE_GROUPS=COPYFREE FSF GPL OSI -_LICENSE_DISTFILES=libxslt-1.1.34.tar.gz diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxslt-1.1.34_2/LICENSE p2new/usr/local/share/licenses/libxslt-1.1.34_2/LICENSE --- p1old/usr/local/share/licenses/libxslt-1.1.34_2/LICENSE 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/share/licenses/libxslt-1.1.34_2/LICENSE 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -This package has a single license: MIT (MIT license / X11 license). diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxslt-1.1.34_2/MIT p2new/usr/local/share/licenses/libxslt-1.1.34_2/MIT --- p1old/usr/local/share/licenses/libxslt-1.1.34_2/MIT 2022-02-03 02:17:18.000000000 +0100 +++ p2new/usr/local/share/licenses/libxslt-1.1.34_2/MIT 1970-01-01 01:00:00.000000000 +0100 @@ -1,53 +0,0 @@ -Licence for libxslt except libexslt ----------------------------------------------------------------------- - Copyright (C) 2001-2002 Daniel Veillard. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is fur- -nished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- -NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- -NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of Daniel Veillard shall not -be used in advertising or otherwise to promote the sale, use or other deal- -ings in this Software without prior written authorization from him. - ----------------------------------------------------------------------- - -Licence for libexslt ----------------------------------------------------------------------- - Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. - All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is fur- -nished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- -NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- -NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of the authors shall not -be used in advertising or otherwise to promote the sale, use or other deal- -ings in this Software without prior written authorization from him. ----------------------------------------------------------------------- diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxslt-1.1.35/catalog.mk p2new/usr/local/share/licenses/libxslt-1.1.35/catalog.mk --- p1old/usr/local/share/licenses/libxslt-1.1.35/catalog.mk 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/share/licenses/libxslt-1.1.35/catalog.mk 2022-03-08 06:57:26.000000000 +0100 @@ -0,0 +1,5 @@ +_LICENSE=MIT +_LICENSE_NAME=MIT license / X11 license +_LICENSE_PERMS=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +_LICENSE_GROUPS=COPYFREE FSF GPL OSI +_LICENSE_DISTFILES=libxslt-1.1.35.tar.xz diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxslt-1.1.35/LICENSE p2new/usr/local/share/licenses/libxslt-1.1.35/LICENSE --- p1old/usr/local/share/licenses/libxslt-1.1.35/LICENSE 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/share/licenses/libxslt-1.1.35/LICENSE 2022-03-08 06:57:26.000000000 +0100 @@ -0,0 +1 @@ +This package has a single license: MIT (MIT license / X11 license). diff -NurbBw --exclude doc p1old/usr/local/share/licenses/libxslt-1.1.35/MIT p2new/usr/local/share/licenses/libxslt-1.1.35/MIT --- p1old/usr/local/share/licenses/libxslt-1.1.35/MIT 1970-01-01 01:00:00.000000000 +0100 +++ p2new/usr/local/share/licenses/libxslt-1.1.35/MIT 2022-03-08 06:57:26.000000000 +0100 @@ -0,0 +1,53 @@ +Licence for libxslt except libexslt +---------------------------------------------------------------------- + Copyright (C) 2001-2002 Daniel Veillard. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Daniel Veillard shall not +be used in advertising or otherwise to promote the sale, use or other deal- +ings in this Software without prior written authorization from him. + +---------------------------------------------------------------------- + +Licence for libexslt +---------------------------------------------------------------------- + Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. + All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the authors shall not +be used in advertising or otherwise to promote the sale, use or other deal- +ings in this Software without prior written authorization from him. +----------------------------------------------------------------------