From owner-freebsd-ports@freebsd.org Wed Jan 11 01:27:55 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D64ECCA7918 for ; Wed, 11 Jan 2017 01:27:55 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9344618AD for ; Wed, 11 Jan 2017 01:27:54 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 9E1FE28482; Wed, 11 Jan 2017 02:27:46 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 8DFF128431; Wed, 11 Jan 2017 02:27:45 +0100 (CET) Subject: Re: openldap-client vs openldap-sasl-client (Miroslav Lachman) To: Lee Brown , freebsd-ports@freebsd.org References: From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <58758A11.1060000@quip.cz> Date: Wed, 11 Jan 2017 02:27:45 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2017 01:27:55 -0000 Lee Brown wrote on 2017/01/11 00:31: >> Jan Bramkamp wrote on 2017/01/05 11:30: >>> On 04/01/2017 18:32, Andriy Gapon wrote: >>>> >>>> Do you I understand correctly that it is impossible now to install >>>> both samba44 >>>> and libreoffice using the official FreeBSD package repository? >>>> Or samba44 and KDE? >>>> >>>> If yes, then that sucks... >>> >>> Yes and yes it sucks. The "solution" is to build your own repo and set >>> the right flags to always use the same LDAP client port. With binary >>> packages and the speed of modern x86_64 systems I for one no longer see >>> removing SASL support from OpenLDAP as useful enough to justify the >>> complexity. Are there any reasons other than saved build time to disable >>> this dependency (e.g. a bad security track record/process, different >>> licenses)? >> >> And what is the right way to choose SASL / NON-SASL version globaly? >> We are building packages in our poudriere, but I cannot find the proper >> variable / option for this. >> >> Miroslav Lachman > (sorry for losing the headers, I had to copy/paste this as I switched > from digest to individual). > > Is there a satisfactory answer to Miroslav's question? > > I'm in the same predicament, I can't upgrade anything without removing > libreoffice, presumably because of samba. > I've tried looking through the tree of options for libreoffice and > samba, but I'm at a loss. It should be fixed now in the ports tree. I don't know when new packages will be available for pkg install / pkg upgrade. https://svnweb.freebsd.org/ports?view=revision&revision=431079 Miroslav Lachman