pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-gssapi



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 30 18:17:13 UTC 2017

Modified Files:
        pkgsrc/security/py-gssapi: Makefile PLIST

Log Message:
py-gssapi: enable all Python versions; fixed PLIST for different KRB5_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-gssapi/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.4 pkgsrc/security/py-gssapi/Makefile:1.5
--- pkgsrc/security/py-gssapi/Makefile:1.4      Sun Jan  1 14:43:55 2017
+++ pkgsrc/security/py-gssapi/Makefile  Mon Oct 30 18:17:13 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:55 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/10/30 18:17:13 adam Exp $
 
 DISTNAME=      gssapi-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,15 +13,23 @@ LICENSE=    modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-AUTO_MKDIRS=   yes
-
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # as of 1.2.0, self tests don't run
-
 .include "../../lang/python/distutils.mk"
 
 .if ${PYVERSSUFFIX} == "2.7"
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 .endif
 
-.include "../../mk/krb5.buildlink3.mk"
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+=   mitkrb posix
+
+# On Darwin, py-gssapi uses -framework GSS
+.if ${OPSYS} != "Darwin"
+PLIST.posix=   yes
+.  include "../../mk/krb5.buildlink3.mk"
+.  if ${KRB5_TYPE} == "mit-krb5"
+PLIST.mitkrb=  yes
+.  endif
+.endif
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-gssapi/PLIST
diff -u pkgsrc/security/py-gssapi/PLIST:1.1 pkgsrc/security/py-gssapi/PLIST:1.2
--- pkgsrc/security/py-gssapi/PLIST:1.1 Sun Jul 24 18:49:35 2016
+++ pkgsrc/security/py-gssapi/PLIST     Mon Oct 30 18:17:13 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/07/24 18:49:35 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/30 18:17:13 adam Exp $
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -25,17 +25,22 @@ ${PYSITELIB}/gssapi/raw/__init__.pyo
 ${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.py
 ${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.pyc
 ${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.pyo
-${PYSITELIB}/gssapi/raw/_enum_extensions/ext_dce.so
+${PLIST.posix}${PYSITELIB}/gssapi/raw/_enum_extensions/ext_dce.so
+${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/_enum_extensions/ext_iov_mic.so
 ${PYSITELIB}/gssapi/raw/chan_bindings.so
 ${PYSITELIB}/gssapi/raw/creds.so
 ${PYSITELIB}/gssapi/raw/cython_converters.so
 ${PYSITELIB}/gssapi/raw/exceptions.so
 ${PYSITELIB}/gssapi/raw/ext_cred_imp_exp.so
-${PYSITELIB}/gssapi/raw/ext_dce.so
+${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_cred_store.so
+${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_dce.so
+${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_iov_mic.so
 ${PYSITELIB}/gssapi/raw/ext_password.so
-${PYSITELIB}/gssapi/raw/ext_password_add.so
-${PYSITELIB}/gssapi/raw/ext_rfc5588.so
-${PYSITELIB}/gssapi/raw/ext_rfc6680.so
+${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_password_add.so
+${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_rfc5588.so
+${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_rfc6680.so
+${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_rfc6680_comp_oid.so
+${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_s4u.so
 ${PYSITELIB}/gssapi/raw/mech_krb5.so
 ${PYSITELIB}/gssapi/raw/message.so
 ${PYSITELIB}/gssapi/raw/misc.so



Home | Main Index | Thread Index | Old Index