From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 28 00:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 008C1433 for ; Mon, 28 Oct 2013 00:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D34F42699 for ; Mon, 28 Oct 2013 00:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9S0U2Ws043731 for ; Mon, 28 Oct 2013 00:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9S0U2qQ043730; Mon, 28 Oct 2013 00:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 28 Oct 2013 00:30:02 GMT Resent-Message-Id: <201310280030.r9S0U2qQ043730@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lukas Slebodnik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FEA02EA for ; Mon, 28 Oct 2013 00:22:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1B42661 for ; Mon, 28 Oct 2013 00:22:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9S0MBZT093223 for ; Mon, 28 Oct 2013 00:22:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9S0MBdQ093217; Mon, 28 Oct 2013 00:22:11 GMT (envelope-from nobody) Message-Id: <201310280022.r9S0MBdQ093217@oldred.freebsd.org> Date: Mon, 28 Oct 2013 00:22:11 GMT From: Lukas Slebodnik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183377: Fix conflicting dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 00:30:03 -0000 >Number: 183377 >Category: ports >Synopsis: Fix conflicting dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 00:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lukas Slebodnik >Release: FreeBSD 9.2-RELEASE >Organization: >Environment: FreeBSD bsd 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There are conflicting dependencies in sssd port. https://qat.redports.org/~wg@FreeBSD.org/20131026230201-23531-213906/sssd-1.9.5.log pkg_add openldap-sasl-client-2.4.36.txz Installing openldap-sasl-client-2.4.36...pkg: openldap-sasl-client-2.4.36 conflicts with openldap-client-2.4.36 (installs files into the same place). Problematic file: /usr/local/bin/ldapadd Failed to install the following 1 package(s): openldap-sasl-client-2.4.36.txz error in dependency openldap-sasl-client-2.4.36.txz, exiting >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/Makefile b/Makefile index 8c4e807..cb45f08 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libnss3.so:${PORTSDIR}/security/nss \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ libkrb5.so:${PORTSDIR}/security/krb5 \ - libldap.so:${PORTSDIR}/net/openldap24-sasl-client \ + libldap.so:${PORTSDIR}/net/openldap24-client \ libinotify.so:${PORTSDIR}/devel/libinotify BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \ docbook-xsl>=1:${PORTSDIR}/textproc/docbook-xsl \ >Release-Note: >Audit-Trail: >Unformatted: