svn commit: r428912 - head/security/py-cryptography

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 19 09:05:50 UTC 2016


Author: amdmi3
Date: Mon Dec 19 09:05:48 2016
New Revision: 428912
URL: https://svnweb.freebsd.org/changeset/ports/428912

Log:
  - Mark BROKEN on 9.x
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-cryptography/Makefile

Modified: head/security/py-cryptography/Makefile
==============================================================================
--- head/security/py-cryptography/Makefile	Mon Dec 19 09:04:05 2016	(r428911)
+++ head/security/py-cryptography/Makefile	Mon Dec 19 09:05:48 2016	(r428912)
@@ -13,6 +13,8 @@ COMMENT=	Cryptographic recipes and primi
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_9=	does not build (_openssl.c:75298: error: storage class specified for parameter '_cffi_type_context')
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six \
 		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py-pyasn1 \


More information about the svn-ports-head mailing list