Date: Sun, 29 Jan 2017 13:04:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432739 - head/security/py-xmlsec Message-ID: <201701291304.v0TD4mBS077525@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291304.v0TD4mBS077525>