Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Sep 2014 18:06:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193349] New: Ports not properly depending on openldap-sasl-client
Message-ID:  <bug-193349-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193349

            Bug ID: 193349
           Summary: Ports not properly depending on openldap-sasl-client
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: fabianosidler@swissonline.ch

There is (still) a problem with the openldap{,-sasl}-client ports:
    pkg-static: openldap-sasl-client-2.4.39_1 conflicts with
openldap-client-2.4.39_1  (installs files into the same place).  Problematic
file: /usr/local/bin/ldapadd
Not each port properly depends upon openldap-sasl-client. In the repo sqlite
file of my poudriere-built repo, I did:
    select p.origin from packages p left outer join deps d on
(d.package_id==p.id) where d.name = "openldap-client";
which yields the following packages (in my repo) not properly adding the
openldap24-sasl-client port as a dependency:
    devel/apr1
    ftp/curl
    net/php5-ldap
    security/cyrus-sasl2-saslauthd
    security/krb5
    security/sudo
For reference, the following do:
    mail/dovecot2
    net/nss-pam-ldapd-sasl
    net/openldap24-server
    security/heimdal

So can these ports be fixed to properly depend upon openldap-sasl-client?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193349-13>