From nobody Mon Nov 8 13:39:01 2021 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A3335184F18D for ; Mon, 8 Nov 2021 13:39:07 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hnsf348kLz3tjF; Mon, 8 Nov 2021 13:39:07 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from ns2.wilbury.net (ns2.wilbury.net [IPv6:2a01:b200:0:1:f816:3eff:fecd:13e6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) (Authenticated sender: otis) by smtp.freebsd.org (Postfix) with ESMTPSA id 5128EA029; Mon, 8 Nov 2021 13:39:07 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from smtpclient.apple (gw-upc.owhome.net [188.167.168.254]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 9438445CF24; Mon, 8 Nov 2021 14:39:02 +0100 (CET) From: Juraj Lutter Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: cyrus-sasl dependency in bsd.ldap.mk Message-Id: <6F18C72A-D3FF-4135-9E7B-24D423F8489F@FreeBSD.org> Date: Mon, 8 Nov 2021 14:39:01 +0100 Cc: "" To: "delphij@freebsd.org" X-Mailer: Apple Mail (2.3654.120.0.1.13) X-ThisMailContainsUnwantedMimeParts: N Hi Delphij, you seem to be the most active in bsd.ldap.mk :-) I=E2=80=99ve found that since openldap-client also depends on cyrus-sasl = unconditionally, bsd.ldap.mk requires this: otis@b13:/usr/ports/Mk % git diff -- bsd.ldap.mk diff --git a/Mk/bsd.ldap.mk b/Mk/bsd.ldap.mk index a6f37dd99b10..7acbc9c660bb 100644 --- a/Mk/bsd.ldap.mk +++ b/Mk/bsd.ldap.mk @@ -77,6 +77,7 @@ IGNORE=3D cannot install: doesn't work = with OpenLDAP version: ${OPENLDAP_VER} (Do . endfor .endif # IGNORE_WITH_OPENLDAP LIB_DEPENDS+=3D = ${OPENLDAP${OPENLDAP_VER}_LIB}:net/openldap${OPENLDAP_VER}-client +LIB_DEPENDS+=3D libsasl2.so:security/cyrus-sasl2 .else IGNORE=3D cannot install: unknown OpenLDAP version: = ${OPENLDAP_VER} .endif # Check for correct libs What are you thought about it? Thanks otis =E2=80=94 Juraj Lutter otis@FreeBSD.org