From nobody@FreeBSD.org  Mon Oct 28 00:22:12 2013
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <lukas.slebodnik@intrak.sk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix conflicting dependencies
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183377
>Category:       ports
>Synopsis:       security/sssd: Fix conflicting dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 28 00:30:00 UTC 2013
>Closed-Date:    Mon Oct 28 10:02:06 UTC 2013
>Last-Modified:  Mon Oct 28 10:10:00 UTC 2013
>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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: delphij 
Class-Changed-When: Mon Oct 28 03:26:27 UTC 2013 
Class-Changed-Why:  
Not maintainer PR. 


Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Mon Oct 28 03:26:27 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183377 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Mon Oct 28 10:02:05 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183377 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183377: commit references a PR
Date: Mon, 28 Oct 2013 10:02:05 +0000 (UTC)

 Author: wg
 Date: Mon Oct 28 10:01:58 2013
 New Revision: 331841
 URL: http://svnweb.freebsd.org/changeset/ports/331841
 
 Log:
   security/sssd: fix ldap client dependency
   
   - Fix ldap client dependency
   
   PR:		ports/183377
   Submitted by:	Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
 
 Modified:
   head/security/sssd/Makefile
 
 Modified: head/security/sssd/Makefile
 ==============================================================================
 --- head/security/sssd/Makefile	Mon Oct 28 09:58:14 2013	(r331840)
 +++ head/security/sssd/Makefile	Mon Oct 28 10:01:58 2013	(r331841)
 @@ -26,7 +26,7 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
  		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 \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
