From owner-freebsd-ports@freebsd.org Fri Oct 2 14:57:53 2015 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 C6DABA0E7F3 for ; Fri, 2 Oct 2015 14:57:53 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63E4E115B; Fri, 2 Oct 2015 14:57:53 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by wicfx3 with SMTP id fx3so37505711wic.1; Fri, 02 Oct 2015 07:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wY8bZtIf/MORRxwapspvi2lRJLjI4SZYoAFAPMenJoE=; b=vM87ovaJRV5Cqv4DO/9DFxTasGynXWcKxu4WCD4quCu3jtv34PIMszKuRgC9jU59d2 BWC2au3fvN7xpQ1HT6UEzqZPosoymV+rJoJ8aDbrR9IqQhar5Jj8Ly3k7ADGk+4lEdrp 9Rh7bML5AzvHF6/TV+OyTSwoxhl1Sj9r1XMmQzW8fNLGYLRTeZFabQgcOtUMOiJCXGcb E94Ffdd9NcRVYd6hpXmebflrJRSr9FbEP4R4cvZQvs4PxyndRW+Nuxm0KK9yTEvbn1hN eUT7l47y5bR+1L3MOTZkbEOJPuMsHU3D+aNRBrMlEpAJxSIqHm6z13RqlLeYdC3IHifm x2AA== MIME-Version: 1.0 X-Received: by 10.180.87.194 with SMTP id ba2mr3057122wib.11.1443797871340; Fri, 02 Oct 2015 07:57:51 -0700 (PDT) Received: by 10.28.11.129 with HTTP; Fri, 2 Oct 2015 07:57:51 -0700 (PDT) In-Reply-To: <3078E65315756C9D9671C800@atuin.in.mat.cc> References: <3078E65315756C9D9671C800@atuin.in.mat.cc> Date: Fri, 2 Oct 2015 17:57:51 +0300 Message-ID: Subject: Re: can't compile net/openldap24-server after last cyrus-sasl* upgrade From: Pavel Timofeev To: Mathieu Arnold Cc: ports-list freebsd Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 14:57:53 -0000 2015-10-02 13:25 GMT+03:00 Mathieu Arnold : > > > +--On 2 octobre 2015 13:13:41 +0300 Pavel Timofeev wrote: > | Good day! > > Grml, looking into it. > > -- > Mathieu Arnold root@pyxis-v# diff -u Makefile.orig Makefile --- Makefile.orig 2015-10-02 17:55:19.948181000 +0300 +++ Makefile 2015-10-02 13:17:14.527990000 +0300 @@ -156,7 +156,7 @@ CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* PKGNAMESUFFIX= -sasl-server .if ${PORT_OPTIONS:MGSSAPI} -RUN_DEPENDS+= cyrus-sasl-gssapi>0:${PORTSDIR}/security/cyrus-sasl2-gssapi +RUN_DEPENDS+= cyrus-sasl2-gssapi>0:${PORTSDIR}/security/cyrus-sasl2-gssapi .endif .else CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.* Seems like it helped me.