From owner-svn-ports-head@FreeBSD.ORG Wed Apr 29 14:57:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABA0E45A; Wed, 29 Apr 2015 14:57:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99DB51A1A; Wed, 29 Apr 2015 14:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3TEvXfe048674; Wed, 29 Apr 2015 14:57:33 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3TEvXYG048673; Wed, 29 Apr 2015 14:57:33 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201504291457.t3TEvXYG048673@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 29 Apr 2015 14:57:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384983 - head/security/sssd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 14:57:33 -0000 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