From: Tobias Brunner Date: Thu, 6 Oct 2022 10:06:36 +0000 (+0200) Subject: cirrus: Don't explicitly install openldap*-client on FreeBSD X-Git-Tag: 5.9.9rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42f4367dd6c2b324f81a56f6c99706eb5cebbc9;p=thirdparty%2Fstrongswan.git cirrus: Don't explicitly install openldap*-client on FreeBSD This avoids a conflicts as mysql80-client has a dependency on either openldap24-client (FreeBSD 12) or openldap26-client (FreeBSD 13) so e.g. installing openldap24-client on FreeBSD 13 causes openldap26-client-2.6.3 conflicts with openldap24-client-2.4.59_4 on /usr/local/bin/ldapadd Similarly, when installing openldap26-client on FreeBSD 12. So just let the mysql80-client package decide which version is installed. --- diff --git a/scripts/test.sh b/scripts/test.sh index 41c0d1c3b0..79e9cda7ad 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -324,7 +324,7 @@ freebsd) --enable-unbound --enable-unity --enable-xauth-eap --enable-xauth-pam --with-printf-hooks=builtin --enable-attr-sql --enable-sql --enable-farp" - DEPS="git gmp openldap24-client libxml2 mysql80-client sqlite3 unbound ldns tpm2-tss" + DEPS="git gmp libxml2 mysql80-client sqlite3 unbound ldns tpm2-tss" ;; fuzzing) CFLAGS="$CFLAGS -DNO_CHECK_MEMWIPE"