svn commit: r432739 - head/security/py-xmlsec

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 29 13:04:49 UTC 2017


Author: amdmi3
Date: Sun Jan 29 13:04:48 2017
New Revision: 432739
URL: https://svnweb.freebsd.org/changeset/ports/432739

Log:
  - Mark BROKEN: does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)

Modified:
  head/security/py-xmlsec/Makefile

Modified: head/security/py-xmlsec/Makefile
==============================================================================
--- head/security/py-xmlsec/Makefile	Sun Jan 29 13:04:00 2017	(r432738)
+++ head/security/py-xmlsec/Makefile	Sun Jan 29 13:04:48 2017	(r432739)
@@ -15,6 +15,8 @@ COMMENT=	Python bindings for XML Securit
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)
+
 LIB_DEPENDS=	libxmlsec1.so:security/xmlsec1
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2
 


More information about the svn-ports-all mailing list