aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-29 21:04:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-29 21:04:48 +0800
commit1e2e49838dcdbf3b37d41bb252ddd74a877ab00d (patch)
tree8a6424603177dfe816f84580a1b0c8bd5791a8e4
parent5a95e46365d039d608801ca89d750a2572bcd3ff (diff)
downloadfreebsd-ports-gnome-1e2e49838dcdbf3b37d41bb252ddd74a877ab00d.tar.gz
freebsd-ports-gnome-1e2e49838dcdbf3b37d41bb252ddd74a877ab00d.tar.zst
freebsd-ports-gnome-1e2e49838dcdbf3b37d41bb252ddd74a877ab00d.zip
- Mark BROKEN: does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)
-rw-r--r--security/py-xmlsec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile
index 7d88af87dd8e..89a7bdfa10e4 100644
--- a/security/py-xmlsec/Makefile
+++ b/security/py-xmlsec/Makefile
@@ -15,6 +15,8 @@ COMMENT= Python bindings for XML Security Library
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