aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-30 05:47:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-30 05:47:06 +0000
commit110de4a35d50505fe9a2b1676b07e69d585d043e (patch)
tree1b209d82ea94692be39e2d35b62de923d19be592 /net-mgmt
parent49d0de437d9979f927652d57555e8c27afe870c2 (diff)
downloadports-110de4a35d50505fe9a2b1676b07e69d585d043e.tar.gz
ports-110de4a35d50505fe9a2b1676b07e69d585d043e.zip
Mark BROKEN
net-snmp_wrap.c:11400:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM' PyDict_SetItemString(d,"SNMP_DEFAULT_AUTH_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM)); ^ net-snmp_wrap.c:11402:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM' PyDict_SetItemString(d,"SNMP_DEFAULT_PRIV_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM)); ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=513326
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-yapsnmp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile
index 51c27bdabd76..e8e3b3b6404e 100644
--- a/net-mgmt/py-yapsnmp/Makefile
+++ b/net-mgmt/py-yapsnmp/Makefile
@@ -11,11 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= arved@FreeBSD.org
COMMENT= Python SNMP module based on net-snmp
-LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
-
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
+
+LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
+
USES= gmake libtool python:2.7
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}