--- sssd/Makefile.orig 2017-12-24 14:34:38.854246000 -0500 +++ sssd/Makefile 2017-12-24 14:30:19.407438000 -0500 @@ -1,9 +1,9 @@ # Created by: Lukas Slebodnik -# $FreeBSD$ +# $FreeBSD: head/security/sssd/Makefile 457024 2017-12-23 07:03:21Z antoine $ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ @@ -25,7 +25,10 @@ libunistring.so:devel/libunistring \ libnss3.so:security/nss \ libsasl2.so:security/cyrus-sasl2 \ - libinotify.so:devel/libinotify + libinotify.so:devel/libinotify \ + libplds4.so:devel/nspr \ + libplc4.so:devel/nspr \ + libnspr4.so:devel/nspr BUILD_DEPENDS= xmlcatalog:textproc/libxml2 \ docbook-xsl>=1:textproc/docbook-xsl \ xsltproc:textproc/libxslt \ @@ -43,7 +46,8 @@ --with-db-path=/var/db/sss --with-pipe-path=/var/run/sss \ --with-pubconf-path=/var/run/sss --with-mcache-path=/var/db/sss_mc \ --with-unicode-lib=libunistring --with-autofs=no \ - --disable-cifs-idmap-plugin --disable-config-lib + --disable-cifs-idmap-plugin --disable-config-lib \ + --with-krb5-conf=/etc/krb5.conf CFLAGS+= -fstack-protector-all PLIST_SUB= PYTHON_VER=${PYTHON_VER} #DEBUG_FLAGS= -g @@ -53,11 +57,11 @@ USE_LDCONFIG= yes USE_OPENLDAP= yes USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ - python:2 shebangfix gssapi:mit + python:2.7 shebangfix gssapi:mit INSTALL_TARGET= install-strip CPE_VENDOR= fedoraproject -python_CMD= ${SETENV} python2 +#python_CMD= ${SETENV} python2 SHEBANG_FILES= src/tools/sss_obfuscate \ src/sbus/sbus_codegen