Summary: | security/sssd: Remove libldap.so from LIB_DEPENDS, it is already added by USE_OPENLDAP | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Craig Rodrigues <rodrigc> |
Component: | Individual Port(s) | Assignee: | Craig Rodrigues <rodrigc> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Craig Rodrigues
![]() ![]() Maintainer of security/sssd, Please note that PR ports/188942 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188942 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Thank you very much for the patch. I agree with you. Could anyone push this patch? LS State Changed From-To: feedback->open Maintainer approved. Author: rodrigc (src committer) Date: Sat Apr 26 04:29:39 2014 New Revision: 352221 URL: http://svnweb.freebsd.org/changeset/ports/352221 QAT: https://qat.redports.org/buildarchive/r352221/ Log: Remove libldap.so from LIB_DEPENDS, it is already added by USE_OPENLDAP. PR: ports/188942 Approved by: Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer) Modified: head/security/sssd/Makefile Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Sat Apr 26 02:40:20 2014 (r352220) +++ head/security/sssd/Makefile Sat Apr 26 04:29:39 2014 (r352221) @@ -26,7 +26,6 @@ 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-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" State Changed From-To: open->closed Patch committed. Responsible Changed From-To: freebsd-ports-bugs->rodrigc Patch committed. |