svn commit: r384983 - head/security/sssd
Renato Botelho
garga at FreeBSD.org
Wed Apr 29 14:57:33 UTC 2015
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
More information about the svn-ports-head
mailing list