From f956687bef0958130172c135a56d39a2a571f584 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 4 Jun 2021 16:50:10 +0200 Subject: [PATCH 1/3] libxml2: raise version --- libxml2.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxml2.be0 b/libxml2.be0 index 1b7798eef..58563ab3c 100755 --- a/libxml2.be0 +++ b/libxml2.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxml2-2.9.4-1 +# BEE_VERSION libxml2-2.9.12-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 5b771599df68a5b174ef51a6f956c8a426581d5d Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 4 Jun 2021 16:53:58 +0200 Subject: [PATCH 2/3] libxml2: enforce autotools cmake would create 'libxml2.so.2.9.10' (brilliant, or?) Besides that 'bee_configure -DLIBXML2_WITH_PYTHON=OFF' would be the right option to disable python. --- libxml2.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libxml2.be0 b/libxml2.be0 index 58563ab3c..7206632e8 100755 --- a/libxml2.be0 +++ b/libxml2.be0 @@ -2,6 +2,8 @@ # BEE_VERSION libxml2-2.9.12-0 +BEE_BUILDTYPE=autotools + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From ce811ec1d68fad5c78fc5cd9f6d9c36fde435e44 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 4 Jun 2021 17:00:00 +0200 Subject: [PATCH 3/3] libxml2: use beehive --- libxml2.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libxml2.be0 b/libxml2.be0 index 7206632e8..632020ce3 100755 --- a/libxml2.be0 +++ b/libxml2.be0 @@ -11,7 +11,8 @@ BEE_BUILDTYPE=autotools ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz" +# http://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz +SRCURL[0]=https://beehive.molgen.mpg.de/f433a39be087a9f0b197eb2307ad9f75/libxml2-2.9.12.tar.gz ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.