Date: Wed, 29 Apr 2015 14:57:33 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384983 - head/security/sssd Message-ID: <201504291457.t3TEvXYG048673@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Wed Apr 29 14:57:32 2015 New Revision: 384983 URL: https://svnweb.freebsd.org/changeset/ports/384983 Log: libkrb5.so, what was being used as reference to security/krb5 dependency, is present in base, then port was detecting it and not registering dependency correctly. After installation, libsss_ldap.so was linked against libk5crypto.so but it was not present in the system. Replace explicit dependency by USES gssapi:mit and bump PORTREVISION Approved by: portmgr (blanket) Modified: head/security/sssd/Makefile Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Wed Apr 29 14:48:20 2015 (r384982) +++ head/security/sssd/Makefile Wed Apr 29 14:57:32 2015 (r384983) @@ -3,7 +3,7 @@ PORTNAME= sssd DISTVERSION= 1.11.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -26,7 +26,6 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve libunistring.so:${PORTSDIR}/devel/libunistring \ libnss3.so:${PORTSDIR}/security/nss \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libkrb5.so:${PORTSDIR}/security/krb5 \ libinotify.so:${PORTSDIR}/devel/libinotify BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \ docbook-xsl>=1:${PORTSDIR}/textproc/docbook-xsl \ @@ -55,7 +54,7 @@ SUB_FILES= pkg-message USE_LDCONFIG= yes USE_OPENLDAP= yes USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ - python:2 shebangfix + python:2 shebangfix gssapi:mit PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip CPE_VENDOR= fedoraproject
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504291457.t3TEvXYG048673>